Sep 21 06:43:32.509 INFO checking nalgebra-0.14.4 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 06:43:32.509 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 06:43:32.509 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 06:43:33.103 INFO blam! a321586f54257324f66d89998fad0830f0837f05de4e8c7193587e5c60b69aae Sep 21 06:43:33.106 INFO running `"docker" "start" "-a" "a321586f54257324f66d89998fad0830f0837f05de4e8c7193587e5c60b69aae"` Sep 21 06:43:34.386 INFO kablam! usermod: no changes Sep 21 06:43:34.591 INFO kablam! Checking alga v0.5.4 Sep 21 06:43:38.710 INFO kablam! Checking nalgebra v0.14.4 (/source) Sep 21 06:43:46.749 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 21 06:43:46.750 INFO kablam! --> src/core/allocator.rs:53:31 Sep 21 06:43:46.750 INFO kablam! | Sep 21 06:43:46.750 INFO kablam! 53 | pub type SameShapeR = >::Representative; Sep 21 06:43:46.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:46.751 INFO kablam! | Sep 21 06:43:46.751 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 06:43:46.751 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 21 06:43:46.752 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.752 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.752 INFO kablam! Sep 21 06:43:46.758 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` is not satisfied Sep 21 06:43:46.758 INFO kablam! --> src/core/allocator.rs:56:31 Sep 21 06:43:46.758 INFO kablam! | Sep 21 06:43:46.758 INFO kablam! 56 | pub type SameShapeC = >::Representative; Sep 21 06:43:46.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfColumns` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:46.758 INFO kablam! | Sep 21 06:43:46.759 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` bound Sep 21 06:43:46.759 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.759 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.759 INFO kablam! Sep 21 06:43:46.765 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 21 06:43:46.765 INFO kablam! --> src/core/storage.rs:16:5 Sep 21 06:43:46.765 INFO kablam! | Sep 21 06:43:46.765 INFO kablam! 16 | , SameShapeC>>::Buffer; Sep 21 06:43:46.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:46.766 INFO kablam! | Sep 21 06:43:46.766 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 21 06:43:46.766 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.766 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.766 INFO kablam! Sep 21 06:43:46.767 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` is not satisfied Sep 21 06:43:46.767 INFO kablam! --> src/core/storage.rs:16:5 Sep 21 06:43:46.767 INFO kablam! | Sep 21 06:43:46.767 INFO kablam! 16 | , SameShapeC>>::Buffer; Sep 21 06:43:46.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfColumns` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:46.768 INFO kablam! | Sep 21 06:43:46.768 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` bound Sep 21 06:43:46.768 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.768 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.768 INFO kablam! Sep 21 06:43:46.769 INFO kablam! warning: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 21 06:43:46.769 INFO kablam! --> src/core/storage.rs:16:5 Sep 21 06:43:46.769 INFO kablam! | Sep 21 06:43:46.769 INFO kablam! 16 | , SameShapeC>>::Buffer; Sep 21 06:43:46.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.770 INFO kablam! | Sep 21 06:43:46.770 INFO kablam! = help: the following implementations were found: Sep 21 06:43:46.770 INFO kablam! > Sep 21 06:43:46.770 INFO kablam! > Sep 21 06:43:46.770 INFO kablam! > Sep 21 06:43:46.771 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.771 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.771 INFO kablam! Sep 21 06:43:46.772 INFO kablam! warning: the trait bound `R: core::dimension::DimName` is not satisfied Sep 21 06:43:46.772 INFO kablam! --> src/core/storage.rs:20:32 Sep 21 06:43:46.772 INFO kablam! | Sep 21 06:43:46.772 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 21 06:43:46.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `R` Sep 21 06:43:46.773 INFO kablam! | Sep 21 06:43:46.773 INFO kablam! = help: consider adding a `where R: core::dimension::DimName` bound Sep 21 06:43:46.773 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.773 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.774 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.774 INFO kablam! Sep 21 06:43:46.774 INFO kablam! warning: the trait bound `C: core::dimension::DimName` is not satisfied Sep 21 06:43:46.774 INFO kablam! --> src/core/storage.rs:20:32 Sep 21 06:43:46.774 INFO kablam! | Sep 21 06:43:46.775 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 21 06:43:46.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `C` Sep 21 06:43:46.775 INFO kablam! | Sep 21 06:43:46.775 INFO kablam! = help: consider adding a `where C: core::dimension::DimName` bound Sep 21 06:43:46.775 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.776 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.776 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.776 INFO kablam! Sep 21 06:43:46.776 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.776 INFO kablam! --> src/core/storage.rs:20:32 Sep 21 06:43:46.777 INFO kablam! | Sep 21 06:43:46.777 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 21 06:43:46.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.777 INFO kablam! | Sep 21 06:43:46.777 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.778 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.778 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.778 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.778 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.779 INFO kablam! Sep 21 06:43:46.779 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.779 INFO kablam! --> src/core/storage.rs:20:32 Sep 21 06:43:46.779 INFO kablam! | Sep 21 06:43:46.780 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 21 06:43:46.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.780 INFO kablam! | Sep 21 06:43:46.780 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.780 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.781 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.781 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.781 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.781 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.781 INFO kablam! Sep 21 06:43:46.782 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.782 INFO kablam! --> src/core/storage.rs:20:32 Sep 21 06:43:46.782 INFO kablam! | Sep 21 06:43:46.782 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 21 06:43:46.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.783 INFO kablam! | Sep 21 06:43:46.783 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.783 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.784 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.784 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.784 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.784 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.784 INFO kablam! Sep 21 06:43:46.785 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.785 INFO kablam! --> src/core/storage.rs:20:32 Sep 21 06:43:46.785 INFO kablam! | Sep 21 06:43:46.785 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 21 06:43:46.786 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.786 INFO kablam! | | Sep 21 06:43:46.786 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.786 INFO kablam! | Sep 21 06:43:46.786 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.787 INFO kablam! --> src/core/storage.rs:20:32 Sep 21 06:43:46.787 INFO kablam! | Sep 21 06:43:46.787 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 21 06:43:46.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.787 INFO kablam! Sep 21 06:43:46.794 INFO kablam! warning: the trait bound `R: core::dimension::DimName` is not satisfied Sep 21 06:43:46.794 INFO kablam! --> src/core/storage.rs:24:5 Sep 21 06:43:46.794 INFO kablam! | Sep 21 06:43:46.794 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 21 06:43:46.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `R` Sep 21 06:43:46.795 INFO kablam! | Sep 21 06:43:46.795 INFO kablam! = help: consider adding a `where R: core::dimension::DimName` bound Sep 21 06:43:46.795 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.795 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.795 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.795 INFO kablam! Sep 21 06:43:46.796 INFO kablam! warning: the trait bound `C: core::dimension::DimName` is not satisfied Sep 21 06:43:46.796 INFO kablam! --> src/core/storage.rs:24:5 Sep 21 06:43:46.796 INFO kablam! | Sep 21 06:43:46.796 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 21 06:43:46.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `C` Sep 21 06:43:46.797 INFO kablam! | Sep 21 06:43:46.797 INFO kablam! = help: consider adding a `where C: core::dimension::DimName` bound Sep 21 06:43:46.797 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.797 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.798 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.798 INFO kablam! Sep 21 06:43:46.798 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.798 INFO kablam! --> src/core/storage.rs:24:5 Sep 21 06:43:46.798 INFO kablam! | Sep 21 06:43:46.799 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 21 06:43:46.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.799 INFO kablam! | Sep 21 06:43:46.799 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.799 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.800 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.800 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.800 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.800 INFO kablam! Sep 21 06:43:46.801 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.801 INFO kablam! --> src/core/storage.rs:24:5 Sep 21 06:43:46.801 INFO kablam! | Sep 21 06:43:46.801 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 21 06:43:46.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.802 INFO kablam! | Sep 21 06:43:46.802 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.802 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.802 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.802 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.803 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.803 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.803 INFO kablam! Sep 21 06:43:46.803 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.804 INFO kablam! --> src/core/storage.rs:24:5 Sep 21 06:43:46.804 INFO kablam! | Sep 21 06:43:46.804 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 21 06:43:46.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.804 INFO kablam! | Sep 21 06:43:46.805 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.805 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.805 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.805 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.806 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.806 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.806 INFO kablam! Sep 21 06:43:46.806 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.807 INFO kablam! --> src/core/storage.rs:24:5 Sep 21 06:43:46.807 INFO kablam! | Sep 21 06:43:46.807 INFO kablam! 23 | pub type RStride = Sep 21 06:43:46.807 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.807 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 21 06:43:46.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.808 INFO kablam! | Sep 21 06:43:46.808 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.808 INFO kablam! --> src/core/storage.rs:24:5 Sep 21 06:43:46.808 INFO kablam! | Sep 21 06:43:46.808 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 21 06:43:46.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.809 INFO kablam! Sep 21 06:43:46.810 INFO kablam! warning: the trait bound `R: core::dimension::DimName` is not satisfied Sep 21 06:43:46.810 INFO kablam! --> src/core/storage.rs:28:5 Sep 21 06:43:46.810 INFO kablam! | Sep 21 06:43:46.810 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 21 06:43:46.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `R` Sep 21 06:43:46.810 INFO kablam! | Sep 21 06:43:46.811 INFO kablam! = help: consider adding a `where R: core::dimension::DimName` bound Sep 21 06:43:46.811 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.811 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.811 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.811 INFO kablam! Sep 21 06:43:46.812 INFO kablam! warning: the trait bound `C: core::dimension::DimName` is not satisfied Sep 21 06:43:46.812 INFO kablam! --> src/core/storage.rs:28:5 Sep 21 06:43:46.812 INFO kablam! | Sep 21 06:43:46.812 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 21 06:43:46.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `C` Sep 21 06:43:46.812 INFO kablam! | Sep 21 06:43:46.813 INFO kablam! = help: consider adding a `where C: core::dimension::DimName` bound Sep 21 06:43:46.813 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.813 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.813 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.813 INFO kablam! Sep 21 06:43:46.814 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.814 INFO kablam! --> src/core/storage.rs:28:5 Sep 21 06:43:46.814 INFO kablam! | Sep 21 06:43:46.814 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 21 06:43:46.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.815 INFO kablam! | Sep 21 06:43:46.815 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.815 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.815 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.815 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.816 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.816 INFO kablam! Sep 21 06:43:46.816 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.816 INFO kablam! --> src/core/storage.rs:28:5 Sep 21 06:43:46.817 INFO kablam! | Sep 21 06:43:46.817 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 21 06:43:46.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.817 INFO kablam! | Sep 21 06:43:46.817 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.818 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.818 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.818 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.818 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.819 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.819 INFO kablam! Sep 21 06:43:46.819 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.819 INFO kablam! --> src/core/storage.rs:28:5 Sep 21 06:43:46.819 INFO kablam! | Sep 21 06:43:46.820 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 21 06:43:46.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.820 INFO kablam! | Sep 21 06:43:46.820 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.821 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.821 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.821 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.821 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.821 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.822 INFO kablam! Sep 21 06:43:46.822 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.822 INFO kablam! --> src/core/storage.rs:28:5 Sep 21 06:43:46.823 INFO kablam! | Sep 21 06:43:46.823 INFO kablam! 27 | pub type CStride = Sep 21 06:43:46.823 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.823 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 21 06:43:46.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.823 INFO kablam! | Sep 21 06:43:46.824 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.824 INFO kablam! --> src/core/storage.rs:28:5 Sep 21 06:43:46.824 INFO kablam! | Sep 21 06:43:46.824 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 21 06:43:46.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.824 INFO kablam! Sep 21 06:43:46.862 INFO kablam! warning: the trait bound `D: core::dimension::Dim` is not satisfied Sep 21 06:43:46.862 INFO kablam! --> src/core/matrix.rs:28:34 Sep 21 06:43:46.862 INFO kablam! | Sep 21 06:43:46.862 INFO kablam! 28 | pub type SquareMatrix = Matrix; Sep 21 06:43:46.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 21 06:43:46.862 INFO kablam! | Sep 21 06:43:46.862 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 21 06:43:46.863 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.863 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.863 INFO kablam! Sep 21 06:43:46.863 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.863 INFO kablam! --> src/core/matrix.rs:28:34 Sep 21 06:43:46.863 INFO kablam! | Sep 21 06:43:46.864 INFO kablam! 28 | pub type SquareMatrix = Matrix; Sep 21 06:43:46.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.864 INFO kablam! | Sep 21 06:43:46.864 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.864 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.864 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.864 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.865 INFO kablam! Sep 21 06:43:46.865 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.865 INFO kablam! --> src/core/matrix.rs:28:34 Sep 21 06:43:46.865 INFO kablam! | Sep 21 06:43:46.865 INFO kablam! 28 | pub type SquareMatrix = Matrix; Sep 21 06:43:46.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.866 INFO kablam! | Sep 21 06:43:46.866 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.866 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.866 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.867 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.867 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.867 INFO kablam! Sep 21 06:43:46.867 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.867 INFO kablam! --> src/core/matrix.rs:28:34 Sep 21 06:43:46.868 INFO kablam! | Sep 21 06:43:46.868 INFO kablam! 28 | pub type SquareMatrix = Matrix; Sep 21 06:43:46.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.868 INFO kablam! | Sep 21 06:43:46.868 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.869 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.869 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.869 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.869 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.869 INFO kablam! Sep 21 06:43:46.870 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.870 INFO kablam! --> src/core/matrix.rs:28:34 Sep 21 06:43:46.870 INFO kablam! | Sep 21 06:43:46.870 INFO kablam! 28 | pub type SquareMatrix = Matrix; Sep 21 06:43:46.870 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.871 INFO kablam! | | Sep 21 06:43:46.871 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.871 INFO kablam! | Sep 21 06:43:46.872 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.872 INFO kablam! --> src/core/matrix.rs:28:34 Sep 21 06:43:46.872 INFO kablam! | Sep 21 06:43:46.872 INFO kablam! 28 | pub type SquareMatrix = Matrix; Sep 21 06:43:46.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.872 INFO kablam! Sep 21 06:43:46.873 INFO kablam! warning: the trait bound `D: core::dimension::Dim` is not satisfied Sep 21 06:43:46.873 INFO kablam! --> src/core/matrix.rs:31:28 Sep 21 06:43:46.873 INFO kablam! | Sep 21 06:43:46.874 INFO kablam! 31 | pub type Vector = Matrix; Sep 21 06:43:46.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 21 06:43:46.874 INFO kablam! | Sep 21 06:43:46.874 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 21 06:43:46.874 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.875 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.875 INFO kablam! Sep 21 06:43:46.875 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.875 INFO kablam! --> src/core/matrix.rs:31:28 Sep 21 06:43:46.875 INFO kablam! | Sep 21 06:43:46.876 INFO kablam! 31 | pub type Vector = Matrix; Sep 21 06:43:46.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.876 INFO kablam! | Sep 21 06:43:46.876 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.876 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.877 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.877 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.877 INFO kablam! Sep 21 06:43:46.877 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.877 INFO kablam! --> src/core/matrix.rs:31:28 Sep 21 06:43:46.878 INFO kablam! | Sep 21 06:43:46.878 INFO kablam! 31 | pub type Vector = Matrix; Sep 21 06:43:46.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.878 INFO kablam! | Sep 21 06:43:46.879 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.879 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.879 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.879 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.880 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.880 INFO kablam! Sep 21 06:43:46.880 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.880 INFO kablam! --> src/core/matrix.rs:31:28 Sep 21 06:43:46.881 INFO kablam! | Sep 21 06:43:46.881 INFO kablam! 31 | pub type Vector = Matrix; Sep 21 06:43:46.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.881 INFO kablam! | Sep 21 06:43:46.881 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.882 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.882 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.882 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.882 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.883 INFO kablam! Sep 21 06:43:46.883 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.883 INFO kablam! --> src/core/matrix.rs:31:28 Sep 21 06:43:46.883 INFO kablam! | Sep 21 06:43:46.883 INFO kablam! 31 | pub type Vector = Matrix; Sep 21 06:43:46.884 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.884 INFO kablam! | | Sep 21 06:43:46.884 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.884 INFO kablam! | Sep 21 06:43:46.885 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.885 INFO kablam! --> src/core/matrix.rs:31:28 Sep 21 06:43:46.885 INFO kablam! | Sep 21 06:43:46.885 INFO kablam! 31 | pub type Vector = Matrix; Sep 21 06:43:46.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.886 INFO kablam! Sep 21 06:43:46.886 INFO kablam! warning: the trait bound `D: core::dimension::Dim` is not satisfied Sep 21 06:43:46.887 INFO kablam! --> src/core/matrix.rs:34:31 Sep 21 06:43:46.887 INFO kablam! | Sep 21 06:43:46.887 INFO kablam! 34 | pub type RowVector = Matrix; Sep 21 06:43:46.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 21 06:43:46.887 INFO kablam! | Sep 21 06:43:46.888 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 21 06:43:46.888 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.888 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.888 INFO kablam! Sep 21 06:43:46.889 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.889 INFO kablam! --> src/core/matrix.rs:34:31 Sep 21 06:43:46.889 INFO kablam! | Sep 21 06:43:46.889 INFO kablam! 34 | pub type RowVector = Matrix; Sep 21 06:43:46.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.889 INFO kablam! | Sep 21 06:43:46.890 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.890 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.890 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.890 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.890 INFO kablam! Sep 21 06:43:46.891 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.891 INFO kablam! --> src/core/matrix.rs:34:31 Sep 21 06:43:46.891 INFO kablam! | Sep 21 06:43:46.891 INFO kablam! 34 | pub type RowVector = Matrix; Sep 21 06:43:46.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.891 INFO kablam! | Sep 21 06:43:46.891 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.892 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.892 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.892 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.892 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.892 INFO kablam! Sep 21 06:43:46.892 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.893 INFO kablam! --> src/core/matrix.rs:34:31 Sep 21 06:43:46.893 INFO kablam! | Sep 21 06:43:46.893 INFO kablam! 34 | pub type RowVector = Matrix; Sep 21 06:43:46.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.893 INFO kablam! | Sep 21 06:43:46.893 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.894 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.894 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.894 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.894 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.894 INFO kablam! Sep 21 06:43:46.895 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.895 INFO kablam! --> src/core/matrix.rs:34:31 Sep 21 06:43:46.895 INFO kablam! | Sep 21 06:43:46.895 INFO kablam! 34 | pub type RowVector = Matrix; Sep 21 06:43:46.895 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.895 INFO kablam! | | Sep 21 06:43:46.895 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.896 INFO kablam! | Sep 21 06:43:46.896 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.896 INFO kablam! --> src/core/matrix.rs:34:31 Sep 21 06:43:46.896 INFO kablam! | Sep 21 06:43:46.896 INFO kablam! 34 | pub type RowVector = Matrix; Sep 21 06:43:46.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.896 INFO kablam! Sep 21 06:43:46.897 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 21 06:43:46.897 INFO kablam! --> src/core/matrix.rs:38:5 Sep 21 06:43:46.897 INFO kablam! | Sep 21 06:43:46.897 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:46.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:46.903 INFO kablam! | Sep 21 06:43:46.903 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 21 06:43:46.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.903 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.903 INFO kablam! Sep 21 06:43:46.903 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` is not satisfied Sep 21 06:43:46.903 INFO kablam! --> src/core/matrix.rs:38:5 Sep 21 06:43:46.903 INFO kablam! | Sep 21 06:43:46.903 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:46.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfColumns` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:46.903 INFO kablam! | Sep 21 06:43:46.903 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` bound Sep 21 06:43:46.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.903 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.903 INFO kablam! Sep 21 06:43:46.903 INFO kablam! warning: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 21 06:43:46.903 INFO kablam! --> src/core/matrix.rs:38:5 Sep 21 06:43:46.903 INFO kablam! | Sep 21 06:43:46.903 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:46.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.903 INFO kablam! | Sep 21 06:43:46.903 INFO kablam! = help: the following implementations were found: Sep 21 06:43:46.903 INFO kablam! > Sep 21 06:43:46.903 INFO kablam! > Sep 21 06:43:46.903 INFO kablam! > Sep 21 06:43:46.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.903 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.903 INFO kablam! Sep 21 06:43:46.903 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.903 INFO kablam! --> src/core/matrix.rs:38:5 Sep 21 06:43:46.903 INFO kablam! | Sep 21 06:43:46.903 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:46.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.903 INFO kablam! | Sep 21 06:43:46.903 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.903 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.903 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.903 INFO kablam! Sep 21 06:43:46.903 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.903 INFO kablam! --> src/core/matrix.rs:38:5 Sep 21 06:43:46.903 INFO kablam! | Sep 21 06:43:46.903 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:46.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.903 INFO kablam! | Sep 21 06:43:46.903 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.903 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.903 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.903 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.903 INFO kablam! Sep 21 06:43:46.903 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.903 INFO kablam! --> src/core/matrix.rs:38:5 Sep 21 06:43:46.903 INFO kablam! | Sep 21 06:43:46.903 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:46.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.903 INFO kablam! | Sep 21 06:43:46.903 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.903 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.903 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.903 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.903 INFO kablam! Sep 21 06:43:46.903 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.903 INFO kablam! --> src/core/matrix.rs:38:5 Sep 21 06:43:46.904 INFO kablam! | Sep 21 06:43:46.904 INFO kablam! 37 | pub type MatrixSum = Sep 21 06:43:46.904 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.904 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:46.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.904 INFO kablam! | Sep 21 06:43:46.904 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.904 INFO kablam! --> src/core/matrix.rs:38:5 Sep 21 06:43:46.904 INFO kablam! | Sep 21 06:43:46.904 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:46.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.904 INFO kablam! Sep 21 06:43:46.904 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 21 06:43:46.904 INFO kablam! --> src/core/matrix.rs:42:5 Sep 21 06:43:46.904 INFO kablam! | Sep 21 06:43:46.904 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 21 06:43:46.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:46.904 INFO kablam! | Sep 21 06:43:46.904 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 21 06:43:46.904 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.904 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.904 INFO kablam! Sep 21 06:43:46.904 INFO kablam! warning: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 21 06:43:46.904 INFO kablam! --> src/core/matrix.rs:42:5 Sep 21 06:43:46.904 INFO kablam! | Sep 21 06:43:46.904 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 21 06:43:46.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.904 INFO kablam! | Sep 21 06:43:46.904 INFO kablam! = help: the following implementations were found: Sep 21 06:43:46.904 INFO kablam! > Sep 21 06:43:46.904 INFO kablam! > Sep 21 06:43:46.904 INFO kablam! > Sep 21 06:43:46.904 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.904 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.904 INFO kablam! Sep 21 06:43:46.904 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.904 INFO kablam! --> src/core/matrix.rs:42:5 Sep 21 06:43:46.904 INFO kablam! | Sep 21 06:43:46.904 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 21 06:43:46.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.904 INFO kablam! | Sep 21 06:43:46.904 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.906 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.906 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.907 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.907 INFO kablam! Sep 21 06:43:46.907 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.907 INFO kablam! --> src/core/matrix.rs:42:5 Sep 21 06:43:46.907 INFO kablam! | Sep 21 06:43:46.907 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 21 06:43:46.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.907 INFO kablam! | Sep 21 06:43:46.907 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.907 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.907 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.907 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.907 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.907 INFO kablam! Sep 21 06:43:46.907 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.907 INFO kablam! --> src/core/matrix.rs:42:5 Sep 21 06:43:46.907 INFO kablam! | Sep 21 06:43:46.907 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 21 06:43:46.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.907 INFO kablam! | Sep 21 06:43:46.907 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.907 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.907 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.907 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.907 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.907 INFO kablam! Sep 21 06:43:46.907 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.907 INFO kablam! --> src/core/matrix.rs:42:5 Sep 21 06:43:46.907 INFO kablam! | Sep 21 06:43:46.907 INFO kablam! 41 | pub type VectorSum = Sep 21 06:43:46.907 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.907 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 21 06:43:46.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.907 INFO kablam! | Sep 21 06:43:46.907 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.907 INFO kablam! --> src/core/matrix.rs:42:5 Sep 21 06:43:46.907 INFO kablam! | Sep 21 06:43:46.907 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 21 06:43:46.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.907 INFO kablam! Sep 21 06:43:46.907 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 21 06:43:46.907 INFO kablam! --> src/core/matrix.rs:46:5 Sep 21 06:43:46.907 INFO kablam! | Sep 21 06:43:46.907 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:46.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:46.907 INFO kablam! | Sep 21 06:43:46.907 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 21 06:43:46.907 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.907 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.907 INFO kablam! Sep 21 06:43:46.907 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` is not satisfied Sep 21 06:43:46.907 INFO kablam! --> src/core/matrix.rs:46:5 Sep 21 06:43:46.907 INFO kablam! | Sep 21 06:43:46.907 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:46.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfColumns` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:46.907 INFO kablam! | Sep 21 06:43:46.907 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` bound Sep 21 06:43:46.907 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.907 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.907 INFO kablam! Sep 21 06:43:46.907 INFO kablam! warning: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 21 06:43:46.907 INFO kablam! --> src/core/matrix.rs:46:5 Sep 21 06:43:46.907 INFO kablam! | Sep 21 06:43:46.907 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:46.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.907 INFO kablam! | Sep 21 06:43:46.907 INFO kablam! = help: the following implementations were found: Sep 21 06:43:46.907 INFO kablam! > Sep 21 06:43:46.907 INFO kablam! > Sep 21 06:43:46.907 INFO kablam! > Sep 21 06:43:46.907 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.908 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.908 INFO kablam! Sep 21 06:43:46.908 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.908 INFO kablam! --> src/core/matrix.rs:46:5 Sep 21 06:43:46.908 INFO kablam! | Sep 21 06:43:46.908 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:46.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.908 INFO kablam! | Sep 21 06:43:46.908 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.908 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.908 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.908 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.908 INFO kablam! Sep 21 06:43:46.908 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.908 INFO kablam! --> src/core/matrix.rs:46:5 Sep 21 06:43:46.908 INFO kablam! | Sep 21 06:43:46.908 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:46.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.908 INFO kablam! | Sep 21 06:43:46.908 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.908 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.908 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.908 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.908 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.908 INFO kablam! Sep 21 06:43:46.908 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.908 INFO kablam! --> src/core/matrix.rs:46:5 Sep 21 06:43:46.908 INFO kablam! | Sep 21 06:43:46.908 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:46.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.908 INFO kablam! | Sep 21 06:43:46.908 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.908 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.908 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.908 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.908 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.908 INFO kablam! Sep 21 06:43:46.908 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.910 INFO kablam! --> src/core/matrix.rs:46:5 Sep 21 06:43:46.910 INFO kablam! | Sep 21 06:43:46.910 INFO kablam! 45 | pub type MatrixCross = Sep 21 06:43:46.910 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.910 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:46.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.910 INFO kablam! | Sep 21 06:43:46.910 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.910 INFO kablam! --> src/core/matrix.rs:46:5 Sep 21 06:43:46.910 INFO kablam! | Sep 21 06:43:46.910 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:46.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.910 INFO kablam! Sep 21 06:43:46.934 INFO kablam! warning: the trait bound `R: core::dimension::DimName` is not satisfied Sep 21 06:43:46.934 INFO kablam! --> src/core/alias.rs:15:30 Sep 21 06:43:46.934 INFO kablam! | Sep 21 06:43:46.934 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 21 06:43:46.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `R` Sep 21 06:43:46.934 INFO kablam! | Sep 21 06:43:46.934 INFO kablam! = help: consider adding a `where R: core::dimension::DimName` bound Sep 21 06:43:46.934 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.934 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.934 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.935 INFO kablam! Sep 21 06:43:46.935 INFO kablam! warning: the trait bound `C: core::dimension::DimName` is not satisfied Sep 21 06:43:46.935 INFO kablam! --> src/core/alias.rs:15:30 Sep 21 06:43:46.935 INFO kablam! | Sep 21 06:43:46.935 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 21 06:43:46.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `C` Sep 21 06:43:46.935 INFO kablam! | Sep 21 06:43:46.935 INFO kablam! = help: consider adding a `where C: core::dimension::DimName` bound Sep 21 06:43:46.935 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.935 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.935 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.935 INFO kablam! Sep 21 06:43:46.935 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.935 INFO kablam! --> src/core/alias.rs:15:30 Sep 21 06:43:46.935 INFO kablam! | Sep 21 06:43:46.935 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 21 06:43:46.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.935 INFO kablam! | Sep 21 06:43:46.935 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.935 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.935 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.935 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.935 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.935 INFO kablam! Sep 21 06:43:46.935 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.935 INFO kablam! --> src/core/alias.rs:15:30 Sep 21 06:43:46.935 INFO kablam! | Sep 21 06:43:46.935 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 21 06:43:46.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.935 INFO kablam! | Sep 21 06:43:46.935 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.935 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.935 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.935 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.935 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.935 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.935 INFO kablam! Sep 21 06:43:46.935 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.935 INFO kablam! --> src/core/alias.rs:15:30 Sep 21 06:43:46.935 INFO kablam! | Sep 21 06:43:46.935 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 21 06:43:46.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.935 INFO kablam! | Sep 21 06:43:46.935 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.935 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.935 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.935 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.935 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.935 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.935 INFO kablam! Sep 21 06:43:46.935 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.935 INFO kablam! --> src/core/alias.rs:15:30 Sep 21 06:43:46.935 INFO kablam! | Sep 21 06:43:46.935 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 21 06:43:46.935 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.935 INFO kablam! | | Sep 21 06:43:46.935 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.935 INFO kablam! | Sep 21 06:43:46.935 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.935 INFO kablam! --> src/core/alias.rs:15:30 Sep 21 06:43:46.935 INFO kablam! | Sep 21 06:43:46.935 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 21 06:43:46.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.935 INFO kablam! Sep 21 06:43:46.935 INFO kablam! warning: the trait bound `R: core::dimension::DimName` is not satisfied Sep 21 06:43:46.935 INFO kablam! --> src/core/alias.rs:18:30 Sep 21 06:43:46.935 INFO kablam! | Sep 21 06:43:46.935 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 21 06:43:46.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `R` Sep 21 06:43:46.935 INFO kablam! | Sep 21 06:43:46.936 INFO kablam! = help: consider adding a `where R: core::dimension::DimName` bound Sep 21 06:43:46.936 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.936 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.936 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.936 INFO kablam! Sep 21 06:43:46.936 INFO kablam! warning: the trait bound `C: core::dimension::DimName` is not satisfied Sep 21 06:43:46.936 INFO kablam! --> src/core/alias.rs:18:30 Sep 21 06:43:46.936 INFO kablam! | Sep 21 06:43:46.936 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 21 06:43:46.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `C` Sep 21 06:43:46.936 INFO kablam! | Sep 21 06:43:46.936 INFO kablam! = help: consider adding a `where C: core::dimension::DimName` bound Sep 21 06:43:46.936 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.936 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.936 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.936 INFO kablam! Sep 21 06:43:46.936 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.936 INFO kablam! --> src/core/alias.rs:18:30 Sep 21 06:43:46.936 INFO kablam! | Sep 21 06:43:46.936 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 21 06:43:46.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.936 INFO kablam! | Sep 21 06:43:46.936 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.936 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.936 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.936 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.936 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.936 INFO kablam! Sep 21 06:43:46.936 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.936 INFO kablam! --> src/core/alias.rs:18:30 Sep 21 06:43:46.936 INFO kablam! | Sep 21 06:43:46.936 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 21 06:43:46.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.936 INFO kablam! | Sep 21 06:43:46.936 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.936 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.936 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.936 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.938 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.939 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.939 INFO kablam! Sep 21 06:43:46.939 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.939 INFO kablam! --> src/core/alias.rs:18:30 Sep 21 06:43:46.939 INFO kablam! | Sep 21 06:43:46.939 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 21 06:43:46.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.939 INFO kablam! | Sep 21 06:43:46.939 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.939 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.939 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.939 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.939 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.939 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.939 INFO kablam! Sep 21 06:43:46.939 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.939 INFO kablam! --> src/core/alias.rs:18:30 Sep 21 06:43:46.939 INFO kablam! | Sep 21 06:43:46.939 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 21 06:43:46.939 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.939 INFO kablam! | | Sep 21 06:43:46.939 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.939 INFO kablam! | Sep 21 06:43:46.939 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.939 INFO kablam! --> src/core/alias.rs:18:30 Sep 21 06:43:46.939 INFO kablam! | Sep 21 06:43:46.939 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 21 06:43:46.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.939 INFO kablam! Sep 21 06:43:46.939 INFO kablam! warning: the trait bound `D: core::dimension::DimName` is not satisfied Sep 21 06:43:46.939 INFO kablam! --> src/core/alias.rs:21:26 Sep 21 06:43:46.939 INFO kablam! | Sep 21 06:43:46.939 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 21 06:43:46.939 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D` Sep 21 06:43:46.939 INFO kablam! | Sep 21 06:43:46.939 INFO kablam! = help: consider adding a `where D: core::dimension::DimName` bound Sep 21 06:43:46.939 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.939 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.939 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.939 INFO kablam! Sep 21 06:43:46.939 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.939 INFO kablam! --> src/core/alias.rs:21:26 Sep 21 06:43:46.939 INFO kablam! | Sep 21 06:43:46.939 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 21 06:43:46.939 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.939 INFO kablam! | Sep 21 06:43:46.939 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.939 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.939 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.939 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.939 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.939 INFO kablam! Sep 21 06:43:46.939 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.939 INFO kablam! --> src/core/alias.rs:21:26 Sep 21 06:43:46.939 INFO kablam! | Sep 21 06:43:46.939 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 21 06:43:46.939 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.939 INFO kablam! | Sep 21 06:43:46.939 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.939 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.939 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.939 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.939 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.939 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.939 INFO kablam! Sep 21 06:43:46.939 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.939 INFO kablam! --> src/core/alias.rs:21:26 Sep 21 06:43:46.939 INFO kablam! | Sep 21 06:43:46.939 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 21 06:43:46.939 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.939 INFO kablam! | Sep 21 06:43:46.939 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.939 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.939 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.939 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.939 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.939 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.939 INFO kablam! Sep 21 06:43:46.939 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.939 INFO kablam! --> src/core/alias.rs:21:26 Sep 21 06:43:46.940 INFO kablam! | Sep 21 06:43:46.940 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 21 06:43:46.940 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.940 INFO kablam! | | Sep 21 06:43:46.940 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.940 INFO kablam! | Sep 21 06:43:46.940 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.940 INFO kablam! --> src/core/alias.rs:21:26 Sep 21 06:43:46.940 INFO kablam! | Sep 21 06:43:46.940 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 21 06:43:46.940 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.940 INFO kablam! Sep 21 06:43:46.940 INFO kablam! warning: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 21 06:43:46.940 INFO kablam! --> src/core/alias.rs:24:23 Sep 21 06:43:46.940 INFO kablam! | Sep 21 06:43:46.940 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 21 06:43:46.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.940 INFO kablam! | Sep 21 06:43:46.940 INFO kablam! = help: consider adding a `where core::default_allocator::DefaultAllocator: core::allocator::Allocator` bound Sep 21 06:43:46.940 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.940 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.940 INFO kablam! Sep 21 06:43:46.940 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.940 INFO kablam! --> src/core/alias.rs:24:23 Sep 21 06:43:46.940 INFO kablam! | Sep 21 06:43:46.940 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 21 06:43:46.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.940 INFO kablam! | Sep 21 06:43:46.940 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.940 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.940 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.940 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.940 INFO kablam! Sep 21 06:43:46.940 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.940 INFO kablam! --> src/core/alias.rs:24:23 Sep 21 06:43:46.940 INFO kablam! | Sep 21 06:43:46.940 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 21 06:43:46.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.940 INFO kablam! | Sep 21 06:43:46.940 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.940 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.940 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.940 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.942 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.942 INFO kablam! Sep 21 06:43:46.942 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.942 INFO kablam! --> src/core/alias.rs:24:23 Sep 21 06:43:46.942 INFO kablam! | Sep 21 06:43:46.942 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 21 06:43:46.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.942 INFO kablam! | Sep 21 06:43:46.942 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.942 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.942 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.942 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.942 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.942 INFO kablam! Sep 21 06:43:46.942 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.942 INFO kablam! --> src/core/alias.rs:24:23 Sep 21 06:43:46.942 INFO kablam! | Sep 21 06:43:46.942 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 21 06:43:46.942 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.942 INFO kablam! | | Sep 21 06:43:46.942 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.942 INFO kablam! | Sep 21 06:43:46.942 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.942 INFO kablam! --> src/core/alias.rs:24:23 Sep 21 06:43:46.942 INFO kablam! | Sep 21 06:43:46.942 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 21 06:43:46.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.942 INFO kablam! Sep 21 06:43:46.942 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.942 INFO kablam! --> src/core/alias.rs:27:23 Sep 21 06:43:46.942 INFO kablam! | Sep 21 06:43:46.942 INFO kablam! 27 | pub type Matrix1 = MatrixN; Sep 21 06:43:46.942 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.942 INFO kablam! | Sep 21 06:43:46.942 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.942 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.942 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.942 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.942 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.942 INFO kablam! Sep 21 06:43:46.943 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.943 INFO kablam! --> src/core/alias.rs:27:23 Sep 21 06:43:46.943 INFO kablam! | Sep 21 06:43:46.943 INFO kablam! 27 | pub type Matrix1 = MatrixN; Sep 21 06:43:46.943 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.943 INFO kablam! | Sep 21 06:43:46.943 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.943 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.943 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.943 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.943 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.943 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.943 INFO kablam! Sep 21 06:43:46.943 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.943 INFO kablam! --> src/core/alias.rs:27:23 Sep 21 06:43:46.943 INFO kablam! | Sep 21 06:43:46.943 INFO kablam! 27 | pub type Matrix1 = MatrixN; Sep 21 06:43:46.943 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.943 INFO kablam! | Sep 21 06:43:46.943 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.943 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.943 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.943 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.943 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.943 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.943 INFO kablam! Sep 21 06:43:46.943 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.943 INFO kablam! --> src/core/alias.rs:27:23 Sep 21 06:43:46.943 INFO kablam! | Sep 21 06:43:46.943 INFO kablam! 27 | pub type Matrix1 = MatrixN; Sep 21 06:43:46.943 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:46.943 INFO kablam! | | Sep 21 06:43:46.943 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.943 INFO kablam! | Sep 21 06:43:46.943 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.943 INFO kablam! --> src/core/alias.rs:27:23 Sep 21 06:43:46.943 INFO kablam! | Sep 21 06:43:46.944 INFO kablam! 27 | pub type Matrix1 = MatrixN; Sep 21 06:43:46.944 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:46.944 INFO kablam! Sep 21 06:43:46.944 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.944 INFO kablam! --> src/core/alias.rs:29:23 Sep 21 06:43:46.944 INFO kablam! | Sep 21 06:43:46.944 INFO kablam! 29 | pub type Matrix2 = MatrixN; Sep 21 06:43:46.944 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.944 INFO kablam! | Sep 21 06:43:46.944 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.944 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.944 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.944 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.944 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.944 INFO kablam! Sep 21 06:43:46.944 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.944 INFO kablam! --> src/core/alias.rs:29:23 Sep 21 06:43:46.944 INFO kablam! | Sep 21 06:43:46.944 INFO kablam! 29 | pub type Matrix2 = MatrixN; Sep 21 06:43:46.944 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.944 INFO kablam! | Sep 21 06:43:46.944 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.944 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.944 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.944 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.944 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.944 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.944 INFO kablam! Sep 21 06:43:46.944 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.944 INFO kablam! --> src/core/alias.rs:29:23 Sep 21 06:43:46.944 INFO kablam! | Sep 21 06:43:46.944 INFO kablam! 29 | pub type Matrix2 = MatrixN; Sep 21 06:43:46.944 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.944 INFO kablam! | Sep 21 06:43:46.944 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.944 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.944 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.944 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.944 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.944 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.944 INFO kablam! Sep 21 06:43:46.944 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.944 INFO kablam! --> src/core/alias.rs:29:23 Sep 21 06:43:46.944 INFO kablam! | Sep 21 06:43:46.944 INFO kablam! 29 | pub type Matrix2 = MatrixN; Sep 21 06:43:46.944 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:46.944 INFO kablam! | | Sep 21 06:43:46.944 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.944 INFO kablam! | Sep 21 06:43:46.946 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.946 INFO kablam! --> src/core/alias.rs:29:23 Sep 21 06:43:46.946 INFO kablam! | Sep 21 06:43:46.946 INFO kablam! 29 | pub type Matrix2 = MatrixN; Sep 21 06:43:46.946 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:46.946 INFO kablam! Sep 21 06:43:46.946 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.946 INFO kablam! --> src/core/alias.rs:31:23 Sep 21 06:43:46.946 INFO kablam! | Sep 21 06:43:46.946 INFO kablam! 31 | pub type Matrix3 = MatrixN; Sep 21 06:43:46.946 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.946 INFO kablam! | Sep 21 06:43:46.946 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.946 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.946 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.946 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.946 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.946 INFO kablam! Sep 21 06:43:46.946 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.947 INFO kablam! --> src/core/alias.rs:31:23 Sep 21 06:43:46.947 INFO kablam! | Sep 21 06:43:46.947 INFO kablam! 31 | pub type Matrix3 = MatrixN; Sep 21 06:43:46.947 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.947 INFO kablam! | Sep 21 06:43:46.947 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.947 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.947 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.947 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.947 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.947 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.947 INFO kablam! Sep 21 06:43:46.947 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.947 INFO kablam! --> src/core/alias.rs:31:23 Sep 21 06:43:46.947 INFO kablam! | Sep 21 06:43:46.947 INFO kablam! 31 | pub type Matrix3 = MatrixN; Sep 21 06:43:46.947 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.947 INFO kablam! | Sep 21 06:43:46.947 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.947 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.947 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.947 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.947 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.947 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.947 INFO kablam! Sep 21 06:43:46.947 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.947 INFO kablam! --> src/core/alias.rs:31:23 Sep 21 06:43:46.947 INFO kablam! | Sep 21 06:43:46.947 INFO kablam! 31 | pub type Matrix3 = MatrixN; Sep 21 06:43:46.947 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:46.947 INFO kablam! | | Sep 21 06:43:46.947 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.947 INFO kablam! | Sep 21 06:43:46.947 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.947 INFO kablam! --> src/core/alias.rs:31:23 Sep 21 06:43:46.947 INFO kablam! | Sep 21 06:43:46.947 INFO kablam! 31 | pub type Matrix3 = MatrixN; Sep 21 06:43:46.947 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:46.947 INFO kablam! Sep 21 06:43:46.947 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.947 INFO kablam! --> src/core/alias.rs:33:23 Sep 21 06:43:46.947 INFO kablam! | Sep 21 06:43:46.947 INFO kablam! 33 | pub type Matrix4 = MatrixN; Sep 21 06:43:46.947 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.947 INFO kablam! | Sep 21 06:43:46.948 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.948 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.948 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.948 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.948 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.948 INFO kablam! Sep 21 06:43:46.948 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.948 INFO kablam! --> src/core/alias.rs:33:23 Sep 21 06:43:46.948 INFO kablam! | Sep 21 06:43:46.948 INFO kablam! 33 | pub type Matrix4 = MatrixN; Sep 21 06:43:46.948 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.948 INFO kablam! | Sep 21 06:43:46.948 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.948 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.948 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.948 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.948 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.948 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.948 INFO kablam! Sep 21 06:43:46.949 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.949 INFO kablam! --> src/core/alias.rs:33:23 Sep 21 06:43:46.949 INFO kablam! | Sep 21 06:43:46.949 INFO kablam! 33 | pub type Matrix4 = MatrixN; Sep 21 06:43:46.949 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.949 INFO kablam! | Sep 21 06:43:46.949 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.949 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.949 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.949 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.949 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.949 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.949 INFO kablam! Sep 21 06:43:46.949 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.949 INFO kablam! --> src/core/alias.rs:33:23 Sep 21 06:43:46.949 INFO kablam! | Sep 21 06:43:46.949 INFO kablam! 33 | pub type Matrix4 = MatrixN; Sep 21 06:43:46.949 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:46.949 INFO kablam! | | Sep 21 06:43:46.949 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.949 INFO kablam! | Sep 21 06:43:46.949 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.949 INFO kablam! --> src/core/alias.rs:33:23 Sep 21 06:43:46.949 INFO kablam! | Sep 21 06:43:46.949 INFO kablam! 33 | pub type Matrix4 = MatrixN; Sep 21 06:43:46.949 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:46.949 INFO kablam! Sep 21 06:43:46.950 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.950 INFO kablam! --> src/core/alias.rs:35:23 Sep 21 06:43:46.950 INFO kablam! | Sep 21 06:43:46.950 INFO kablam! 35 | pub type Matrix5 = MatrixN; Sep 21 06:43:46.950 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.950 INFO kablam! | Sep 21 06:43:46.950 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.950 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.950 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.950 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.950 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.950 INFO kablam! Sep 21 06:43:46.950 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.950 INFO kablam! --> src/core/alias.rs:35:23 Sep 21 06:43:46.950 INFO kablam! | Sep 21 06:43:46.951 INFO kablam! 35 | pub type Matrix5 = MatrixN; Sep 21 06:43:46.951 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.951 INFO kablam! | Sep 21 06:43:46.951 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.951 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.951 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.951 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.951 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.951 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.951 INFO kablam! Sep 21 06:43:46.951 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.951 INFO kablam! --> src/core/alias.rs:35:23 Sep 21 06:43:46.951 INFO kablam! | Sep 21 06:43:46.951 INFO kablam! 35 | pub type Matrix5 = MatrixN; Sep 21 06:43:46.951 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.951 INFO kablam! | Sep 21 06:43:46.951 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.951 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.951 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.951 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.951 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.951 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.951 INFO kablam! Sep 21 06:43:46.951 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.951 INFO kablam! --> src/core/alias.rs:35:23 Sep 21 06:43:46.951 INFO kablam! | Sep 21 06:43:46.951 INFO kablam! 35 | pub type Matrix5 = MatrixN; Sep 21 06:43:46.951 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:46.951 INFO kablam! | | Sep 21 06:43:46.951 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.951 INFO kablam! | Sep 21 06:43:46.951 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.951 INFO kablam! --> src/core/alias.rs:35:23 Sep 21 06:43:46.951 INFO kablam! | Sep 21 06:43:46.951 INFO kablam! 35 | pub type Matrix5 = MatrixN; Sep 21 06:43:46.951 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:46.951 INFO kablam! Sep 21 06:43:46.951 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.951 INFO kablam! --> src/core/alias.rs:37:23 Sep 21 06:43:46.951 INFO kablam! | Sep 21 06:43:46.951 INFO kablam! 37 | pub type Matrix6 = MatrixN; Sep 21 06:43:46.951 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.951 INFO kablam! | Sep 21 06:43:46.951 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.951 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.951 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.951 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.951 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.951 INFO kablam! Sep 21 06:43:46.951 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.951 INFO kablam! --> src/core/alias.rs:37:23 Sep 21 06:43:46.951 INFO kablam! | Sep 21 06:43:46.951 INFO kablam! 37 | pub type Matrix6 = MatrixN; Sep 21 06:43:46.951 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.951 INFO kablam! | Sep 21 06:43:46.951 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.951 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.951 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.951 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.951 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.951 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.951 INFO kablam! Sep 21 06:43:46.951 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.951 INFO kablam! --> src/core/alias.rs:37:23 Sep 21 06:43:46.951 INFO kablam! | Sep 21 06:43:46.951 INFO kablam! 37 | pub type Matrix6 = MatrixN; Sep 21 06:43:46.952 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.952 INFO kablam! | Sep 21 06:43:46.952 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.952 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.952 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.952 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.952 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.952 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.952 INFO kablam! Sep 21 06:43:46.954 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.954 INFO kablam! --> src/core/alias.rs:37:23 Sep 21 06:43:46.954 INFO kablam! | Sep 21 06:43:46.954 INFO kablam! 37 | pub type Matrix6 = MatrixN; Sep 21 06:43:46.954 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:46.954 INFO kablam! | | Sep 21 06:43:46.954 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.954 INFO kablam! | Sep 21 06:43:46.954 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.954 INFO kablam! --> src/core/alias.rs:37:23 Sep 21 06:43:46.954 INFO kablam! | Sep 21 06:43:46.954 INFO kablam! 37 | pub type Matrix6 = MatrixN; Sep 21 06:43:46.954 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:46.954 INFO kablam! Sep 21 06:43:46.954 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.954 INFO kablam! --> src/core/alias.rs:40:25 Sep 21 06:43:46.954 INFO kablam! | Sep 21 06:43:46.954 INFO kablam! 40 | pub type Matrix1x2 = MatrixMN; Sep 21 06:43:46.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.955 INFO kablam! | Sep 21 06:43:46.955 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.955 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.955 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.955 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.955 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.955 INFO kablam! Sep 21 06:43:46.955 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.955 INFO kablam! --> src/core/alias.rs:40:25 Sep 21 06:43:46.955 INFO kablam! | Sep 21 06:43:46.955 INFO kablam! 40 | pub type Matrix1x2 = MatrixMN; Sep 21 06:43:46.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.955 INFO kablam! | Sep 21 06:43:46.955 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.955 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.955 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.955 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.955 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.955 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.955 INFO kablam! Sep 21 06:43:46.955 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.955 INFO kablam! --> src/core/alias.rs:40:25 Sep 21 06:43:46.955 INFO kablam! | Sep 21 06:43:46.955 INFO kablam! 40 | pub type Matrix1x2 = MatrixMN; Sep 21 06:43:46.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.955 INFO kablam! | Sep 21 06:43:46.955 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.955 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.955 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.955 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.955 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.955 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.955 INFO kablam! Sep 21 06:43:46.955 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.955 INFO kablam! --> src/core/alias.rs:40:25 Sep 21 06:43:46.955 INFO kablam! | Sep 21 06:43:46.955 INFO kablam! 40 | pub type Matrix1x2 = MatrixMN; Sep 21 06:43:46.955 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.955 INFO kablam! | | Sep 21 06:43:46.955 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.955 INFO kablam! | Sep 21 06:43:46.955 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.955 INFO kablam! --> src/core/alias.rs:40:25 Sep 21 06:43:46.955 INFO kablam! | Sep 21 06:43:46.955 INFO kablam! 40 | pub type Matrix1x2 = MatrixMN; Sep 21 06:43:46.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.955 INFO kablam! Sep 21 06:43:46.955 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.955 INFO kablam! --> src/core/alias.rs:42:25 Sep 21 06:43:46.955 INFO kablam! | Sep 21 06:43:46.955 INFO kablam! 42 | pub type Matrix1x3 = MatrixMN; Sep 21 06:43:46.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.955 INFO kablam! | Sep 21 06:43:46.955 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.955 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.955 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.955 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.955 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.956 INFO kablam! Sep 21 06:43:46.956 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.956 INFO kablam! --> src/core/alias.rs:42:25 Sep 21 06:43:46.956 INFO kablam! | Sep 21 06:43:46.956 INFO kablam! 42 | pub type Matrix1x3 = MatrixMN; Sep 21 06:43:46.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.956 INFO kablam! | Sep 21 06:43:46.956 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.956 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.956 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.956 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.956 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.956 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.956 INFO kablam! Sep 21 06:43:46.956 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.956 INFO kablam! --> src/core/alias.rs:42:25 Sep 21 06:43:46.956 INFO kablam! | Sep 21 06:43:46.956 INFO kablam! 42 | pub type Matrix1x3 = MatrixMN; Sep 21 06:43:46.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.956 INFO kablam! | Sep 21 06:43:46.956 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.956 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.956 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.956 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.956 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.956 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.956 INFO kablam! Sep 21 06:43:46.956 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.956 INFO kablam! --> src/core/alias.rs:42:25 Sep 21 06:43:46.956 INFO kablam! | Sep 21 06:43:46.956 INFO kablam! 42 | pub type Matrix1x3 = MatrixMN; Sep 21 06:43:46.956 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.956 INFO kablam! | | Sep 21 06:43:46.956 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.956 INFO kablam! | Sep 21 06:43:46.956 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.956 INFO kablam! --> src/core/alias.rs:42:25 Sep 21 06:43:46.956 INFO kablam! | Sep 21 06:43:46.956 INFO kablam! 42 | pub type Matrix1x3 = MatrixMN; Sep 21 06:43:46.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.956 INFO kablam! Sep 21 06:43:46.959 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.959 INFO kablam! --> src/core/alias.rs:44:25 Sep 21 06:43:46.959 INFO kablam! | Sep 21 06:43:46.959 INFO kablam! 44 | pub type Matrix1x4 = MatrixMN; Sep 21 06:43:46.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.959 INFO kablam! | Sep 21 06:43:46.959 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.959 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.959 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.959 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.959 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.959 INFO kablam! Sep 21 06:43:46.959 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.959 INFO kablam! --> src/core/alias.rs:44:25 Sep 21 06:43:46.959 INFO kablam! | Sep 21 06:43:46.959 INFO kablam! 44 | pub type Matrix1x4 = MatrixMN; Sep 21 06:43:46.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.959 INFO kablam! | Sep 21 06:43:46.959 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.959 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.959 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.959 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.959 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.959 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.959 INFO kablam! Sep 21 06:43:46.959 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.959 INFO kablam! --> src/core/alias.rs:44:25 Sep 21 06:43:46.959 INFO kablam! | Sep 21 06:43:46.959 INFO kablam! 44 | pub type Matrix1x4 = MatrixMN; Sep 21 06:43:46.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.959 INFO kablam! | Sep 21 06:43:46.959 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.959 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.959 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.959 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.959 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.959 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.959 INFO kablam! Sep 21 06:43:46.959 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.959 INFO kablam! --> src/core/alias.rs:44:25 Sep 21 06:43:46.959 INFO kablam! | Sep 21 06:43:46.959 INFO kablam! 44 | pub type Matrix1x4 = MatrixMN; Sep 21 06:43:46.959 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.959 INFO kablam! | | Sep 21 06:43:46.959 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.959 INFO kablam! | Sep 21 06:43:46.959 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.959 INFO kablam! --> src/core/alias.rs:44:25 Sep 21 06:43:46.959 INFO kablam! | Sep 21 06:43:46.959 INFO kablam! 44 | pub type Matrix1x4 = MatrixMN; Sep 21 06:43:46.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.960 INFO kablam! Sep 21 06:43:46.960 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.960 INFO kablam! --> src/core/alias.rs:46:25 Sep 21 06:43:46.960 INFO kablam! | Sep 21 06:43:46.960 INFO kablam! 46 | pub type Matrix1x5 = MatrixMN; Sep 21 06:43:46.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.960 INFO kablam! | Sep 21 06:43:46.960 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.960 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.960 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.960 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.960 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.960 INFO kablam! Sep 21 06:43:46.960 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.960 INFO kablam! --> src/core/alias.rs:46:25 Sep 21 06:43:46.960 INFO kablam! | Sep 21 06:43:46.960 INFO kablam! 46 | pub type Matrix1x5 = MatrixMN; Sep 21 06:43:46.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.960 INFO kablam! | Sep 21 06:43:46.960 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.960 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.960 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.960 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.960 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.960 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.960 INFO kablam! Sep 21 06:43:46.960 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.960 INFO kablam! --> src/core/alias.rs:46:25 Sep 21 06:43:46.960 INFO kablam! | Sep 21 06:43:46.960 INFO kablam! 46 | pub type Matrix1x5 = MatrixMN; Sep 21 06:43:46.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.960 INFO kablam! | Sep 21 06:43:46.960 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.960 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.960 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.960 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.960 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.960 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.960 INFO kablam! Sep 21 06:43:46.960 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.960 INFO kablam! --> src/core/alias.rs:46:25 Sep 21 06:43:46.960 INFO kablam! | Sep 21 06:43:46.960 INFO kablam! 46 | pub type Matrix1x5 = MatrixMN; Sep 21 06:43:46.960 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.960 INFO kablam! | | Sep 21 06:43:46.960 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.960 INFO kablam! | Sep 21 06:43:46.960 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.960 INFO kablam! --> src/core/alias.rs:46:25 Sep 21 06:43:46.960 INFO kablam! | Sep 21 06:43:46.960 INFO kablam! 46 | pub type Matrix1x5 = MatrixMN; Sep 21 06:43:46.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.960 INFO kablam! Sep 21 06:43:46.960 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.960 INFO kablam! --> src/core/alias.rs:48:25 Sep 21 06:43:46.960 INFO kablam! | Sep 21 06:43:46.960 INFO kablam! 48 | pub type Matrix1x6 = MatrixMN; Sep 21 06:43:46.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.961 INFO kablam! | Sep 21 06:43:46.961 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.961 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.961 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.961 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.961 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.961 INFO kablam! Sep 21 06:43:46.961 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.961 INFO kablam! --> src/core/alias.rs:48:25 Sep 21 06:43:46.961 INFO kablam! | Sep 21 06:43:46.961 INFO kablam! 48 | pub type Matrix1x6 = MatrixMN; Sep 21 06:43:46.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.961 INFO kablam! | Sep 21 06:43:46.961 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.961 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.961 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.961 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.961 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.961 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.961 INFO kablam! Sep 21 06:43:46.961 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.961 INFO kablam! --> src/core/alias.rs:48:25 Sep 21 06:43:46.961 INFO kablam! | Sep 21 06:43:46.961 INFO kablam! 48 | pub type Matrix1x6 = MatrixMN; Sep 21 06:43:46.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.961 INFO kablam! | Sep 21 06:43:46.961 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.961 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.961 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.961 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.961 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.961 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.961 INFO kablam! Sep 21 06:43:46.962 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.962 INFO kablam! --> src/core/alias.rs:48:25 Sep 21 06:43:46.962 INFO kablam! | Sep 21 06:43:46.962 INFO kablam! 48 | pub type Matrix1x6 = MatrixMN; Sep 21 06:43:46.962 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.962 INFO kablam! | | Sep 21 06:43:46.962 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.962 INFO kablam! | Sep 21 06:43:46.962 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.962 INFO kablam! --> src/core/alias.rs:48:25 Sep 21 06:43:46.963 INFO kablam! | Sep 21 06:43:46.963 INFO kablam! 48 | pub type Matrix1x6 = MatrixMN; Sep 21 06:43:46.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.963 INFO kablam! Sep 21 06:43:46.963 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.963 INFO kablam! --> src/core/alias.rs:51:25 Sep 21 06:43:46.963 INFO kablam! | Sep 21 06:43:46.963 INFO kablam! 51 | pub type Matrix2x3 = MatrixMN; Sep 21 06:43:46.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.963 INFO kablam! | Sep 21 06:43:46.963 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.963 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.963 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.963 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.963 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.963 INFO kablam! Sep 21 06:43:46.963 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.963 INFO kablam! --> src/core/alias.rs:51:25 Sep 21 06:43:46.963 INFO kablam! | Sep 21 06:43:46.963 INFO kablam! 51 | pub type Matrix2x3 = MatrixMN; Sep 21 06:43:46.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.963 INFO kablam! | Sep 21 06:43:46.963 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.963 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.963 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.963 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.963 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.963 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.963 INFO kablam! Sep 21 06:43:46.963 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.963 INFO kablam! --> src/core/alias.rs:51:25 Sep 21 06:43:46.963 INFO kablam! | Sep 21 06:43:46.963 INFO kablam! 51 | pub type Matrix2x3 = MatrixMN; Sep 21 06:43:46.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.963 INFO kablam! | Sep 21 06:43:46.963 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.963 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.963 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.963 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.963 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.963 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.963 INFO kablam! Sep 21 06:43:46.963 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.963 INFO kablam! --> src/core/alias.rs:51:25 Sep 21 06:43:46.963 INFO kablam! | Sep 21 06:43:46.963 INFO kablam! 51 | pub type Matrix2x3 = MatrixMN; Sep 21 06:43:46.963 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.963 INFO kablam! | | Sep 21 06:43:46.963 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.963 INFO kablam! | Sep 21 06:43:46.963 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.963 INFO kablam! --> src/core/alias.rs:51:25 Sep 21 06:43:46.963 INFO kablam! | Sep 21 06:43:46.963 INFO kablam! 51 | pub type Matrix2x3 = MatrixMN; Sep 21 06:43:46.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.963 INFO kablam! Sep 21 06:43:46.963 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.963 INFO kablam! --> src/core/alias.rs:53:25 Sep 21 06:43:46.963 INFO kablam! | Sep 21 06:43:46.964 INFO kablam! 53 | pub type Matrix2x4 = MatrixMN; Sep 21 06:43:46.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.964 INFO kablam! | Sep 21 06:43:46.964 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.964 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.964 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.964 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.964 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.964 INFO kablam! Sep 21 06:43:46.964 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.964 INFO kablam! --> src/core/alias.rs:53:25 Sep 21 06:43:46.964 INFO kablam! | Sep 21 06:43:46.964 INFO kablam! 53 | pub type Matrix2x4 = MatrixMN; Sep 21 06:43:46.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.964 INFO kablam! | Sep 21 06:43:46.964 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.964 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.964 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.964 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.964 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.964 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.964 INFO kablam! Sep 21 06:43:46.964 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.964 INFO kablam! --> src/core/alias.rs:53:25 Sep 21 06:43:46.964 INFO kablam! | Sep 21 06:43:46.964 INFO kablam! 53 | pub type Matrix2x4 = MatrixMN; Sep 21 06:43:46.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.964 INFO kablam! | Sep 21 06:43:46.964 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.964 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.964 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.964 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.964 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.964 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.964 INFO kablam! Sep 21 06:43:46.966 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.966 INFO kablam! --> src/core/alias.rs:53:25 Sep 21 06:43:46.966 INFO kablam! | Sep 21 06:43:46.966 INFO kablam! 53 | pub type Matrix2x4 = MatrixMN; Sep 21 06:43:46.966 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.966 INFO kablam! | | Sep 21 06:43:46.966 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.966 INFO kablam! | Sep 21 06:43:46.966 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.966 INFO kablam! --> src/core/alias.rs:53:25 Sep 21 06:43:46.966 INFO kablam! | Sep 21 06:43:46.966 INFO kablam! 53 | pub type Matrix2x4 = MatrixMN; Sep 21 06:43:46.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.966 INFO kablam! Sep 21 06:43:46.966 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.966 INFO kablam! --> src/core/alias.rs:55:25 Sep 21 06:43:46.966 INFO kablam! | Sep 21 06:43:46.966 INFO kablam! 55 | pub type Matrix2x5 = MatrixMN; Sep 21 06:43:46.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.966 INFO kablam! | Sep 21 06:43:46.966 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.966 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.966 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.967 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.967 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.967 INFO kablam! Sep 21 06:43:46.967 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.967 INFO kablam! --> src/core/alias.rs:55:25 Sep 21 06:43:46.967 INFO kablam! | Sep 21 06:43:46.967 INFO kablam! 55 | pub type Matrix2x5 = MatrixMN; Sep 21 06:43:46.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.967 INFO kablam! | Sep 21 06:43:46.967 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.967 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.967 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.967 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.967 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.967 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.967 INFO kablam! Sep 21 06:43:46.967 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.967 INFO kablam! --> src/core/alias.rs:55:25 Sep 21 06:43:46.967 INFO kablam! | Sep 21 06:43:46.967 INFO kablam! 55 | pub type Matrix2x5 = MatrixMN; Sep 21 06:43:46.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.968 INFO kablam! | Sep 21 06:43:46.968 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.968 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.968 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.968 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.968 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.968 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.968 INFO kablam! Sep 21 06:43:46.968 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.968 INFO kablam! --> src/core/alias.rs:55:25 Sep 21 06:43:46.968 INFO kablam! | Sep 21 06:43:46.968 INFO kablam! 55 | pub type Matrix2x5 = MatrixMN; Sep 21 06:43:46.968 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.968 INFO kablam! | | Sep 21 06:43:46.968 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.968 INFO kablam! | Sep 21 06:43:46.968 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.968 INFO kablam! --> src/core/alias.rs:55:25 Sep 21 06:43:46.968 INFO kablam! | Sep 21 06:43:46.968 INFO kablam! 55 | pub type Matrix2x5 = MatrixMN; Sep 21 06:43:46.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.968 INFO kablam! Sep 21 06:43:46.968 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.969 INFO kablam! --> src/core/alias.rs:57:25 Sep 21 06:43:46.969 INFO kablam! | Sep 21 06:43:46.969 INFO kablam! 57 | pub type Matrix2x6 = MatrixMN; Sep 21 06:43:46.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.969 INFO kablam! | Sep 21 06:43:46.969 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.969 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.969 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.969 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.969 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.969 INFO kablam! Sep 21 06:43:46.969 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.969 INFO kablam! --> src/core/alias.rs:57:25 Sep 21 06:43:46.970 INFO kablam! | Sep 21 06:43:46.970 INFO kablam! 57 | pub type Matrix2x6 = MatrixMN; Sep 21 06:43:46.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.970 INFO kablam! | Sep 21 06:43:46.970 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.970 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.970 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.970 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.970 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.970 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.970 INFO kablam! Sep 21 06:43:46.970 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.970 INFO kablam! --> src/core/alias.rs:57:25 Sep 21 06:43:46.970 INFO kablam! | Sep 21 06:43:46.970 INFO kablam! 57 | pub type Matrix2x6 = MatrixMN; Sep 21 06:43:46.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.970 INFO kablam! | Sep 21 06:43:46.970 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.970 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.971 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.971 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.971 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.971 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.971 INFO kablam! Sep 21 06:43:46.971 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.971 INFO kablam! --> src/core/alias.rs:57:25 Sep 21 06:43:46.971 INFO kablam! | Sep 21 06:43:46.971 INFO kablam! 57 | pub type Matrix2x6 = MatrixMN; Sep 21 06:43:46.971 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.971 INFO kablam! | | Sep 21 06:43:46.971 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.971 INFO kablam! | Sep 21 06:43:46.972 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.972 INFO kablam! --> src/core/alias.rs:57:25 Sep 21 06:43:46.972 INFO kablam! | Sep 21 06:43:46.972 INFO kablam! 57 | pub type Matrix2x6 = MatrixMN; Sep 21 06:43:46.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.972 INFO kablam! Sep 21 06:43:46.972 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.972 INFO kablam! --> src/core/alias.rs:60:25 Sep 21 06:43:46.972 INFO kablam! | Sep 21 06:43:46.972 INFO kablam! 60 | pub type Matrix3x4 = MatrixMN; Sep 21 06:43:46.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.972 INFO kablam! | Sep 21 06:43:46.972 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.972 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.972 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.972 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.972 INFO kablam! Sep 21 06:43:46.972 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.972 INFO kablam! --> src/core/alias.rs:60:25 Sep 21 06:43:46.972 INFO kablam! | Sep 21 06:43:46.972 INFO kablam! 60 | pub type Matrix3x4 = MatrixMN; Sep 21 06:43:46.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.972 INFO kablam! | Sep 21 06:43:46.972 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.972 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.972 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.972 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.973 INFO kablam! Sep 21 06:43:46.973 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.973 INFO kablam! --> src/core/alias.rs:60:25 Sep 21 06:43:46.973 INFO kablam! | Sep 21 06:43:46.973 INFO kablam! 60 | pub type Matrix3x4 = MatrixMN; Sep 21 06:43:46.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.973 INFO kablam! | Sep 21 06:43:46.973 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.974 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.974 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.974 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.974 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.974 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.974 INFO kablam! Sep 21 06:43:46.974 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.974 INFO kablam! --> src/core/alias.rs:60:25 Sep 21 06:43:46.974 INFO kablam! | Sep 21 06:43:46.974 INFO kablam! 60 | pub type Matrix3x4 = MatrixMN; Sep 21 06:43:46.974 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.974 INFO kablam! | | Sep 21 06:43:46.974 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.974 INFO kablam! | Sep 21 06:43:46.974 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.974 INFO kablam! --> src/core/alias.rs:60:25 Sep 21 06:43:46.974 INFO kablam! | Sep 21 06:43:46.974 INFO kablam! 60 | pub type Matrix3x4 = MatrixMN; Sep 21 06:43:46.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.974 INFO kablam! Sep 21 06:43:46.974 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.974 INFO kablam! --> src/core/alias.rs:62:25 Sep 21 06:43:46.974 INFO kablam! | Sep 21 06:43:46.974 INFO kablam! 62 | pub type Matrix3x5 = MatrixMN; Sep 21 06:43:46.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.974 INFO kablam! | Sep 21 06:43:46.975 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.975 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.975 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.975 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.975 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.975 INFO kablam! Sep 21 06:43:46.975 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.975 INFO kablam! --> src/core/alias.rs:62:25 Sep 21 06:43:46.975 INFO kablam! | Sep 21 06:43:46.975 INFO kablam! 62 | pub type Matrix3x5 = MatrixMN; Sep 21 06:43:46.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.976 INFO kablam! | Sep 21 06:43:46.976 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.976 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.976 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.976 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.976 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.976 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.976 INFO kablam! Sep 21 06:43:46.977 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.977 INFO kablam! --> src/core/alias.rs:62:25 Sep 21 06:43:46.977 INFO kablam! | Sep 21 06:43:46.977 INFO kablam! 62 | pub type Matrix3x5 = MatrixMN; Sep 21 06:43:46.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.977 INFO kablam! | Sep 21 06:43:46.977 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.977 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.977 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.977 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.977 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.977 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.978 INFO kablam! Sep 21 06:43:46.978 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.978 INFO kablam! --> src/core/alias.rs:62:25 Sep 21 06:43:46.978 INFO kablam! | Sep 21 06:43:46.978 INFO kablam! 62 | pub type Matrix3x5 = MatrixMN; Sep 21 06:43:46.978 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.978 INFO kablam! | | Sep 21 06:43:46.978 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.978 INFO kablam! | Sep 21 06:43:46.979 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.979 INFO kablam! --> src/core/alias.rs:62:25 Sep 21 06:43:46.979 INFO kablam! | Sep 21 06:43:46.979 INFO kablam! 62 | pub type Matrix3x5 = MatrixMN; Sep 21 06:43:46.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.979 INFO kablam! Sep 21 06:43:46.980 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.980 INFO kablam! --> src/core/alias.rs:64:25 Sep 21 06:43:46.980 INFO kablam! | Sep 21 06:43:46.980 INFO kablam! 64 | pub type Matrix3x6 = MatrixMN; Sep 21 06:43:46.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.980 INFO kablam! | Sep 21 06:43:46.980 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.980 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.980 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.980 INFO kablam! Sep 21 06:43:46.981 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.981 INFO kablam! --> src/core/alias.rs:64:25 Sep 21 06:43:46.981 INFO kablam! | Sep 21 06:43:46.981 INFO kablam! 64 | pub type Matrix3x6 = MatrixMN; Sep 21 06:43:46.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.981 INFO kablam! | Sep 21 06:43:46.981 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.981 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.981 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.981 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.982 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.982 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.982 INFO kablam! Sep 21 06:43:46.982 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.982 INFO kablam! --> src/core/alias.rs:64:25 Sep 21 06:43:46.982 INFO kablam! | Sep 21 06:43:46.982 INFO kablam! 64 | pub type Matrix3x6 = MatrixMN; Sep 21 06:43:46.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.982 INFO kablam! | Sep 21 06:43:46.982 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.982 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.983 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.983 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.983 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.983 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.983 INFO kablam! Sep 21 06:43:46.984 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.984 INFO kablam! --> src/core/alias.rs:64:25 Sep 21 06:43:46.984 INFO kablam! | Sep 21 06:43:46.984 INFO kablam! 64 | pub type Matrix3x6 = MatrixMN; Sep 21 06:43:46.984 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.984 INFO kablam! | | Sep 21 06:43:46.984 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.984 INFO kablam! | Sep 21 06:43:46.984 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.984 INFO kablam! --> src/core/alias.rs:64:25 Sep 21 06:43:46.984 INFO kablam! | Sep 21 06:43:46.984 INFO kablam! 64 | pub type Matrix3x6 = MatrixMN; Sep 21 06:43:46.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.984 INFO kablam! Sep 21 06:43:46.985 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.985 INFO kablam! --> src/core/alias.rs:67:25 Sep 21 06:43:46.985 INFO kablam! | Sep 21 06:43:46.985 INFO kablam! 67 | pub type Matrix4x5 = MatrixMN; Sep 21 06:43:46.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.985 INFO kablam! | Sep 21 06:43:46.985 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.985 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.986 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.986 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.986 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.986 INFO kablam! Sep 21 06:43:46.986 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.986 INFO kablam! --> src/core/alias.rs:67:25 Sep 21 06:43:46.986 INFO kablam! | Sep 21 06:43:46.986 INFO kablam! 67 | pub type Matrix4x5 = MatrixMN; Sep 21 06:43:46.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.986 INFO kablam! | Sep 21 06:43:46.987 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.987 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.987 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.987 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.987 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.987 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.987 INFO kablam! Sep 21 06:43:46.988 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.988 INFO kablam! --> src/core/alias.rs:67:25 Sep 21 06:43:46.988 INFO kablam! | Sep 21 06:43:46.988 INFO kablam! 67 | pub type Matrix4x5 = MatrixMN; Sep 21 06:43:46.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.988 INFO kablam! | Sep 21 06:43:46.988 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.988 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.988 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.988 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.988 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.988 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.989 INFO kablam! Sep 21 06:43:46.989 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.989 INFO kablam! --> src/core/alias.rs:67:25 Sep 21 06:43:46.989 INFO kablam! | Sep 21 06:43:46.989 INFO kablam! 67 | pub type Matrix4x5 = MatrixMN; Sep 21 06:43:46.989 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.989 INFO kablam! | | Sep 21 06:43:46.989 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.989 INFO kablam! | Sep 21 06:43:46.989 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.989 INFO kablam! --> src/core/alias.rs:67:25 Sep 21 06:43:46.990 INFO kablam! | Sep 21 06:43:46.990 INFO kablam! 67 | pub type Matrix4x5 = MatrixMN; Sep 21 06:43:46.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.990 INFO kablam! Sep 21 06:43:46.991 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.991 INFO kablam! --> src/core/alias.rs:69:25 Sep 21 06:43:46.991 INFO kablam! | Sep 21 06:43:46.991 INFO kablam! 69 | pub type Matrix4x6 = MatrixMN; Sep 21 06:43:46.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.991 INFO kablam! | Sep 21 06:43:46.991 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.991 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.991 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.991 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.991 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.991 INFO kablam! Sep 21 06:43:46.992 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.992 INFO kablam! --> src/core/alias.rs:69:25 Sep 21 06:43:46.992 INFO kablam! | Sep 21 06:43:46.992 INFO kablam! 69 | pub type Matrix4x6 = MatrixMN; Sep 21 06:43:46.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.992 INFO kablam! | Sep 21 06:43:46.992 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.992 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.992 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.992 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.992 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.993 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.993 INFO kablam! Sep 21 06:43:46.993 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.993 INFO kablam! --> src/core/alias.rs:69:25 Sep 21 06:43:46.993 INFO kablam! | Sep 21 06:43:46.993 INFO kablam! 69 | pub type Matrix4x6 = MatrixMN; Sep 21 06:43:46.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.993 INFO kablam! | Sep 21 06:43:46.993 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.993 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.994 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.994 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.994 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.994 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.994 INFO kablam! Sep 21 06:43:46.995 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:46.995 INFO kablam! --> src/core/alias.rs:69:25 Sep 21 06:43:46.995 INFO kablam! | Sep 21 06:43:46.995 INFO kablam! 69 | pub type Matrix4x6 = MatrixMN; Sep 21 06:43:46.995 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.995 INFO kablam! | | Sep 21 06:43:46.995 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:46.995 INFO kablam! | Sep 21 06:43:46.995 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:46.995 INFO kablam! --> src/core/alias.rs:69:25 Sep 21 06:43:46.995 INFO kablam! | Sep 21 06:43:46.995 INFO kablam! 69 | pub type Matrix4x6 = MatrixMN; Sep 21 06:43:46.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:46.995 INFO kablam! Sep 21 06:43:46.996 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:46.996 INFO kablam! --> src/core/alias.rs:72:25 Sep 21 06:43:46.996 INFO kablam! | Sep 21 06:43:46.996 INFO kablam! 72 | pub type Matrix5x6 = MatrixMN; Sep 21 06:43:46.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:46.996 INFO kablam! | Sep 21 06:43:46.997 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:46.997 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.997 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.997 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.997 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.997 INFO kablam! Sep 21 06:43:46.998 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:46.998 INFO kablam! --> src/core/alias.rs:72:25 Sep 21 06:43:46.998 INFO kablam! | Sep 21 06:43:46.998 INFO kablam! 72 | pub type Matrix5x6 = MatrixMN; Sep 21 06:43:46.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:46.998 INFO kablam! | Sep 21 06:43:46.998 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:46.998 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:46.998 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.998 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.998 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:46.998 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:46.998 INFO kablam! Sep 21 06:43:46.999 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:46.999 INFO kablam! --> src/core/alias.rs:72:25 Sep 21 06:43:46.999 INFO kablam! | Sep 21 06:43:46.999 INFO kablam! 72 | pub type Matrix5x6 = MatrixMN; Sep 21 06:43:46.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:46.999 INFO kablam! | Sep 21 06:43:46.999 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:46.999 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:46.999 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:46.999 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:46.999 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.000 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.000 INFO kablam! Sep 21 06:43:47.000 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.000 INFO kablam! --> src/core/alias.rs:72:25 Sep 21 06:43:47.001 INFO kablam! | Sep 21 06:43:47.001 INFO kablam! 72 | pub type Matrix5x6 = MatrixMN; Sep 21 06:43:47.001 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.001 INFO kablam! | | Sep 21 06:43:47.001 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.001 INFO kablam! | Sep 21 06:43:47.002 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.002 INFO kablam! --> src/core/alias.rs:72:25 Sep 21 06:43:47.002 INFO kablam! | Sep 21 06:43:47.002 INFO kablam! 72 | pub type Matrix5x6 = MatrixMN; Sep 21 06:43:47.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.002 INFO kablam! Sep 21 06:43:47.003 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.003 INFO kablam! --> src/core/alias.rs:75:25 Sep 21 06:43:47.003 INFO kablam! | Sep 21 06:43:47.003 INFO kablam! 75 | pub type Matrix2x1 = MatrixMN; Sep 21 06:43:47.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.004 INFO kablam! | Sep 21 06:43:47.004 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.004 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.004 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.004 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.004 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.004 INFO kablam! Sep 21 06:43:47.005 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.005 INFO kablam! --> src/core/alias.rs:75:25 Sep 21 06:43:47.005 INFO kablam! | Sep 21 06:43:47.005 INFO kablam! 75 | pub type Matrix2x1 = MatrixMN; Sep 21 06:43:47.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.006 INFO kablam! | Sep 21 06:43:47.006 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.006 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.006 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.006 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.006 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.007 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.007 INFO kablam! Sep 21 06:43:47.007 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.007 INFO kablam! --> src/core/alias.rs:75:25 Sep 21 06:43:47.007 INFO kablam! | Sep 21 06:43:47.007 INFO kablam! 75 | pub type Matrix2x1 = MatrixMN; Sep 21 06:43:47.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.008 INFO kablam! | Sep 21 06:43:47.008 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.008 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.008 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.008 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.009 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.009 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.009 INFO kablam! Sep 21 06:43:47.009 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.010 INFO kablam! --> src/core/alias.rs:75:25 Sep 21 06:43:47.010 INFO kablam! | Sep 21 06:43:47.010 INFO kablam! 75 | pub type Matrix2x1 = MatrixMN; Sep 21 06:43:47.010 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.010 INFO kablam! | | Sep 21 06:43:47.010 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.010 INFO kablam! | Sep 21 06:43:47.011 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.011 INFO kablam! --> src/core/alias.rs:75:25 Sep 21 06:43:47.011 INFO kablam! | Sep 21 06:43:47.011 INFO kablam! 75 | pub type Matrix2x1 = MatrixMN; Sep 21 06:43:47.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.011 INFO kablam! Sep 21 06:43:47.012 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.012 INFO kablam! --> src/core/alias.rs:77:25 Sep 21 06:43:47.012 INFO kablam! | Sep 21 06:43:47.013 INFO kablam! 77 | pub type Matrix3x1 = MatrixMN; Sep 21 06:43:47.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.013 INFO kablam! | Sep 21 06:43:47.013 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.013 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.013 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.014 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.014 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.014 INFO kablam! Sep 21 06:43:47.014 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.014 INFO kablam! --> src/core/alias.rs:77:25 Sep 21 06:43:47.014 INFO kablam! | Sep 21 06:43:47.015 INFO kablam! 77 | pub type Matrix3x1 = MatrixMN; Sep 21 06:43:47.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.015 INFO kablam! | Sep 21 06:43:47.015 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.015 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.015 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.016 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.016 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.016 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.016 INFO kablam! Sep 21 06:43:47.016 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.016 INFO kablam! --> src/core/alias.rs:77:25 Sep 21 06:43:47.017 INFO kablam! | Sep 21 06:43:47.017 INFO kablam! 77 | pub type Matrix3x1 = MatrixMN; Sep 21 06:43:47.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.017 INFO kablam! | Sep 21 06:43:47.017 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.017 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.018 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.018 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.018 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.018 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.018 INFO kablam! Sep 21 06:43:47.019 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.019 INFO kablam! --> src/core/alias.rs:77:25 Sep 21 06:43:47.019 INFO kablam! | Sep 21 06:43:47.019 INFO kablam! 77 | pub type Matrix3x1 = MatrixMN; Sep 21 06:43:47.019 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.020 INFO kablam! | | Sep 21 06:43:47.020 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.020 INFO kablam! | Sep 21 06:43:47.020 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.020 INFO kablam! --> src/core/alias.rs:77:25 Sep 21 06:43:47.020 INFO kablam! | Sep 21 06:43:47.021 INFO kablam! 77 | pub type Matrix3x1 = MatrixMN; Sep 21 06:43:47.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.021 INFO kablam! Sep 21 06:43:47.022 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.022 INFO kablam! --> src/core/alias.rs:79:25 Sep 21 06:43:47.022 INFO kablam! | Sep 21 06:43:47.022 INFO kablam! 79 | pub type Matrix4x1 = MatrixMN; Sep 21 06:43:47.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.022 INFO kablam! | Sep 21 06:43:47.022 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.022 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.022 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.022 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.022 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.023 INFO kablam! Sep 21 06:43:47.023 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.023 INFO kablam! --> src/core/alias.rs:79:25 Sep 21 06:43:47.023 INFO kablam! | Sep 21 06:43:47.023 INFO kablam! 79 | pub type Matrix4x1 = MatrixMN; Sep 21 06:43:47.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.023 INFO kablam! | Sep 21 06:43:47.023 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.023 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.023 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.023 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.024 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.024 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.024 INFO kablam! Sep 21 06:43:47.024 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.024 INFO kablam! --> src/core/alias.rs:79:25 Sep 21 06:43:47.024 INFO kablam! | Sep 21 06:43:47.024 INFO kablam! 79 | pub type Matrix4x1 = MatrixMN; Sep 21 06:43:47.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.024 INFO kablam! | Sep 21 06:43:47.024 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.024 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.024 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.024 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.025 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.025 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.025 INFO kablam! Sep 21 06:43:47.025 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.025 INFO kablam! --> src/core/alias.rs:79:25 Sep 21 06:43:47.025 INFO kablam! | Sep 21 06:43:47.025 INFO kablam! 79 | pub type Matrix4x1 = MatrixMN; Sep 21 06:43:47.025 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.025 INFO kablam! | | Sep 21 06:43:47.025 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.026 INFO kablam! | Sep 21 06:43:47.026 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.026 INFO kablam! --> src/core/alias.rs:79:25 Sep 21 06:43:47.026 INFO kablam! | Sep 21 06:43:47.026 INFO kablam! 79 | pub type Matrix4x1 = MatrixMN; Sep 21 06:43:47.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.026 INFO kablam! Sep 21 06:43:47.027 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.027 INFO kablam! --> src/core/alias.rs:81:25 Sep 21 06:43:47.027 INFO kablam! | Sep 21 06:43:47.027 INFO kablam! 81 | pub type Matrix5x1 = MatrixMN; Sep 21 06:43:47.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.027 INFO kablam! | Sep 21 06:43:47.027 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.027 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.027 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.028 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.028 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.028 INFO kablam! Sep 21 06:43:47.028 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.028 INFO kablam! --> src/core/alias.rs:81:25 Sep 21 06:43:47.028 INFO kablam! | Sep 21 06:43:47.028 INFO kablam! 81 | pub type Matrix5x1 = MatrixMN; Sep 21 06:43:47.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.028 INFO kablam! | Sep 21 06:43:47.028 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.028 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.028 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.029 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.029 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.029 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.029 INFO kablam! Sep 21 06:43:47.029 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.029 INFO kablam! --> src/core/alias.rs:81:25 Sep 21 06:43:47.029 INFO kablam! | Sep 21 06:43:47.029 INFO kablam! 81 | pub type Matrix5x1 = MatrixMN; Sep 21 06:43:47.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.029 INFO kablam! | Sep 21 06:43:47.029 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.030 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.030 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.030 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.030 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.030 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.030 INFO kablam! Sep 21 06:43:47.031 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.031 INFO kablam! --> src/core/alias.rs:81:25 Sep 21 06:43:47.031 INFO kablam! | Sep 21 06:43:47.031 INFO kablam! 81 | pub type Matrix5x1 = MatrixMN; Sep 21 06:43:47.031 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.031 INFO kablam! | | Sep 21 06:43:47.031 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.031 INFO kablam! | Sep 21 06:43:47.031 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.031 INFO kablam! --> src/core/alias.rs:81:25 Sep 21 06:43:47.031 INFO kablam! | Sep 21 06:43:47.031 INFO kablam! 81 | pub type Matrix5x1 = MatrixMN; Sep 21 06:43:47.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.031 INFO kablam! Sep 21 06:43:47.032 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.032 INFO kablam! --> src/core/alias.rs:83:25 Sep 21 06:43:47.032 INFO kablam! | Sep 21 06:43:47.032 INFO kablam! 83 | pub type Matrix6x1 = MatrixMN; Sep 21 06:43:47.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.032 INFO kablam! | Sep 21 06:43:47.032 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.032 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.033 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.033 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.033 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.033 INFO kablam! Sep 21 06:43:47.033 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.033 INFO kablam! --> src/core/alias.rs:83:25 Sep 21 06:43:47.033 INFO kablam! | Sep 21 06:43:47.033 INFO kablam! 83 | pub type Matrix6x1 = MatrixMN; Sep 21 06:43:47.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.033 INFO kablam! | Sep 21 06:43:47.033 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.033 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.034 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.034 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.034 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.034 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.034 INFO kablam! Sep 21 06:43:47.034 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.034 INFO kablam! --> src/core/alias.rs:83:25 Sep 21 06:43:47.034 INFO kablam! | Sep 21 06:43:47.034 INFO kablam! 83 | pub type Matrix6x1 = MatrixMN; Sep 21 06:43:47.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.034 INFO kablam! | Sep 21 06:43:47.034 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.034 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.035 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.035 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.035 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.035 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.035 INFO kablam! Sep 21 06:43:47.035 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.035 INFO kablam! --> src/core/alias.rs:83:25 Sep 21 06:43:47.035 INFO kablam! | Sep 21 06:43:47.035 INFO kablam! 83 | pub type Matrix6x1 = MatrixMN; Sep 21 06:43:47.035 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.035 INFO kablam! | | Sep 21 06:43:47.036 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.036 INFO kablam! | Sep 21 06:43:47.036 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.036 INFO kablam! --> src/core/alias.rs:83:25 Sep 21 06:43:47.036 INFO kablam! | Sep 21 06:43:47.036 INFO kablam! 83 | pub type Matrix6x1 = MatrixMN; Sep 21 06:43:47.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.036 INFO kablam! Sep 21 06:43:47.037 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.037 INFO kablam! --> src/core/alias.rs:86:25 Sep 21 06:43:47.037 INFO kablam! | Sep 21 06:43:47.037 INFO kablam! 86 | pub type Matrix3x2 = MatrixMN; Sep 21 06:43:47.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.037 INFO kablam! | Sep 21 06:43:47.037 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.037 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.037 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.037 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.038 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.038 INFO kablam! Sep 21 06:43:47.038 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.038 INFO kablam! --> src/core/alias.rs:86:25 Sep 21 06:43:47.038 INFO kablam! | Sep 21 06:43:47.038 INFO kablam! 86 | pub type Matrix3x2 = MatrixMN; Sep 21 06:43:47.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.038 INFO kablam! | Sep 21 06:43:47.039 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.039 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.039 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.039 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.039 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.039 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.039 INFO kablam! Sep 21 06:43:47.039 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.040 INFO kablam! --> src/core/alias.rs:86:25 Sep 21 06:43:47.040 INFO kablam! | Sep 21 06:43:47.040 INFO kablam! 86 | pub type Matrix3x2 = MatrixMN; Sep 21 06:43:47.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.040 INFO kablam! | Sep 21 06:43:47.040 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.040 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.040 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.040 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.040 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.040 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.041 INFO kablam! Sep 21 06:43:47.041 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.041 INFO kablam! --> src/core/alias.rs:86:25 Sep 21 06:43:47.041 INFO kablam! | Sep 21 06:43:47.041 INFO kablam! 86 | pub type Matrix3x2 = MatrixMN; Sep 21 06:43:47.041 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.041 INFO kablam! | | Sep 21 06:43:47.041 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.042 INFO kablam! | Sep 21 06:43:47.042 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.042 INFO kablam! --> src/core/alias.rs:86:25 Sep 21 06:43:47.042 INFO kablam! | Sep 21 06:43:47.042 INFO kablam! 86 | pub type Matrix3x2 = MatrixMN; Sep 21 06:43:47.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.042 INFO kablam! Sep 21 06:43:47.043 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.043 INFO kablam! --> src/core/alias.rs:88:25 Sep 21 06:43:47.043 INFO kablam! | Sep 21 06:43:47.043 INFO kablam! 88 | pub type Matrix4x2 = MatrixMN; Sep 21 06:43:47.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.043 INFO kablam! | Sep 21 06:43:47.043 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.043 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.044 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.044 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.044 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.044 INFO kablam! Sep 21 06:43:47.044 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.044 INFO kablam! --> src/core/alias.rs:88:25 Sep 21 06:43:47.044 INFO kablam! | Sep 21 06:43:47.044 INFO kablam! 88 | pub type Matrix4x2 = MatrixMN; Sep 21 06:43:47.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.044 INFO kablam! | Sep 21 06:43:47.045 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.045 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.045 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.045 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.045 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.045 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.045 INFO kablam! Sep 21 06:43:47.046 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.046 INFO kablam! --> src/core/alias.rs:88:25 Sep 21 06:43:47.046 INFO kablam! | Sep 21 06:43:47.046 INFO kablam! 88 | pub type Matrix4x2 = MatrixMN; Sep 21 06:43:47.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.046 INFO kablam! | Sep 21 06:43:47.046 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.046 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.046 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.047 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.047 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.047 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.047 INFO kablam! Sep 21 06:43:47.047 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.048 INFO kablam! --> src/core/alias.rs:88:25 Sep 21 06:43:47.048 INFO kablam! | Sep 21 06:43:47.048 INFO kablam! 88 | pub type Matrix4x2 = MatrixMN; Sep 21 06:43:47.048 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.048 INFO kablam! | | Sep 21 06:43:47.048 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.048 INFO kablam! | Sep 21 06:43:47.048 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.048 INFO kablam! --> src/core/alias.rs:88:25 Sep 21 06:43:47.048 INFO kablam! | Sep 21 06:43:47.048 INFO kablam! 88 | pub type Matrix4x2 = MatrixMN; Sep 21 06:43:47.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.048 INFO kablam! Sep 21 06:43:47.049 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.049 INFO kablam! --> src/core/alias.rs:90:25 Sep 21 06:43:47.049 INFO kablam! | Sep 21 06:43:47.049 INFO kablam! 90 | pub type Matrix5x2 = MatrixMN; Sep 21 06:43:47.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.049 INFO kablam! | Sep 21 06:43:47.050 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.050 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.050 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.050 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.050 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.050 INFO kablam! Sep 21 06:43:47.050 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.050 INFO kablam! --> src/core/alias.rs:90:25 Sep 21 06:43:47.050 INFO kablam! | Sep 21 06:43:47.050 INFO kablam! 90 | pub type Matrix5x2 = MatrixMN; Sep 21 06:43:47.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.050 INFO kablam! | Sep 21 06:43:47.051 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.051 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.051 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.051 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.051 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.051 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.051 INFO kablam! Sep 21 06:43:47.051 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.051 INFO kablam! --> src/core/alias.rs:90:25 Sep 21 06:43:47.051 INFO kablam! | Sep 21 06:43:47.051 INFO kablam! 90 | pub type Matrix5x2 = MatrixMN; Sep 21 06:43:47.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.052 INFO kablam! | Sep 21 06:43:47.052 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.052 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.052 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.052 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.052 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.052 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.052 INFO kablam! Sep 21 06:43:47.053 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.053 INFO kablam! --> src/core/alias.rs:90:25 Sep 21 06:43:47.053 INFO kablam! | Sep 21 06:43:47.053 INFO kablam! 90 | pub type Matrix5x2 = MatrixMN; Sep 21 06:43:47.053 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.053 INFO kablam! | | Sep 21 06:43:47.053 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.053 INFO kablam! | Sep 21 06:43:47.053 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.053 INFO kablam! --> src/core/alias.rs:90:25 Sep 21 06:43:47.053 INFO kablam! | Sep 21 06:43:47.053 INFO kablam! 90 | pub type Matrix5x2 = MatrixMN; Sep 21 06:43:47.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.054 INFO kablam! Sep 21 06:43:47.054 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.054 INFO kablam! --> src/core/alias.rs:92:25 Sep 21 06:43:47.054 INFO kablam! | Sep 21 06:43:47.054 INFO kablam! 92 | pub type Matrix6x2 = MatrixMN; Sep 21 06:43:47.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.055 INFO kablam! | Sep 21 06:43:47.055 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.055 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.055 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.055 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.055 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.055 INFO kablam! Sep 21 06:43:47.055 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.055 INFO kablam! --> src/core/alias.rs:92:25 Sep 21 06:43:47.055 INFO kablam! | Sep 21 06:43:47.055 INFO kablam! 92 | pub type Matrix6x2 = MatrixMN; Sep 21 06:43:47.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.056 INFO kablam! | Sep 21 06:43:47.056 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.056 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.056 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.056 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.056 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.056 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.056 INFO kablam! Sep 21 06:43:47.057 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.057 INFO kablam! --> src/core/alias.rs:92:25 Sep 21 06:43:47.057 INFO kablam! | Sep 21 06:43:47.057 INFO kablam! 92 | pub type Matrix6x2 = MatrixMN; Sep 21 06:43:47.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.057 INFO kablam! | Sep 21 06:43:47.057 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.057 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.057 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.057 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.057 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.057 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.057 INFO kablam! Sep 21 06:43:47.058 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.058 INFO kablam! --> src/core/alias.rs:92:25 Sep 21 06:43:47.058 INFO kablam! | Sep 21 06:43:47.058 INFO kablam! 92 | pub type Matrix6x2 = MatrixMN; Sep 21 06:43:47.058 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.058 INFO kablam! | | Sep 21 06:43:47.058 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.058 INFO kablam! | Sep 21 06:43:47.058 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.058 INFO kablam! --> src/core/alias.rs:92:25 Sep 21 06:43:47.058 INFO kablam! | Sep 21 06:43:47.058 INFO kablam! 92 | pub type Matrix6x2 = MatrixMN; Sep 21 06:43:47.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.059 INFO kablam! Sep 21 06:43:47.059 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.059 INFO kablam! --> src/core/alias.rs:95:25 Sep 21 06:43:47.060 INFO kablam! | Sep 21 06:43:47.060 INFO kablam! 95 | pub type Matrix4x3 = MatrixMN; Sep 21 06:43:47.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.060 INFO kablam! | Sep 21 06:43:47.060 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.060 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.060 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.060 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.060 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.060 INFO kablam! Sep 21 06:43:47.060 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.060 INFO kablam! --> src/core/alias.rs:95:25 Sep 21 06:43:47.060 INFO kablam! | Sep 21 06:43:47.061 INFO kablam! 95 | pub type Matrix4x3 = MatrixMN; Sep 21 06:43:47.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.061 INFO kablam! | Sep 21 06:43:47.061 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.061 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.061 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.061 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.061 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.061 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.061 INFO kablam! Sep 21 06:43:47.061 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.061 INFO kablam! --> src/core/alias.rs:95:25 Sep 21 06:43:47.062 INFO kablam! | Sep 21 06:43:47.062 INFO kablam! 95 | pub type Matrix4x3 = MatrixMN; Sep 21 06:43:47.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.062 INFO kablam! | Sep 21 06:43:47.062 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.062 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.062 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.062 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.062 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.062 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.062 INFO kablam! Sep 21 06:43:47.063 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.063 INFO kablam! --> src/core/alias.rs:95:25 Sep 21 06:43:47.063 INFO kablam! | Sep 21 06:43:47.063 INFO kablam! 95 | pub type Matrix4x3 = MatrixMN; Sep 21 06:43:47.063 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.063 INFO kablam! | | Sep 21 06:43:47.063 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.063 INFO kablam! | Sep 21 06:43:47.063 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.063 INFO kablam! --> src/core/alias.rs:95:25 Sep 21 06:43:47.063 INFO kablam! | Sep 21 06:43:47.063 INFO kablam! 95 | pub type Matrix4x3 = MatrixMN; Sep 21 06:43:47.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.064 INFO kablam! Sep 21 06:43:47.065 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.065 INFO kablam! --> src/core/alias.rs:97:25 Sep 21 06:43:47.065 INFO kablam! | Sep 21 06:43:47.065 INFO kablam! 97 | pub type Matrix5x3 = MatrixMN; Sep 21 06:43:47.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.065 INFO kablam! | Sep 21 06:43:47.065 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.065 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.065 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.065 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.065 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.065 INFO kablam! Sep 21 06:43:47.066 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.066 INFO kablam! --> src/core/alias.rs:97:25 Sep 21 06:43:47.066 INFO kablam! | Sep 21 06:43:47.066 INFO kablam! 97 | pub type Matrix5x3 = MatrixMN; Sep 21 06:43:47.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.066 INFO kablam! | Sep 21 06:43:47.066 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.066 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.066 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.066 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.066 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.066 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.066 INFO kablam! Sep 21 06:43:47.067 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.067 INFO kablam! --> src/core/alias.rs:97:25 Sep 21 06:43:47.067 INFO kablam! | Sep 21 06:43:47.067 INFO kablam! 97 | pub type Matrix5x3 = MatrixMN; Sep 21 06:43:47.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.067 INFO kablam! | Sep 21 06:43:47.067 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.067 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.067 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.067 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.067 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.068 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.068 INFO kablam! Sep 21 06:43:47.068 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.068 INFO kablam! --> src/core/alias.rs:97:25 Sep 21 06:43:47.068 INFO kablam! | Sep 21 06:43:47.068 INFO kablam! 97 | pub type Matrix5x3 = MatrixMN; Sep 21 06:43:47.068 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.068 INFO kablam! | | Sep 21 06:43:47.068 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.068 INFO kablam! | Sep 21 06:43:47.069 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.069 INFO kablam! --> src/core/alias.rs:97:25 Sep 21 06:43:47.069 INFO kablam! | Sep 21 06:43:47.069 INFO kablam! 97 | pub type Matrix5x3 = MatrixMN; Sep 21 06:43:47.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.069 INFO kablam! Sep 21 06:43:47.070 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.070 INFO kablam! --> src/core/alias.rs:99:25 Sep 21 06:43:47.070 INFO kablam! | Sep 21 06:43:47.070 INFO kablam! 99 | pub type Matrix6x3 = MatrixMN; Sep 21 06:43:47.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.070 INFO kablam! | Sep 21 06:43:47.070 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.070 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.070 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.070 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.070 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.071 INFO kablam! Sep 21 06:43:47.071 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.071 INFO kablam! --> src/core/alias.rs:99:25 Sep 21 06:43:47.071 INFO kablam! | Sep 21 06:43:47.071 INFO kablam! 99 | pub type Matrix6x3 = MatrixMN; Sep 21 06:43:47.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.071 INFO kablam! | Sep 21 06:43:47.071 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.071 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.071 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.071 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.071 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.072 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.072 INFO kablam! Sep 21 06:43:47.072 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.072 INFO kablam! --> src/core/alias.rs:99:25 Sep 21 06:43:47.072 INFO kablam! | Sep 21 06:43:47.072 INFO kablam! 99 | pub type Matrix6x3 = MatrixMN; Sep 21 06:43:47.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.072 INFO kablam! | Sep 21 06:43:47.072 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.072 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.072 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.072 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.073 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.073 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.073 INFO kablam! Sep 21 06:43:47.073 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.073 INFO kablam! --> src/core/alias.rs:99:25 Sep 21 06:43:47.073 INFO kablam! | Sep 21 06:43:47.073 INFO kablam! 99 | pub type Matrix6x3 = MatrixMN; Sep 21 06:43:47.073 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.074 INFO kablam! | | Sep 21 06:43:47.074 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.074 INFO kablam! | Sep 21 06:43:47.074 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.074 INFO kablam! --> src/core/alias.rs:99:25 Sep 21 06:43:47.074 INFO kablam! | Sep 21 06:43:47.074 INFO kablam! 99 | pub type Matrix6x3 = MatrixMN; Sep 21 06:43:47.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.074 INFO kablam! Sep 21 06:43:47.075 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.075 INFO kablam! --> src/core/alias.rs:102:25 Sep 21 06:43:47.075 INFO kablam! | Sep 21 06:43:47.075 INFO kablam! 102 | pub type Matrix5x4 = MatrixMN; Sep 21 06:43:47.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.075 INFO kablam! | Sep 21 06:43:47.076 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.076 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.076 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.076 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.076 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.076 INFO kablam! Sep 21 06:43:47.076 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.076 INFO kablam! --> src/core/alias.rs:102:25 Sep 21 06:43:47.076 INFO kablam! | Sep 21 06:43:47.076 INFO kablam! 102 | pub type Matrix5x4 = MatrixMN; Sep 21 06:43:47.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.077 INFO kablam! | Sep 21 06:43:47.077 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.077 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.077 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.077 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.077 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.077 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.077 INFO kablam! Sep 21 06:43:47.077 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.077 INFO kablam! --> src/core/alias.rs:102:25 Sep 21 06:43:47.077 INFO kablam! | Sep 21 06:43:47.078 INFO kablam! 102 | pub type Matrix5x4 = MatrixMN; Sep 21 06:43:47.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.078 INFO kablam! | Sep 21 06:43:47.078 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.078 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.078 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.078 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.078 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.078 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.078 INFO kablam! Sep 21 06:43:47.079 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.079 INFO kablam! --> src/core/alias.rs:102:25 Sep 21 06:43:47.079 INFO kablam! | Sep 21 06:43:47.079 INFO kablam! 102 | pub type Matrix5x4 = MatrixMN; Sep 21 06:43:47.079 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.079 INFO kablam! | | Sep 21 06:43:47.079 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.079 INFO kablam! | Sep 21 06:43:47.079 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.080 INFO kablam! --> src/core/alias.rs:102:25 Sep 21 06:43:47.080 INFO kablam! | Sep 21 06:43:47.080 INFO kablam! 102 | pub type Matrix5x4 = MatrixMN; Sep 21 06:43:47.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.080 INFO kablam! Sep 21 06:43:47.081 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.081 INFO kablam! --> src/core/alias.rs:104:25 Sep 21 06:43:47.081 INFO kablam! | Sep 21 06:43:47.081 INFO kablam! 104 | pub type Matrix6x4 = MatrixMN; Sep 21 06:43:47.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.081 INFO kablam! | Sep 21 06:43:47.081 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.081 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.081 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.081 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.081 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.081 INFO kablam! Sep 21 06:43:47.082 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.082 INFO kablam! --> src/core/alias.rs:104:25 Sep 21 06:43:47.082 INFO kablam! | Sep 21 06:43:47.082 INFO kablam! 104 | pub type Matrix6x4 = MatrixMN; Sep 21 06:43:47.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.082 INFO kablam! | Sep 21 06:43:47.082 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.082 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.082 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.082 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.082 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.082 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.082 INFO kablam! Sep 21 06:43:47.083 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.083 INFO kablam! --> src/core/alias.rs:104:25 Sep 21 06:43:47.083 INFO kablam! | Sep 21 06:43:47.083 INFO kablam! 104 | pub type Matrix6x4 = MatrixMN; Sep 21 06:43:47.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.083 INFO kablam! | Sep 21 06:43:47.083 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.083 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.083 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.083 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.083 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.084 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.084 INFO kablam! Sep 21 06:43:47.084 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.084 INFO kablam! --> src/core/alias.rs:104:25 Sep 21 06:43:47.084 INFO kablam! | Sep 21 06:43:47.084 INFO kablam! 104 | pub type Matrix6x4 = MatrixMN; Sep 21 06:43:47.084 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.084 INFO kablam! | | Sep 21 06:43:47.084 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.085 INFO kablam! | Sep 21 06:43:47.085 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.085 INFO kablam! --> src/core/alias.rs:104:25 Sep 21 06:43:47.085 INFO kablam! | Sep 21 06:43:47.085 INFO kablam! 104 | pub type Matrix6x4 = MatrixMN; Sep 21 06:43:47.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.085 INFO kablam! Sep 21 06:43:47.086 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.086 INFO kablam! --> src/core/alias.rs:107:25 Sep 21 06:43:47.086 INFO kablam! | Sep 21 06:43:47.086 INFO kablam! 107 | pub type Matrix6x5 = MatrixMN; Sep 21 06:43:47.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.086 INFO kablam! | Sep 21 06:43:47.086 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.086 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.086 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.086 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.087 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.087 INFO kablam! Sep 21 06:43:47.087 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.087 INFO kablam! --> src/core/alias.rs:107:25 Sep 21 06:43:47.087 INFO kablam! | Sep 21 06:43:47.087 INFO kablam! 107 | pub type Matrix6x5 = MatrixMN; Sep 21 06:43:47.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.087 INFO kablam! | Sep 21 06:43:47.087 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.087 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.087 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.088 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.088 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.088 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.088 INFO kablam! Sep 21 06:43:47.088 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.088 INFO kablam! --> src/core/alias.rs:107:25 Sep 21 06:43:47.088 INFO kablam! | Sep 21 06:43:47.088 INFO kablam! 107 | pub type Matrix6x5 = MatrixMN; Sep 21 06:43:47.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.088 INFO kablam! | Sep 21 06:43:47.088 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.089 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.089 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.089 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.089 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.089 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.089 INFO kablam! Sep 21 06:43:47.090 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.090 INFO kablam! --> src/core/alias.rs:107:25 Sep 21 06:43:47.090 INFO kablam! | Sep 21 06:43:47.090 INFO kablam! 107 | pub type Matrix6x5 = MatrixMN; Sep 21 06:43:47.090 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.090 INFO kablam! | | Sep 21 06:43:47.090 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.090 INFO kablam! | Sep 21 06:43:47.090 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.090 INFO kablam! --> src/core/alias.rs:107:25 Sep 21 06:43:47.090 INFO kablam! | Sep 21 06:43:47.090 INFO kablam! 107 | pub type Matrix6x5 = MatrixMN; Sep 21 06:43:47.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.090 INFO kablam! Sep 21 06:43:47.091 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.091 INFO kablam! --> src/core/alias.rs:117:23 Sep 21 06:43:47.091 INFO kablam! | Sep 21 06:43:47.091 INFO kablam! 117 | pub type DVector = Matrix>; Sep 21 06:43:47.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.091 INFO kablam! | Sep 21 06:43:47.091 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.091 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.091 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.091 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.092 INFO kablam! Sep 21 06:43:47.092 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.092 INFO kablam! --> src/core/alias.rs:117:23 Sep 21 06:43:47.092 INFO kablam! | Sep 21 06:43:47.092 INFO kablam! 117 | pub type DVector = Matrix>; Sep 21 06:43:47.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.092 INFO kablam! | Sep 21 06:43:47.092 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.092 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.092 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.092 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.092 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.093 INFO kablam! Sep 21 06:43:47.093 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.093 INFO kablam! --> src/core/alias.rs:117:23 Sep 21 06:43:47.093 INFO kablam! | Sep 21 06:43:47.093 INFO kablam! 117 | pub type DVector = Matrix>; Sep 21 06:43:47.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.093 INFO kablam! | Sep 21 06:43:47.093 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.093 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.093 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.093 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.094 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.094 INFO kablam! Sep 21 06:43:47.094 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.094 INFO kablam! --> src/core/alias.rs:117:23 Sep 21 06:43:47.094 INFO kablam! | Sep 21 06:43:47.094 INFO kablam! 117 | pub type DVector = Matrix>; Sep 21 06:43:47.094 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.094 INFO kablam! | | Sep 21 06:43:47.094 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.094 INFO kablam! | Sep 21 06:43:47.094 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.094 INFO kablam! --> src/core/alias.rs:117:23 Sep 21 06:43:47.094 INFO kablam! | Sep 21 06:43:47.094 INFO kablam! 117 | pub type DVector = Matrix>; Sep 21 06:43:47.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.095 INFO kablam! Sep 21 06:43:47.095 INFO kablam! warning: the trait bound `D: core::dimension::DimName` is not satisfied Sep 21 06:43:47.095 INFO kablam! --> src/core/alias.rs:120:26 Sep 21 06:43:47.095 INFO kablam! | Sep 21 06:43:47.095 INFO kablam! 120 | pub type VectorN = MatrixMN; Sep 21 06:43:47.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D` Sep 21 06:43:47.095 INFO kablam! | Sep 21 06:43:47.095 INFO kablam! = help: consider adding a `where D: core::dimension::DimName` bound Sep 21 06:43:47.095 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.096 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.096 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.096 INFO kablam! Sep 21 06:43:47.096 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.096 INFO kablam! --> src/core/alias.rs:120:26 Sep 21 06:43:47.096 INFO kablam! | Sep 21 06:43:47.096 INFO kablam! 120 | pub type VectorN = MatrixMN; Sep 21 06:43:47.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.096 INFO kablam! | Sep 21 06:43:47.096 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.096 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.096 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.097 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.097 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.097 INFO kablam! Sep 21 06:43:47.097 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.097 INFO kablam! --> src/core/alias.rs:120:26 Sep 21 06:43:47.097 INFO kablam! | Sep 21 06:43:47.097 INFO kablam! 120 | pub type VectorN = MatrixMN; Sep 21 06:43:47.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.097 INFO kablam! | Sep 21 06:43:47.097 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.097 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.097 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.097 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.098 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.098 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.098 INFO kablam! Sep 21 06:43:47.098 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.098 INFO kablam! --> src/core/alias.rs:120:26 Sep 21 06:43:47.098 INFO kablam! | Sep 21 06:43:47.098 INFO kablam! 120 | pub type VectorN = MatrixMN; Sep 21 06:43:47.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.098 INFO kablam! | Sep 21 06:43:47.098 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.098 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.098 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.098 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.099 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.099 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.099 INFO kablam! Sep 21 06:43:47.099 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.099 INFO kablam! --> src/core/alias.rs:120:26 Sep 21 06:43:47.099 INFO kablam! | Sep 21 06:43:47.099 INFO kablam! 120 | pub type VectorN = MatrixMN; Sep 21 06:43:47.099 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.099 INFO kablam! | | Sep 21 06:43:47.099 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.099 INFO kablam! | Sep 21 06:43:47.099 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.099 INFO kablam! --> src/core/alias.rs:120:26 Sep 21 06:43:47.100 INFO kablam! | Sep 21 06:43:47.100 INFO kablam! 120 | pub type VectorN = MatrixMN; Sep 21 06:43:47.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.100 INFO kablam! Sep 21 06:43:47.100 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.100 INFO kablam! --> src/core/alias.rs:123:23 Sep 21 06:43:47.100 INFO kablam! | Sep 21 06:43:47.100 INFO kablam! 123 | pub type Vector1 = VectorN; Sep 21 06:43:47.100 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.100 INFO kablam! | Sep 21 06:43:47.101 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.101 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.101 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.101 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.101 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.101 INFO kablam! Sep 21 06:43:47.101 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.101 INFO kablam! --> src/core/alias.rs:123:23 Sep 21 06:43:47.101 INFO kablam! | Sep 21 06:43:47.101 INFO kablam! 123 | pub type Vector1 = VectorN; Sep 21 06:43:47.101 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.102 INFO kablam! | Sep 21 06:43:47.102 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.102 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.102 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.102 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.102 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.102 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.102 INFO kablam! Sep 21 06:43:47.102 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.102 INFO kablam! --> src/core/alias.rs:123:23 Sep 21 06:43:47.102 INFO kablam! | Sep 21 06:43:47.102 INFO kablam! 123 | pub type Vector1 = VectorN; Sep 21 06:43:47.102 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.103 INFO kablam! | Sep 21 06:43:47.103 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.103 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.103 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.103 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.103 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.103 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.103 INFO kablam! Sep 21 06:43:47.103 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.103 INFO kablam! --> src/core/alias.rs:123:23 Sep 21 06:43:47.103 INFO kablam! | Sep 21 06:43:47.103 INFO kablam! 123 | pub type Vector1 = VectorN; Sep 21 06:43:47.103 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:47.104 INFO kablam! | | Sep 21 06:43:47.104 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.104 INFO kablam! | Sep 21 06:43:47.104 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.104 INFO kablam! --> src/core/alias.rs:123:23 Sep 21 06:43:47.104 INFO kablam! | Sep 21 06:43:47.104 INFO kablam! 123 | pub type Vector1 = VectorN; Sep 21 06:43:47.104 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:47.104 INFO kablam! Sep 21 06:43:47.105 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.105 INFO kablam! --> src/core/alias.rs:125:23 Sep 21 06:43:47.105 INFO kablam! | Sep 21 06:43:47.105 INFO kablam! 125 | pub type Vector2 = VectorN; Sep 21 06:43:47.105 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.105 INFO kablam! | Sep 21 06:43:47.105 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.105 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.105 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.105 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.105 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.105 INFO kablam! Sep 21 06:43:47.106 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.106 INFO kablam! --> src/core/alias.rs:125:23 Sep 21 06:43:47.106 INFO kablam! | Sep 21 06:43:47.106 INFO kablam! 125 | pub type Vector2 = VectorN; Sep 21 06:43:47.106 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.106 INFO kablam! | Sep 21 06:43:47.106 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.106 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.106 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.106 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.106 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.106 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.106 INFO kablam! Sep 21 06:43:47.107 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.107 INFO kablam! --> src/core/alias.rs:125:23 Sep 21 06:43:47.107 INFO kablam! | Sep 21 06:43:47.107 INFO kablam! 125 | pub type Vector2 = VectorN; Sep 21 06:43:47.107 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.107 INFO kablam! | Sep 21 06:43:47.107 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.107 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.107 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.107 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.107 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.107 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.107 INFO kablam! Sep 21 06:43:47.108 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.108 INFO kablam! --> src/core/alias.rs:125:23 Sep 21 06:43:47.108 INFO kablam! | Sep 21 06:43:47.108 INFO kablam! 125 | pub type Vector2 = VectorN; Sep 21 06:43:47.108 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:47.108 INFO kablam! | | Sep 21 06:43:47.108 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.108 INFO kablam! | Sep 21 06:43:47.108 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.108 INFO kablam! --> src/core/alias.rs:125:23 Sep 21 06:43:47.108 INFO kablam! | Sep 21 06:43:47.108 INFO kablam! 125 | pub type Vector2 = VectorN; Sep 21 06:43:47.108 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:47.108 INFO kablam! Sep 21 06:43:47.109 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.109 INFO kablam! --> src/core/alias.rs:127:23 Sep 21 06:43:47.109 INFO kablam! | Sep 21 06:43:47.109 INFO kablam! 127 | pub type Vector3 = VectorN; Sep 21 06:43:47.109 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.109 INFO kablam! | Sep 21 06:43:47.109 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.109 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.109 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.109 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.109 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.110 INFO kablam! Sep 21 06:43:47.110 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.110 INFO kablam! --> src/core/alias.rs:127:23 Sep 21 06:43:47.110 INFO kablam! | Sep 21 06:43:47.110 INFO kablam! 127 | pub type Vector3 = VectorN; Sep 21 06:43:47.110 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.110 INFO kablam! | Sep 21 06:43:47.110 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.110 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.110 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.110 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.110 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.110 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.111 INFO kablam! Sep 21 06:43:47.111 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.111 INFO kablam! --> src/core/alias.rs:127:23 Sep 21 06:43:47.111 INFO kablam! | Sep 21 06:43:47.111 INFO kablam! 127 | pub type Vector3 = VectorN; Sep 21 06:43:47.111 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.111 INFO kablam! | Sep 21 06:43:47.111 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.111 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.111 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.111 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.111 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.112 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.112 INFO kablam! Sep 21 06:43:47.112 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.112 INFO kablam! --> src/core/alias.rs:127:23 Sep 21 06:43:47.112 INFO kablam! | Sep 21 06:43:47.112 INFO kablam! 127 | pub type Vector3 = VectorN; Sep 21 06:43:47.112 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:47.112 INFO kablam! | | Sep 21 06:43:47.112 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.112 INFO kablam! | Sep 21 06:43:47.112 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.112 INFO kablam! --> src/core/alias.rs:127:23 Sep 21 06:43:47.112 INFO kablam! | Sep 21 06:43:47.112 INFO kablam! 127 | pub type Vector3 = VectorN; Sep 21 06:43:47.112 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:47.113 INFO kablam! Sep 21 06:43:47.113 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.113 INFO kablam! --> src/core/alias.rs:129:23 Sep 21 06:43:47.113 INFO kablam! | Sep 21 06:43:47.113 INFO kablam! 129 | pub type Vector4 = VectorN; Sep 21 06:43:47.113 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.113 INFO kablam! | Sep 21 06:43:47.114 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.114 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.114 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.114 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.114 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.114 INFO kablam! Sep 21 06:43:47.114 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.114 INFO kablam! --> src/core/alias.rs:129:23 Sep 21 06:43:47.114 INFO kablam! | Sep 21 06:43:47.114 INFO kablam! 129 | pub type Vector4 = VectorN; Sep 21 06:43:47.114 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.115 INFO kablam! | Sep 21 06:43:47.115 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.115 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.115 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.115 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.115 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.115 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.115 INFO kablam! Sep 21 06:43:47.115 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.115 INFO kablam! --> src/core/alias.rs:129:23 Sep 21 06:43:47.115 INFO kablam! | Sep 21 06:43:47.115 INFO kablam! 129 | pub type Vector4 = VectorN; Sep 21 06:43:47.115 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.116 INFO kablam! | Sep 21 06:43:47.116 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.116 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.116 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.116 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.116 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.116 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.116 INFO kablam! Sep 21 06:43:47.116 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.116 INFO kablam! --> src/core/alias.rs:129:23 Sep 21 06:43:47.116 INFO kablam! | Sep 21 06:43:47.117 INFO kablam! 129 | pub type Vector4 = VectorN; Sep 21 06:43:47.117 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:47.117 INFO kablam! | | Sep 21 06:43:47.117 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.117 INFO kablam! | Sep 21 06:43:47.117 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.117 INFO kablam! --> src/core/alias.rs:129:23 Sep 21 06:43:47.117 INFO kablam! | Sep 21 06:43:47.117 INFO kablam! 129 | pub type Vector4 = VectorN; Sep 21 06:43:47.117 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:47.117 INFO kablam! Sep 21 06:43:47.118 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.118 INFO kablam! --> src/core/alias.rs:131:23 Sep 21 06:43:47.118 INFO kablam! | Sep 21 06:43:47.118 INFO kablam! 131 | pub type Vector5 = VectorN; Sep 21 06:43:47.118 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.118 INFO kablam! | Sep 21 06:43:47.118 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.118 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.118 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.119 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.119 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.119 INFO kablam! Sep 21 06:43:47.119 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.119 INFO kablam! --> src/core/alias.rs:131:23 Sep 21 06:43:47.119 INFO kablam! | Sep 21 06:43:47.119 INFO kablam! 131 | pub type Vector5 = VectorN; Sep 21 06:43:47.119 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.119 INFO kablam! | Sep 21 06:43:47.119 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.119 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.119 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.120 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.120 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.120 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.120 INFO kablam! Sep 21 06:43:47.120 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.120 INFO kablam! --> src/core/alias.rs:131:23 Sep 21 06:43:47.120 INFO kablam! | Sep 21 06:43:47.120 INFO kablam! 131 | pub type Vector5 = VectorN; Sep 21 06:43:47.120 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.120 INFO kablam! | Sep 21 06:43:47.120 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.120 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.121 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.121 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.121 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.121 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.121 INFO kablam! Sep 21 06:43:47.121 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.121 INFO kablam! --> src/core/alias.rs:131:23 Sep 21 06:43:47.121 INFO kablam! | Sep 21 06:43:47.121 INFO kablam! 131 | pub type Vector5 = VectorN; Sep 21 06:43:47.121 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:47.121 INFO kablam! | | Sep 21 06:43:47.121 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.121 INFO kablam! | Sep 21 06:43:47.122 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.122 INFO kablam! --> src/core/alias.rs:131:23 Sep 21 06:43:47.122 INFO kablam! | Sep 21 06:43:47.122 INFO kablam! 131 | pub type Vector5 = VectorN; Sep 21 06:43:47.122 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:47.122 INFO kablam! Sep 21 06:43:47.123 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.123 INFO kablam! --> src/core/alias.rs:133:23 Sep 21 06:43:47.123 INFO kablam! | Sep 21 06:43:47.123 INFO kablam! 133 | pub type Vector6 = VectorN; Sep 21 06:43:47.123 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.123 INFO kablam! | Sep 21 06:43:47.123 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.123 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.123 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.123 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.123 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.124 INFO kablam! Sep 21 06:43:47.124 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.124 INFO kablam! --> src/core/alias.rs:133:23 Sep 21 06:43:47.124 INFO kablam! | Sep 21 06:43:47.124 INFO kablam! 133 | pub type Vector6 = VectorN; Sep 21 06:43:47.124 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.124 INFO kablam! | Sep 21 06:43:47.124 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.124 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.124 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.124 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.125 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.125 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.125 INFO kablam! Sep 21 06:43:47.125 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.125 INFO kablam! --> src/core/alias.rs:133:23 Sep 21 06:43:47.125 INFO kablam! | Sep 21 06:43:47.125 INFO kablam! 133 | pub type Vector6 = VectorN; Sep 21 06:43:47.125 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.125 INFO kablam! | Sep 21 06:43:47.125 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.125 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.126 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.126 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.126 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.126 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.126 INFO kablam! Sep 21 06:43:47.126 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.126 INFO kablam! --> src/core/alias.rs:133:23 Sep 21 06:43:47.126 INFO kablam! | Sep 21 06:43:47.126 INFO kablam! 133 | pub type Vector6 = VectorN; Sep 21 06:43:47.126 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:47.126 INFO kablam! | | Sep 21 06:43:47.126 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.126 INFO kablam! | Sep 21 06:43:47.127 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.127 INFO kablam! --> src/core/alias.rs:133:23 Sep 21 06:43:47.127 INFO kablam! | Sep 21 06:43:47.127 INFO kablam! 133 | pub type Vector6 = VectorN; Sep 21 06:43:47.127 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:47.127 INFO kablam! Sep 21 06:43:47.127 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.127 INFO kablam! --> src/core/alias.rs:143:26 Sep 21 06:43:47.127 INFO kablam! | Sep 21 06:43:47.127 INFO kablam! 143 | pub type RowDVector = Matrix>; Sep 21 06:43:47.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.127 INFO kablam! | Sep 21 06:43:47.128 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.128 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.128 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.128 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.128 INFO kablam! Sep 21 06:43:47.128 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.128 INFO kablam! --> src/core/alias.rs:143:26 Sep 21 06:43:47.128 INFO kablam! | Sep 21 06:43:47.128 INFO kablam! 143 | pub type RowDVector = Matrix>; Sep 21 06:43:47.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.128 INFO kablam! | Sep 21 06:43:47.128 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.129 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.129 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.129 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.129 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.129 INFO kablam! Sep 21 06:43:47.129 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.129 INFO kablam! --> src/core/alias.rs:143:26 Sep 21 06:43:47.129 INFO kablam! | Sep 21 06:43:47.129 INFO kablam! 143 | pub type RowDVector = Matrix>; Sep 21 06:43:47.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.129 INFO kablam! | Sep 21 06:43:47.129 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.130 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.130 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.130 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.130 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.130 INFO kablam! Sep 21 06:43:47.130 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.130 INFO kablam! --> src/core/alias.rs:143:26 Sep 21 06:43:47.130 INFO kablam! | Sep 21 06:43:47.130 INFO kablam! 143 | pub type RowDVector = Matrix>; Sep 21 06:43:47.130 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.130 INFO kablam! | | Sep 21 06:43:47.130 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.130 INFO kablam! | Sep 21 06:43:47.131 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.131 INFO kablam! --> src/core/alias.rs:143:26 Sep 21 06:43:47.131 INFO kablam! | Sep 21 06:43:47.131 INFO kablam! 143 | pub type RowDVector = Matrix>; Sep 21 06:43:47.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.131 INFO kablam! Sep 21 06:43:47.132 INFO kablam! warning: the trait bound `D: core::dimension::DimName` is not satisfied Sep 21 06:43:47.132 INFO kablam! --> src/core/alias.rs:146:29 Sep 21 06:43:47.132 INFO kablam! | Sep 21 06:43:47.132 INFO kablam! 146 | pub type RowVectorN = MatrixMN; Sep 21 06:43:47.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D` Sep 21 06:43:47.132 INFO kablam! | Sep 21 06:43:47.132 INFO kablam! = help: consider adding a `where D: core::dimension::DimName` bound Sep 21 06:43:47.132 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.132 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.132 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.132 INFO kablam! Sep 21 06:43:47.133 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.133 INFO kablam! --> src/core/alias.rs:146:29 Sep 21 06:43:47.133 INFO kablam! | Sep 21 06:43:47.133 INFO kablam! 146 | pub type RowVectorN = MatrixMN; Sep 21 06:43:47.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.133 INFO kablam! | Sep 21 06:43:47.133 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.133 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.133 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.133 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.133 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.133 INFO kablam! Sep 21 06:43:47.134 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.134 INFO kablam! --> src/core/alias.rs:146:29 Sep 21 06:43:47.134 INFO kablam! | Sep 21 06:43:47.134 INFO kablam! 146 | pub type RowVectorN = MatrixMN; Sep 21 06:43:47.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.134 INFO kablam! | Sep 21 06:43:47.134 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.134 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.134 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.134 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.134 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.134 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.135 INFO kablam! Sep 21 06:43:47.135 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.135 INFO kablam! --> src/core/alias.rs:146:29 Sep 21 06:43:47.135 INFO kablam! | Sep 21 06:43:47.135 INFO kablam! 146 | pub type RowVectorN = MatrixMN; Sep 21 06:43:47.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.135 INFO kablam! | Sep 21 06:43:47.135 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.135 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.135 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.135 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.136 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.136 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.136 INFO kablam! Sep 21 06:43:47.136 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.136 INFO kablam! --> src/core/alias.rs:146:29 Sep 21 06:43:47.136 INFO kablam! | Sep 21 06:43:47.136 INFO kablam! 146 | pub type RowVectorN = MatrixMN; Sep 21 06:43:47.136 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.137 INFO kablam! | | Sep 21 06:43:47.137 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.137 INFO kablam! | Sep 21 06:43:47.137 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.137 INFO kablam! --> src/core/alias.rs:146:29 Sep 21 06:43:47.137 INFO kablam! | Sep 21 06:43:47.137 INFO kablam! 146 | pub type RowVectorN = MatrixMN; Sep 21 06:43:47.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.137 INFO kablam! Sep 21 06:43:47.138 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.138 INFO kablam! --> src/core/alias.rs:149:26 Sep 21 06:43:47.138 INFO kablam! | Sep 21 06:43:47.138 INFO kablam! 149 | pub type RowVector1 = RowVectorN; Sep 21 06:43:47.138 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.138 INFO kablam! | Sep 21 06:43:47.138 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.138 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.138 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.138 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.138 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.139 INFO kablam! Sep 21 06:43:47.139 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.139 INFO kablam! --> src/core/alias.rs:149:26 Sep 21 06:43:47.139 INFO kablam! | Sep 21 06:43:47.139 INFO kablam! 149 | pub type RowVector1 = RowVectorN; Sep 21 06:43:47.139 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.139 INFO kablam! | Sep 21 06:43:47.139 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.139 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.139 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.139 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.140 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.140 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.140 INFO kablam! Sep 21 06:43:47.140 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.140 INFO kablam! --> src/core/alias.rs:149:26 Sep 21 06:43:47.140 INFO kablam! | Sep 21 06:43:47.140 INFO kablam! 149 | pub type RowVector1 = RowVectorN; Sep 21 06:43:47.140 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.140 INFO kablam! | Sep 21 06:43:47.140 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.140 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.140 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.141 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.141 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.141 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.141 INFO kablam! Sep 21 06:43:47.141 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.141 INFO kablam! --> src/core/alias.rs:149:26 Sep 21 06:43:47.141 INFO kablam! | Sep 21 06:43:47.141 INFO kablam! 149 | pub type RowVector1 = RowVectorN; Sep 21 06:43:47.141 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.141 INFO kablam! | | Sep 21 06:43:47.141 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.141 INFO kablam! | Sep 21 06:43:47.141 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.141 INFO kablam! --> src/core/alias.rs:149:26 Sep 21 06:43:47.142 INFO kablam! | Sep 21 06:43:47.142 INFO kablam! 149 | pub type RowVector1 = RowVectorN; Sep 21 06:43:47.142 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.142 INFO kablam! Sep 21 06:43:47.142 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.143 INFO kablam! --> src/core/alias.rs:151:26 Sep 21 06:43:47.143 INFO kablam! | Sep 21 06:43:47.143 INFO kablam! 151 | pub type RowVector2 = RowVectorN; Sep 21 06:43:47.143 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.143 INFO kablam! | Sep 21 06:43:47.143 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.143 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.143 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.143 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.143 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.143 INFO kablam! Sep 21 06:43:47.143 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.143 INFO kablam! --> src/core/alias.rs:151:26 Sep 21 06:43:47.144 INFO kablam! | Sep 21 06:43:47.144 INFO kablam! 151 | pub type RowVector2 = RowVectorN; Sep 21 06:43:47.144 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.144 INFO kablam! | Sep 21 06:43:47.144 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.144 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.144 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.144 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.144 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.144 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.144 INFO kablam! Sep 21 06:43:47.145 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.145 INFO kablam! --> src/core/alias.rs:151:26 Sep 21 06:43:47.145 INFO kablam! | Sep 21 06:43:47.145 INFO kablam! 151 | pub type RowVector2 = RowVectorN; Sep 21 06:43:47.145 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.145 INFO kablam! | Sep 21 06:43:47.145 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.145 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.145 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.145 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.145 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.145 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.145 INFO kablam! Sep 21 06:43:47.146 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.146 INFO kablam! --> src/core/alias.rs:151:26 Sep 21 06:43:47.146 INFO kablam! | Sep 21 06:43:47.146 INFO kablam! 151 | pub type RowVector2 = RowVectorN; Sep 21 06:43:47.146 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.146 INFO kablam! | | Sep 21 06:43:47.146 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.146 INFO kablam! | Sep 21 06:43:47.146 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.146 INFO kablam! --> src/core/alias.rs:151:26 Sep 21 06:43:47.146 INFO kablam! | Sep 21 06:43:47.146 INFO kablam! 151 | pub type RowVector2 = RowVectorN; Sep 21 06:43:47.146 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.146 INFO kablam! Sep 21 06:43:47.147 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.147 INFO kablam! --> src/core/alias.rs:153:26 Sep 21 06:43:47.147 INFO kablam! | Sep 21 06:43:47.147 INFO kablam! 153 | pub type RowVector3 = RowVectorN; Sep 21 06:43:47.147 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.147 INFO kablam! | Sep 21 06:43:47.147 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.147 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.148 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.148 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.148 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.148 INFO kablam! Sep 21 06:43:47.148 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.148 INFO kablam! --> src/core/alias.rs:153:26 Sep 21 06:43:47.148 INFO kablam! | Sep 21 06:43:47.148 INFO kablam! 153 | pub type RowVector3 = RowVectorN; Sep 21 06:43:47.148 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.148 INFO kablam! | Sep 21 06:43:47.148 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.148 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.149 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.149 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.149 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.149 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.149 INFO kablam! Sep 21 06:43:47.149 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.149 INFO kablam! --> src/core/alias.rs:153:26 Sep 21 06:43:47.149 INFO kablam! | Sep 21 06:43:47.149 INFO kablam! 153 | pub type RowVector3 = RowVectorN; Sep 21 06:43:47.149 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.149 INFO kablam! | Sep 21 06:43:47.150 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.150 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.150 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.150 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.150 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.150 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.150 INFO kablam! Sep 21 06:43:47.150 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.150 INFO kablam! --> src/core/alias.rs:153:26 Sep 21 06:43:47.150 INFO kablam! | Sep 21 06:43:47.150 INFO kablam! 153 | pub type RowVector3 = RowVectorN; Sep 21 06:43:47.151 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.151 INFO kablam! | | Sep 21 06:43:47.151 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.151 INFO kablam! | Sep 21 06:43:47.151 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.151 INFO kablam! --> src/core/alias.rs:153:26 Sep 21 06:43:47.151 INFO kablam! | Sep 21 06:43:47.151 INFO kablam! 153 | pub type RowVector3 = RowVectorN; Sep 21 06:43:47.151 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.151 INFO kablam! Sep 21 06:43:47.152 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.152 INFO kablam! --> src/core/alias.rs:155:26 Sep 21 06:43:47.152 INFO kablam! | Sep 21 06:43:47.152 INFO kablam! 155 | pub type RowVector4 = RowVectorN; Sep 21 06:43:47.152 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.152 INFO kablam! | Sep 21 06:43:47.152 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.152 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.152 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.153 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.153 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.153 INFO kablam! Sep 21 06:43:47.153 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.153 INFO kablam! --> src/core/alias.rs:155:26 Sep 21 06:43:47.153 INFO kablam! | Sep 21 06:43:47.153 INFO kablam! 155 | pub type RowVector4 = RowVectorN; Sep 21 06:43:47.153 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.153 INFO kablam! | Sep 21 06:43:47.153 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.153 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.153 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.154 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.154 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.154 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.154 INFO kablam! Sep 21 06:43:47.154 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.154 INFO kablam! --> src/core/alias.rs:155:26 Sep 21 06:43:47.154 INFO kablam! | Sep 21 06:43:47.154 INFO kablam! 155 | pub type RowVector4 = RowVectorN; Sep 21 06:43:47.154 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.154 INFO kablam! | Sep 21 06:43:47.155 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.155 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.155 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.155 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.155 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.155 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.155 INFO kablam! Sep 21 06:43:47.155 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.155 INFO kablam! --> src/core/alias.rs:155:26 Sep 21 06:43:47.155 INFO kablam! | Sep 21 06:43:47.155 INFO kablam! 155 | pub type RowVector4 = RowVectorN; Sep 21 06:43:47.155 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.155 INFO kablam! | | Sep 21 06:43:47.155 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.156 INFO kablam! | Sep 21 06:43:47.156 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.156 INFO kablam! --> src/core/alias.rs:155:26 Sep 21 06:43:47.156 INFO kablam! | Sep 21 06:43:47.156 INFO kablam! 155 | pub type RowVector4 = RowVectorN; Sep 21 06:43:47.156 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.156 INFO kablam! Sep 21 06:43:47.157 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.157 INFO kablam! --> src/core/alias.rs:157:26 Sep 21 06:43:47.157 INFO kablam! | Sep 21 06:43:47.157 INFO kablam! 157 | pub type RowVector5 = RowVectorN; Sep 21 06:43:47.157 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.157 INFO kablam! | Sep 21 06:43:47.157 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.157 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.157 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.157 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.157 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.157 INFO kablam! Sep 21 06:43:47.158 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.158 INFO kablam! --> src/core/alias.rs:157:26 Sep 21 06:43:47.158 INFO kablam! | Sep 21 06:43:47.158 INFO kablam! 157 | pub type RowVector5 = RowVectorN; Sep 21 06:43:47.158 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.158 INFO kablam! | Sep 21 06:43:47.158 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.158 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.158 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.158 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.158 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.158 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.158 INFO kablam! Sep 21 06:43:47.159 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.159 INFO kablam! --> src/core/alias.rs:157:26 Sep 21 06:43:47.159 INFO kablam! | Sep 21 06:43:47.159 INFO kablam! 157 | pub type RowVector5 = RowVectorN; Sep 21 06:43:47.159 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.159 INFO kablam! | Sep 21 06:43:47.159 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.159 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.159 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.159 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.160 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.160 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.160 INFO kablam! Sep 21 06:43:47.160 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.160 INFO kablam! --> src/core/alias.rs:157:26 Sep 21 06:43:47.160 INFO kablam! | Sep 21 06:43:47.160 INFO kablam! 157 | pub type RowVector5 = RowVectorN; Sep 21 06:43:47.160 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.160 INFO kablam! | | Sep 21 06:43:47.160 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.160 INFO kablam! | Sep 21 06:43:47.160 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.161 INFO kablam! --> src/core/alias.rs:157:26 Sep 21 06:43:47.161 INFO kablam! | Sep 21 06:43:47.161 INFO kablam! 157 | pub type RowVector5 = RowVectorN; Sep 21 06:43:47.161 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.161 INFO kablam! Sep 21 06:43:47.162 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.162 INFO kablam! --> src/core/alias.rs:159:26 Sep 21 06:43:47.162 INFO kablam! | Sep 21 06:43:47.162 INFO kablam! 159 | pub type RowVector6 = RowVectorN; Sep 21 06:43:47.162 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.162 INFO kablam! | Sep 21 06:43:47.162 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.162 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.162 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.162 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.162 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.162 INFO kablam! Sep 21 06:43:47.163 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.163 INFO kablam! --> src/core/alias.rs:159:26 Sep 21 06:43:47.163 INFO kablam! | Sep 21 06:43:47.163 INFO kablam! 159 | pub type RowVector6 = RowVectorN; Sep 21 06:43:47.163 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.163 INFO kablam! | Sep 21 06:43:47.163 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.163 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.163 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.163 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.164 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.164 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.164 INFO kablam! Sep 21 06:43:47.164 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.164 INFO kablam! --> src/core/alias.rs:159:26 Sep 21 06:43:47.164 INFO kablam! | Sep 21 06:43:47.164 INFO kablam! 159 | pub type RowVector6 = RowVectorN; Sep 21 06:43:47.164 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.164 INFO kablam! | Sep 21 06:43:47.164 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.164 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.165 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.165 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.165 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.165 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.165 INFO kablam! Sep 21 06:43:47.165 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.165 INFO kablam! --> src/core/alias.rs:159:26 Sep 21 06:43:47.165 INFO kablam! | Sep 21 06:43:47.165 INFO kablam! 159 | pub type RowVector6 = RowVectorN; Sep 21 06:43:47.165 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.165 INFO kablam! | | Sep 21 06:43:47.165 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.166 INFO kablam! | Sep 21 06:43:47.166 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.166 INFO kablam! --> src/core/alias.rs:159:26 Sep 21 06:43:47.166 INFO kablam! | Sep 21 06:43:47.166 INFO kablam! 159 | pub type RowVector6 = RowVectorN; Sep 21 06:43:47.166 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.166 INFO kablam! Sep 21 06:43:47.167 INFO kablam! warning: the trait bound `R: core::dimension::Dim` is not satisfied Sep 21 06:43:47.167 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 21 06:43:47.167 INFO kablam! | Sep 21 06:43:47.167 INFO kablam! 14 | Matrix>; Sep 21 06:43:47.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `R` Sep 21 06:43:47.167 INFO kablam! | Sep 21 06:43:47.167 INFO kablam! = help: consider adding a `where R: core::dimension::Dim` bound Sep 21 06:43:47.167 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.167 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.167 INFO kablam! Sep 21 06:43:47.168 INFO kablam! warning: the trait bound `C: core::dimension::Dim` is not satisfied Sep 21 06:43:47.168 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 21 06:43:47.168 INFO kablam! | Sep 21 06:43:47.168 INFO kablam! 14 | Matrix>; Sep 21 06:43:47.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `C` Sep 21 06:43:47.168 INFO kablam! | Sep 21 06:43:47.168 INFO kablam! = help: consider adding a `where C: core::dimension::Dim` bound Sep 21 06:43:47.168 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.168 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.168 INFO kablam! Sep 21 06:43:47.168 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.168 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 21 06:43:47.169 INFO kablam! | Sep 21 06:43:47.169 INFO kablam! 14 | Matrix>; Sep 21 06:43:47.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.169 INFO kablam! | Sep 21 06:43:47.169 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.169 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.169 INFO kablam! Sep 21 06:43:47.169 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.169 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 21 06:43:47.169 INFO kablam! | Sep 21 06:43:47.169 INFO kablam! 14 | Matrix>; Sep 21 06:43:47.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.169 INFO kablam! | Sep 21 06:43:47.170 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.170 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.170 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.170 INFO kablam! Sep 21 06:43:47.170 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.170 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 21 06:43:47.170 INFO kablam! | Sep 21 06:43:47.170 INFO kablam! 14 | Matrix>; Sep 21 06:43:47.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.170 INFO kablam! | Sep 21 06:43:47.170 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.170 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.171 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.171 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.171 INFO kablam! Sep 21 06:43:47.171 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.171 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 21 06:43:47.171 INFO kablam! | Sep 21 06:43:47.171 INFO kablam! 14 | Matrix>; Sep 21 06:43:47.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.171 INFO kablam! | Sep 21 06:43:47.172 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.172 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.172 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.172 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.172 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.172 INFO kablam! Sep 21 06:43:47.172 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.172 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 21 06:43:47.172 INFO kablam! | Sep 21 06:43:47.172 INFO kablam! 14 | Matrix>; Sep 21 06:43:47.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.173 INFO kablam! | Sep 21 06:43:47.173 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.173 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.173 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.173 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.173 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.173 INFO kablam! Sep 21 06:43:47.173 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.173 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 21 06:43:47.173 INFO kablam! | Sep 21 06:43:47.174 INFO kablam! 13 | pub type MatrixSliceMN<'a, N, R, C, RStride = U1, CStride = R> = Sep 21 06:43:47.174 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.174 INFO kablam! 14 | Matrix>; Sep 21 06:43:47.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.174 INFO kablam! | Sep 21 06:43:47.174 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.174 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 21 06:43:47.174 INFO kablam! | Sep 21 06:43:47.174 INFO kablam! 14 | Matrix>; Sep 21 06:43:47.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.174 INFO kablam! Sep 21 06:43:47.175 INFO kablam! warning: the trait bound `D: core::dimension::Dim` is not satisfied Sep 21 06:43:47.175 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 21 06:43:47.175 INFO kablam! | Sep 21 06:43:47.175 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 21 06:43:47.175 INFO kablam! | Sep 21 06:43:47.175 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 21 06:43:47.175 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.175 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.175 INFO kablam! Sep 21 06:43:47.175 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.176 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 21 06:43:47.176 INFO kablam! | Sep 21 06:43:47.176 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.176 INFO kablam! | Sep 21 06:43:47.176 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.176 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.176 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.176 INFO kablam! Sep 21 06:43:47.176 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.176 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 21 06:43:47.176 INFO kablam! | Sep 21 06:43:47.176 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.177 INFO kablam! | Sep 21 06:43:47.177 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.177 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.177 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.177 INFO kablam! Sep 21 06:43:47.177 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.177 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 21 06:43:47.177 INFO kablam! | Sep 21 06:43:47.177 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.177 INFO kablam! | Sep 21 06:43:47.177 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.178 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.178 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.178 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.178 INFO kablam! Sep 21 06:43:47.178 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.178 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 21 06:43:47.178 INFO kablam! | Sep 21 06:43:47.178 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.178 INFO kablam! | Sep 21 06:43:47.178 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.179 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.179 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.179 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.179 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.179 INFO kablam! Sep 21 06:43:47.179 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.179 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 21 06:43:47.179 INFO kablam! | Sep 21 06:43:47.179 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.179 INFO kablam! | Sep 21 06:43:47.179 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.179 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.180 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.180 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.180 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.180 INFO kablam! Sep 21 06:43:47.180 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.180 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 21 06:43:47.180 INFO kablam! | Sep 21 06:43:47.180 INFO kablam! 17 | pub type MatrixSliceN<'a, N, D, RStride = U1, CStride = D> = Sep 21 06:43:47.180 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.180 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.180 INFO kablam! | Sep 21 06:43:47.180 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.180 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 21 06:43:47.181 INFO kablam! | Sep 21 06:43:47.181 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.181 INFO kablam! Sep 21 06:43:47.181 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.181 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 21 06:43:47.181 INFO kablam! | Sep 21 06:43:47.181 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:47.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.181 INFO kablam! | Sep 21 06:43:47.182 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.182 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.182 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.182 INFO kablam! Sep 21 06:43:47.182 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.182 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 21 06:43:47.182 INFO kablam! | Sep 21 06:43:47.182 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:47.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.182 INFO kablam! | Sep 21 06:43:47.182 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.182 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.183 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.183 INFO kablam! Sep 21 06:43:47.183 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.183 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 21 06:43:47.183 INFO kablam! | Sep 21 06:43:47.183 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:47.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.183 INFO kablam! | Sep 21 06:43:47.183 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.183 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.183 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.184 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.184 INFO kablam! Sep 21 06:43:47.184 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.184 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 21 06:43:47.184 INFO kablam! | Sep 21 06:43:47.184 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:47.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.184 INFO kablam! | Sep 21 06:43:47.184 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.184 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.184 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.185 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.185 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.185 INFO kablam! Sep 21 06:43:47.185 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.185 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 21 06:43:47.185 INFO kablam! | Sep 21 06:43:47.185 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:47.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.185 INFO kablam! | Sep 21 06:43:47.185 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.185 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.185 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.186 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.186 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.186 INFO kablam! Sep 21 06:43:47.186 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.186 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 21 06:43:47.186 INFO kablam! | Sep 21 06:43:47.186 INFO kablam! 21 | pub type DMatrixSlice<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:47.186 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.186 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:47.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.186 INFO kablam! | Sep 21 06:43:47.186 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.187 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 21 06:43:47.187 INFO kablam! | Sep 21 06:43:47.187 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:47.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.187 INFO kablam! Sep 21 06:43:47.187 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.187 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 21 06:43:47.187 INFO kablam! | Sep 21 06:43:47.187 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 21 06:43:47.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.188 INFO kablam! | Sep 21 06:43:47.188 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.188 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.188 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.188 INFO kablam! Sep 21 06:43:47.188 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.188 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 21 06:43:47.188 INFO kablam! | Sep 21 06:43:47.188 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 21 06:43:47.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.188 INFO kablam! | Sep 21 06:43:47.188 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.189 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.189 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.189 INFO kablam! Sep 21 06:43:47.189 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.189 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 21 06:43:47.189 INFO kablam! | Sep 21 06:43:47.189 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 21 06:43:47.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.189 INFO kablam! | Sep 21 06:43:47.189 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.189 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.190 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.190 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.190 INFO kablam! Sep 21 06:43:47.190 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.190 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 21 06:43:47.190 INFO kablam! | Sep 21 06:43:47.190 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 21 06:43:47.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.190 INFO kablam! | Sep 21 06:43:47.190 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.190 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.190 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.191 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.191 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.191 INFO kablam! Sep 21 06:43:47.191 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.191 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 21 06:43:47.191 INFO kablam! | Sep 21 06:43:47.191 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 21 06:43:47.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.191 INFO kablam! | Sep 21 06:43:47.191 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.191 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.192 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.192 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.192 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.192 INFO kablam! Sep 21 06:43:47.192 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.192 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 21 06:43:47.192 INFO kablam! | Sep 21 06:43:47.192 INFO kablam! 25 | pub type MatrixSlice1<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:47.192 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.192 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 21 06:43:47.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.192 INFO kablam! | Sep 21 06:43:47.193 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.193 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 21 06:43:47.193 INFO kablam! | Sep 21 06:43:47.193 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 21 06:43:47.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.193 INFO kablam! Sep 21 06:43:47.193 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.193 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 21 06:43:47.193 INFO kablam! | Sep 21 06:43:47.194 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 21 06:43:47.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.194 INFO kablam! | Sep 21 06:43:47.194 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.194 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.194 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.194 INFO kablam! Sep 21 06:43:47.194 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.194 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 21 06:43:47.194 INFO kablam! | Sep 21 06:43:47.194 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 21 06:43:47.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.194 INFO kablam! | Sep 21 06:43:47.194 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.195 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.195 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.195 INFO kablam! Sep 21 06:43:47.195 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.195 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 21 06:43:47.195 INFO kablam! | Sep 21 06:43:47.195 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 21 06:43:47.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.195 INFO kablam! | Sep 21 06:43:47.195 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.195 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.195 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.196 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.196 INFO kablam! Sep 21 06:43:47.196 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.196 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 21 06:43:47.196 INFO kablam! | Sep 21 06:43:47.196 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 21 06:43:47.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.196 INFO kablam! | Sep 21 06:43:47.196 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.196 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.196 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.197 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.197 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.197 INFO kablam! Sep 21 06:43:47.197 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.197 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 21 06:43:47.197 INFO kablam! | Sep 21 06:43:47.197 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 21 06:43:47.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.197 INFO kablam! | Sep 21 06:43:47.197 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.197 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.197 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.198 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.198 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.198 INFO kablam! Sep 21 06:43:47.198 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.198 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 21 06:43:47.198 INFO kablam! | Sep 21 06:43:47.198 INFO kablam! 28 | pub type MatrixSlice2<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:47.198 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.198 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 21 06:43:47.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.198 INFO kablam! | Sep 21 06:43:47.198 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.198 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 21 06:43:47.198 INFO kablam! | Sep 21 06:43:47.198 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 21 06:43:47.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.199 INFO kablam! Sep 21 06:43:47.199 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.199 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 21 06:43:47.199 INFO kablam! | Sep 21 06:43:47.199 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 21 06:43:47.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.199 INFO kablam! | Sep 21 06:43:47.199 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.200 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.200 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.200 INFO kablam! Sep 21 06:43:47.200 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.200 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 21 06:43:47.200 INFO kablam! | Sep 21 06:43:47.200 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 21 06:43:47.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.200 INFO kablam! | Sep 21 06:43:47.200 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.200 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.200 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.201 INFO kablam! Sep 21 06:43:47.201 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.201 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 21 06:43:47.201 INFO kablam! | Sep 21 06:43:47.201 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 21 06:43:47.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.201 INFO kablam! | Sep 21 06:43:47.201 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.201 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.201 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.201 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.202 INFO kablam! Sep 21 06:43:47.202 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.202 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 21 06:43:47.202 INFO kablam! | Sep 21 06:43:47.202 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 21 06:43:47.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.202 INFO kablam! | Sep 21 06:43:47.202 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.202 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.202 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.202 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.202 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.202 INFO kablam! Sep 21 06:43:47.203 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.203 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 21 06:43:47.203 INFO kablam! | Sep 21 06:43:47.203 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 21 06:43:47.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.203 INFO kablam! | Sep 21 06:43:47.203 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.203 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.203 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.203 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.203 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.204 INFO kablam! Sep 21 06:43:47.204 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.204 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 21 06:43:47.204 INFO kablam! | Sep 21 06:43:47.204 INFO kablam! 31 | pub type MatrixSlice3<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:47.204 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.204 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 21 06:43:47.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.204 INFO kablam! | Sep 21 06:43:47.204 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.204 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 21 06:43:47.204 INFO kablam! | Sep 21 06:43:47.204 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 21 06:43:47.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.205 INFO kablam! Sep 21 06:43:47.205 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.205 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 21 06:43:47.205 INFO kablam! | Sep 21 06:43:47.205 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 21 06:43:47.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.205 INFO kablam! | Sep 21 06:43:47.206 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.206 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.206 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.206 INFO kablam! Sep 21 06:43:47.206 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.206 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 21 06:43:47.206 INFO kablam! | Sep 21 06:43:47.206 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 21 06:43:47.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.206 INFO kablam! | Sep 21 06:43:47.206 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.206 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.207 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.207 INFO kablam! Sep 21 06:43:47.207 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.207 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 21 06:43:47.207 INFO kablam! | Sep 21 06:43:47.207 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 21 06:43:47.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.207 INFO kablam! | Sep 21 06:43:47.207 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.207 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.207 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.208 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.208 INFO kablam! Sep 21 06:43:47.208 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.208 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 21 06:43:47.208 INFO kablam! | Sep 21 06:43:47.208 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 21 06:43:47.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.208 INFO kablam! | Sep 21 06:43:47.208 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.208 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.208 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.209 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.209 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.209 INFO kablam! Sep 21 06:43:47.209 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.209 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 21 06:43:47.209 INFO kablam! | Sep 21 06:43:47.209 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 21 06:43:47.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.209 INFO kablam! | Sep 21 06:43:47.209 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.209 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.210 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.210 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.210 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.210 INFO kablam! Sep 21 06:43:47.210 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.210 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 21 06:43:47.210 INFO kablam! | Sep 21 06:43:47.210 INFO kablam! 34 | pub type MatrixSlice4<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:47.210 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.210 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 21 06:43:47.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.210 INFO kablam! | Sep 21 06:43:47.211 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.211 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 21 06:43:47.211 INFO kablam! | Sep 21 06:43:47.211 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 21 06:43:47.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.211 INFO kablam! Sep 21 06:43:47.211 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.211 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 21 06:43:47.211 INFO kablam! | Sep 21 06:43:47.211 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 21 06:43:47.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.212 INFO kablam! | Sep 21 06:43:47.212 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 21 06:43:47.212 INFO kablam! --> src/core/allocator.rs:53:31 Sep 21 06:43:47.212 INFO kablam! | Sep 21 06:43:47.212 INFO kablam! 53 | pub type SameShapeR = >::Representative; Sep 21 06:43:47.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:47.212 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.212 INFO kablam! | Sep 21 06:43:47.212 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 06:43:47.212 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 21 06:43:47.212 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.212 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.212 INFO kablam! Sep 21 06:43:47.212 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` is not satisfied Sep 21 06:43:47.212 INFO kablam! --> src/core/allocator.rs:56:31 Sep 21 06:43:47.212 INFO kablam! | Sep 21 06:43:47.213 INFO kablam! 56 | pub type SameShapeC = >::Representative; Sep 21 06:43:47.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfColumns` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:47.213 INFO kablam! | Sep 21 06:43:47.213 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` bound Sep 21 06:43:47.213 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.213 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.213 INFO kablam! Sep 21 06:43:47.213 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.213 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.213 INFO kablam! Sep 21 06:43:47.213 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.213 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 21 06:43:47.213 INFO kablam! | Sep 21 06:43:47.213 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 21 06:43:47.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.214 INFO kablam! | Sep 21 06:43:47.214 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.214 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.214 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.214 INFO kablam! Sep 21 06:43:47.214 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.214 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 21 06:43:47.214 INFO kablam! | Sep 21 06:43:47.214 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 21 06:43:47.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.214 INFO kablam! | Sep 21 06:43:47.214 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.215 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.215 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.215 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.215 INFO kablam! Sep 21 06:43:47.215 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.215 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 21 06:43:47.215 INFO kablam! | Sep 21 06:43:47.215 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 21 06:43:47.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.215 INFO kablam! | Sep 21 06:43:47.215 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.215 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.216 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.216 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.216 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.216 INFO kablam! Sep 21 06:43:47.216 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.216 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 21 06:43:47.216 INFO kablam! | Sep 21 06:43:47.216 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 21 06:43:47.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.216 INFO kablam! | Sep 21 06:43:47.216 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.217 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.217 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.217 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.217 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.217 INFO kablam! Sep 21 06:43:47.217 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.217 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 21 06:43:47.217 INFO kablam! | Sep 21 06:43:47.217 INFO kablam! 37 | pub type MatrixSlice5<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:47.217 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.217 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 21 06:43:47.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.218 INFO kablam! | Sep 21 06:43:47.218 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.218 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 21 06:43:47.218 INFO kablam! | Sep 21 06:43:47.218 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 21 06:43:47.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.218 INFO kablam! Sep 21 06:43:47.218 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.218 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 21 06:43:47.218 INFO kablam! | Sep 21 06:43:47.219 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 21 06:43:47.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.219 INFO kablam! | Sep 21 06:43:47.219 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.219 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.219 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.219 INFO kablam! Sep 21 06:43:47.219 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.219 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 21 06:43:47.219 INFO kablam! | Sep 21 06:43:47.219 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 21 06:43:47.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.219 INFO kablam! | Sep 21 06:43:47.219 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.220 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.220 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.220 INFO kablam! Sep 21 06:43:47.220 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.220 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 21 06:43:47.220 INFO kablam! | Sep 21 06:43:47.220 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 21 06:43:47.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.220 INFO kablam! | Sep 21 06:43:47.220 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.220 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.220 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.221 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.221 INFO kablam! Sep 21 06:43:47.221 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.221 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 21 06:43:47.221 INFO kablam! | Sep 21 06:43:47.221 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 21 06:43:47.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.221 INFO kablam! | Sep 21 06:43:47.221 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.221 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.221 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.221 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.221 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.222 INFO kablam! Sep 21 06:43:47.222 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.222 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 21 06:43:47.222 INFO kablam! | Sep 21 06:43:47.222 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 21 06:43:47.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.222 INFO kablam! | Sep 21 06:43:47.222 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.222 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.222 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.222 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.222 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.223 INFO kablam! Sep 21 06:43:47.223 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.223 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 21 06:43:47.223 INFO kablam! | Sep 21 06:43:47.223 INFO kablam! 40 | pub type MatrixSlice6<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:47.223 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.223 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 21 06:43:47.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.223 INFO kablam! | Sep 21 06:43:47.223 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.223 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 21 06:43:47.223 INFO kablam! | Sep 21 06:43:47.223 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 21 06:43:47.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.224 INFO kablam! Sep 21 06:43:47.224 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.224 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 21 06:43:47.224 INFO kablam! | Sep 21 06:43:47.224 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:47.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.224 INFO kablam! | Sep 21 06:43:47.224 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.225 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.225 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.225 INFO kablam! Sep 21 06:43:47.225 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.225 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 21 06:43:47.225 INFO kablam! | Sep 21 06:43:47.225 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:47.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.225 INFO kablam! | Sep 21 06:43:47.225 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.225 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.225 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.225 INFO kablam! Sep 21 06:43:47.226 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.226 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 21 06:43:47.226 INFO kablam! | Sep 21 06:43:47.226 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:47.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.226 INFO kablam! | Sep 21 06:43:47.226 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.226 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.226 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.226 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.226 INFO kablam! Sep 21 06:43:47.227 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.227 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 21 06:43:47.227 INFO kablam! | Sep 21 06:43:47.227 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:47.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.227 INFO kablam! | Sep 21 06:43:47.227 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.227 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.227 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.227 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.227 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.227 INFO kablam! Sep 21 06:43:47.228 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.228 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 21 06:43:47.228 INFO kablam! | Sep 21 06:43:47.228 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:47.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.228 INFO kablam! | Sep 21 06:43:47.228 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.228 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.228 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.228 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.228 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.228 INFO kablam! Sep 21 06:43:47.229 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.229 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 21 06:43:47.229 INFO kablam! | Sep 21 06:43:47.229 INFO kablam! 44 | pub type MatrixSlice1x2<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:47.229 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.229 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:47.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.229 INFO kablam! | Sep 21 06:43:47.229 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.229 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 21 06:43:47.229 INFO kablam! | Sep 21 06:43:47.229 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:47.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.229 INFO kablam! Sep 21 06:43:47.230 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.230 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 21 06:43:47.230 INFO kablam! | Sep 21 06:43:47.230 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:47.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.230 INFO kablam! | Sep 21 06:43:47.230 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.230 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.230 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.231 INFO kablam! Sep 21 06:43:47.231 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.231 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 21 06:43:47.231 INFO kablam! | Sep 21 06:43:47.231 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:47.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.231 INFO kablam! | Sep 21 06:43:47.231 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.231 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.231 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.231 INFO kablam! Sep 21 06:43:47.232 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.232 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 21 06:43:47.232 INFO kablam! | Sep 21 06:43:47.232 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:47.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.232 INFO kablam! | Sep 21 06:43:47.232 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.232 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.232 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.232 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.232 INFO kablam! Sep 21 06:43:47.232 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.233 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 21 06:43:47.233 INFO kablam! | Sep 21 06:43:47.233 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:47.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.233 INFO kablam! | Sep 21 06:43:47.233 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.233 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 21 06:43:47.233 INFO kablam! --> src/core/storage.rs:16:5 Sep 21 06:43:47.233 INFO kablam! | Sep 21 06:43:47.233 INFO kablam! 16 | , SameShapeC>>::Buffer; Sep 21 06:43:47.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:47.233 INFO kablam! | Sep 21 06:43:47.233 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 21 06:43:47.233 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.233 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.233 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.233 INFO kablam! Sep 21 06:43:47.233 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` is not satisfied Sep 21 06:43:47.234 INFO kablam! --> src/core/storage.rs:16:5 Sep 21 06:43:47.234 INFO kablam! | Sep 21 06:43:47.234 INFO kablam! 16 | , SameShapeC>>::Buffer; Sep 21 06:43:47.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfColumns` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:47.234 INFO kablam! | Sep 21 06:43:47.234 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` bound Sep 21 06:43:47.234 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.234 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.234 INFO kablam! Sep 21 06:43:47.234 INFO kablam! warning: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 21 06:43:47.234 INFO kablam! --> src/core/storage.rs:16:5 Sep 21 06:43:47.234 INFO kablam! | Sep 21 06:43:47.234 INFO kablam! 16 | , SameShapeC>>::Buffer; Sep 21 06:43:47.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.234 INFO kablam! | Sep 21 06:43:47.234 INFO kablam! = help: the following implementations were found: Sep 21 06:43:47.235 INFO kablam! > Sep 21 06:43:47.235 INFO kablam! > Sep 21 06:43:47.235 INFO kablam! > Sep 21 06:43:47.235 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.235 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.235 INFO kablam! Sep 21 06:43:47.235 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.235 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.235 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.235 INFO kablam! Sep 21 06:43:47.235 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.235 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 21 06:43:47.235 INFO kablam! | Sep 21 06:43:47.236 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:47.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.236 INFO kablam! | Sep 21 06:43:47.236 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.236 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.236 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.236 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.236 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.236 INFO kablam! Sep 21 06:43:47.236 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.236 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 21 06:43:47.237 INFO kablam! | Sep 21 06:43:47.237 INFO kablam! 47 | pub type MatrixSlice1x3<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:47.237 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.237 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:47.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.237 INFO kablam! | Sep 21 06:43:47.237 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.237 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 21 06:43:47.237 INFO kablam! | Sep 21 06:43:47.237 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:47.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.237 INFO kablam! Sep 21 06:43:47.238 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.238 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 21 06:43:47.238 INFO kablam! | Sep 21 06:43:47.238 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:47.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.238 INFO kablam! | Sep 21 06:43:47.238 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.238 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.239 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.239 INFO kablam! Sep 21 06:43:47.239 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.239 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 21 06:43:47.239 INFO kablam! | Sep 21 06:43:47.239 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:47.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.239 INFO kablam! | Sep 21 06:43:47.239 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.239 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.239 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.239 INFO kablam! Sep 21 06:43:47.240 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.240 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 21 06:43:47.240 INFO kablam! | Sep 21 06:43:47.240 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:47.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.240 INFO kablam! | Sep 21 06:43:47.240 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.240 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.240 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.240 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.240 INFO kablam! Sep 21 06:43:47.241 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.241 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 21 06:43:47.241 INFO kablam! | Sep 21 06:43:47.241 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:47.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.241 INFO kablam! | Sep 21 06:43:47.241 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.241 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.241 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.241 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.241 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.241 INFO kablam! Sep 21 06:43:47.242 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.242 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 21 06:43:47.242 INFO kablam! | Sep 21 06:43:47.242 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:47.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.242 INFO kablam! | Sep 21 06:43:47.242 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.242 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.242 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.242 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.242 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.242 INFO kablam! Sep 21 06:43:47.243 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.243 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 21 06:43:47.243 INFO kablam! | Sep 21 06:43:47.243 INFO kablam! 50 | pub type MatrixSlice1x4<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:47.243 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.243 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:47.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.243 INFO kablam! | Sep 21 06:43:47.243 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.243 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 21 06:43:47.243 INFO kablam! | Sep 21 06:43:47.243 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:47.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.243 INFO kablam! Sep 21 06:43:47.244 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.244 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 21 06:43:47.244 INFO kablam! | Sep 21 06:43:47.244 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:47.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.244 INFO kablam! | Sep 21 06:43:47.244 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.244 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.244 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.245 INFO kablam! Sep 21 06:43:47.245 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.245 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 21 06:43:47.245 INFO kablam! | Sep 21 06:43:47.245 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:47.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.245 INFO kablam! | Sep 21 06:43:47.245 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.245 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.245 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.245 INFO kablam! Sep 21 06:43:47.246 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.246 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 21 06:43:47.246 INFO kablam! | Sep 21 06:43:47.246 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:47.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.246 INFO kablam! warning: the trait bound `R: core::dimension::DimName` is not satisfied Sep 21 06:43:47.246 INFO kablam! --> src/core/storage.rs:20:32 Sep 21 06:43:47.246 INFO kablam! | Sep 21 06:43:47.246 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 21 06:43:47.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `R` Sep 21 06:43:47.246 INFO kablam! | Sep 21 06:43:47.246 INFO kablam! = help: consider adding a `where R: core::dimension::DimName` bound Sep 21 06:43:47.246 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.246 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.246 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.247 INFO kablam! Sep 21 06:43:47.247 INFO kablam! warning: the trait bound `C: core::dimension::DimName` is not satisfied Sep 21 06:43:47.247 INFO kablam! --> src/core/storage.rs:20:32 Sep 21 06:43:47.247 INFO kablam! | Sep 21 06:43:47.247 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 21 06:43:47.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `C` Sep 21 06:43:47.247 INFO kablam! | Sep 21 06:43:47.247 INFO kablam! = help: consider adding a `where C: core::dimension::DimName` bound Sep 21 06:43:47.247 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.247 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.247 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.247 INFO kablam! Sep 21 06:43:47.247 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.247 INFO kablam! --> src/core/storage.rs:20:32 Sep 21 06:43:47.247 INFO kablam! | Sep 21 06:43:47.247 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 21 06:43:47.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.247 INFO kablam! | Sep 21 06:43:47.248 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.248 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.248 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.248 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.248 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.248 INFO kablam! Sep 21 06:43:47.248 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.248 INFO kablam! --> src/core/storage.rs:20:32 Sep 21 06:43:47.248 INFO kablam! | Sep 21 06:43:47.248 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 21 06:43:47.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.248 INFO kablam! | Sep 21 06:43:47.248 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.248 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.248 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.248 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.249 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.249 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.249 INFO kablam! Sep 21 06:43:47.249 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.249 INFO kablam! --> src/core/storage.rs:20:32 Sep 21 06:43:47.249 INFO kablam! | Sep 21 06:43:47.249 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 21 06:43:47.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.249 INFO kablam! | Sep 21 06:43:47.249 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.249 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.249 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.249 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.249 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.249 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.249 INFO kablam! Sep 21 06:43:47.249 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.249 INFO kablam! --> src/core/storage.rs:20:32 Sep 21 06:43:47.250 INFO kablam! | Sep 21 06:43:47.250 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 21 06:43:47.250 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.250 INFO kablam! | | Sep 21 06:43:47.250 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.250 INFO kablam! | Sep 21 06:43:47.250 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.250 INFO kablam! --> src/core/storage.rs:20:32 Sep 21 06:43:47.250 INFO kablam! | Sep 21 06:43:47.250 INFO kablam! 20 | pub type Owned = >::Buffer; Sep 21 06:43:47.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.250 INFO kablam! Sep 21 06:43:47.250 INFO kablam! warning: the trait bound `R: core::dimension::DimName` is not satisfied Sep 21 06:43:47.250 INFO kablam! --> src/core/storage.rs:24:5 Sep 21 06:43:47.250 INFO kablam! | Sep 21 06:43:47.250 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 21 06:43:47.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `R` Sep 21 06:43:47.250 INFO kablam! | Sep 21 06:43:47.251 INFO kablam! = help: consider adding a `where R: core::dimension::DimName` bound Sep 21 06:43:47.251 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.251 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.251 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.251 INFO kablam! Sep 21 06:43:47.251 INFO kablam! warning: the trait bound `C: core::dimension::DimName` is not satisfied Sep 21 06:43:47.251 INFO kablam! --> src/core/storage.rs:24:5 Sep 21 06:43:47.251 INFO kablam! | Sep 21 06:43:47.251 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 21 06:43:47.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `C` Sep 21 06:43:47.251 INFO kablam! | Sep 21 06:43:47.251 INFO kablam! = help: consider adding a `where C: core::dimension::DimName` bound Sep 21 06:43:47.251 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.251 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.251 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.251 INFO kablam! Sep 21 06:43:47.252 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.252 INFO kablam! --> src/core/storage.rs:24:5 Sep 21 06:43:47.252 INFO kablam! | Sep 21 06:43:47.252 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 21 06:43:47.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.252 INFO kablam! | Sep 21 06:43:47.252 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.252 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.252 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.252 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.252 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.252 INFO kablam! Sep 21 06:43:47.252 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.252 INFO kablam! --> src/core/storage.rs:24:5 Sep 21 06:43:47.252 INFO kablam! | Sep 21 06:43:47.252 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 21 06:43:47.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.252 INFO kablam! | Sep 21 06:43:47.252 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.253 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.253 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.253 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.253 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.253 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.253 INFO kablam! Sep 21 06:43:47.253 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.253 INFO kablam! --> src/core/storage.rs:24:5 Sep 21 06:43:47.253 INFO kablam! | Sep 21 06:43:47.253 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 21 06:43:47.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.253 INFO kablam! | Sep 21 06:43:47.253 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.253 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.253 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.254 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.254 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.254 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.254 INFO kablam! Sep 21 06:43:47.254 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.254 INFO kablam! --> src/core/storage.rs:24:5 Sep 21 06:43:47.254 INFO kablam! | Sep 21 06:43:47.254 INFO kablam! 23 | pub type RStride = Sep 21 06:43:47.254 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.254 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 21 06:43:47.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.254 INFO kablam! | Sep 21 06:43:47.254 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.254 INFO kablam! --> src/core/storage.rs:24:5 Sep 21 06:43:47.254 INFO kablam! | Sep 21 06:43:47.254 INFO kablam! 24 | <>::Buffer as Storage>::RStride; Sep 21 06:43:47.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.254 INFO kablam! Sep 21 06:43:47.255 INFO kablam! | Sep 21 06:43:47.255 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.255 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.255 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.255 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.255 INFO kablam! Sep 21 06:43:47.255 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.255 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 21 06:43:47.255 INFO kablam! | Sep 21 06:43:47.255 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:47.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.256 INFO kablam! | Sep 21 06:43:47.256 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.256 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.256 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.256 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.256 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.256 INFO kablam! Sep 21 06:43:47.256 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.256 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 21 06:43:47.256 INFO kablam! | Sep 21 06:43:47.257 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:47.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.257 INFO kablam! | Sep 21 06:43:47.257 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.257 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.257 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.257 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.257 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.257 INFO kablam! Sep 21 06:43:47.258 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.258 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 21 06:43:47.258 INFO kablam! | Sep 21 06:43:47.258 INFO kablam! 53 | pub type MatrixSlice1x5<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:47.258 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.258 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:47.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.258 INFO kablam! warning: the trait bound `R: core::dimension::DimName` is not satisfied Sep 21 06:43:47.258 INFO kablam! --> src/core/storage.rs:28:5 Sep 21 06:43:47.258 INFO kablam! | Sep 21 06:43:47.258 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 21 06:43:47.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `R` Sep 21 06:43:47.258 INFO kablam! | Sep 21 06:43:47.258 INFO kablam! = help: consider adding a `where R: core::dimension::DimName` bound Sep 21 06:43:47.258 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.258 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.259 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.259 INFO kablam! Sep 21 06:43:47.259 INFO kablam! warning: the trait bound `C: core::dimension::DimName` is not satisfied Sep 21 06:43:47.259 INFO kablam! --> src/core/storage.rs:28:5 Sep 21 06:43:47.259 INFO kablam! | Sep 21 06:43:47.259 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 21 06:43:47.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `C` Sep 21 06:43:47.259 INFO kablam! | Sep 21 06:43:47.259 INFO kablam! = help: consider adding a `where C: core::dimension::DimName` bound Sep 21 06:43:47.259 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.259 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.259 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.259 INFO kablam! Sep 21 06:43:47.259 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.259 INFO kablam! --> src/core/storage.rs:28:5 Sep 21 06:43:47.259 INFO kablam! | Sep 21 06:43:47.260 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 21 06:43:47.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.260 INFO kablam! | Sep 21 06:43:47.260 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.260 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.260 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.260 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.260 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.260 INFO kablam! Sep 21 06:43:47.260 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.260 INFO kablam! --> src/core/storage.rs:28:5 Sep 21 06:43:47.260 INFO kablam! | Sep 21 06:43:47.260 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 21 06:43:47.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.260 INFO kablam! | Sep 21 06:43:47.260 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.260 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.260 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.260 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.260 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.260 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.260 INFO kablam! Sep 21 06:43:47.261 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.261 INFO kablam! --> src/core/storage.rs:28:5 Sep 21 06:43:47.261 INFO kablam! | Sep 21 06:43:47.261 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 21 06:43:47.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.261 INFO kablam! | Sep 21 06:43:47.261 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.261 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.261 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.261 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.261 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.261 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.261 INFO kablam! Sep 21 06:43:47.261 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.261 INFO kablam! --> src/core/storage.rs:28:5 Sep 21 06:43:47.261 INFO kablam! | Sep 21 06:43:47.261 INFO kablam! 27 | pub type CStride = Sep 21 06:43:47.261 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.261 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 21 06:43:47.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.261 INFO kablam! | Sep 21 06:43:47.261 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.262 INFO kablam! --> src/core/storage.rs:28:5 Sep 21 06:43:47.262 INFO kablam! | Sep 21 06:43:47.262 INFO kablam! 28 | <>::Buffer as Storage>::CStride; Sep 21 06:43:47.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.262 INFO kablam! Sep 21 06:43:47.262 INFO kablam! | Sep 21 06:43:47.262 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.262 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 21 06:43:47.262 INFO kablam! | Sep 21 06:43:47.262 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:47.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.262 INFO kablam! Sep 21 06:43:47.263 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.263 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 21 06:43:47.263 INFO kablam! | Sep 21 06:43:47.263 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:47.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.263 INFO kablam! | Sep 21 06:43:47.263 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.263 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.263 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.263 INFO kablam! Sep 21 06:43:47.264 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.264 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 21 06:43:47.264 INFO kablam! | Sep 21 06:43:47.264 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:47.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.264 INFO kablam! | Sep 21 06:43:47.264 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.264 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.264 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.264 INFO kablam! Sep 21 06:43:47.265 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.265 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 21 06:43:47.265 INFO kablam! | Sep 21 06:43:47.265 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:47.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.265 INFO kablam! | Sep 21 06:43:47.265 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.265 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.265 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.265 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.265 INFO kablam! Sep 21 06:43:47.266 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.266 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 21 06:43:47.266 INFO kablam! | Sep 21 06:43:47.266 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:47.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.266 INFO kablam! | Sep 21 06:43:47.266 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.266 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.266 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.266 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.266 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.266 INFO kablam! Sep 21 06:43:47.267 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.267 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 21 06:43:47.267 INFO kablam! | Sep 21 06:43:47.267 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:47.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.267 INFO kablam! | Sep 21 06:43:47.267 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.267 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.267 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.267 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.267 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.267 INFO kablam! Sep 21 06:43:47.268 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.268 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 21 06:43:47.268 INFO kablam! | Sep 21 06:43:47.268 INFO kablam! 56 | pub type MatrixSlice1x6<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:47.268 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.268 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:47.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.268 INFO kablam! | Sep 21 06:43:47.268 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.268 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 21 06:43:47.268 INFO kablam! | Sep 21 06:43:47.268 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:47.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.269 INFO kablam! Sep 21 06:43:47.269 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.269 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 21 06:43:47.269 INFO kablam! | Sep 21 06:43:47.269 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:47.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.269 INFO kablam! | Sep 21 06:43:47.269 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.269 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.270 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.270 INFO kablam! Sep 21 06:43:47.270 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.270 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 21 06:43:47.270 INFO kablam! | Sep 21 06:43:47.270 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:47.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.270 INFO kablam! | Sep 21 06:43:47.270 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.270 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.270 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.270 INFO kablam! Sep 21 06:43:47.271 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.271 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 21 06:43:47.271 INFO kablam! | Sep 21 06:43:47.271 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:47.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.271 INFO kablam! | Sep 21 06:43:47.271 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.271 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.271 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.271 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.271 INFO kablam! Sep 21 06:43:47.272 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.272 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 21 06:43:47.272 INFO kablam! | Sep 21 06:43:47.272 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:47.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.272 INFO kablam! | Sep 21 06:43:47.272 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.272 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.272 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.272 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.273 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.273 INFO kablam! Sep 21 06:43:47.273 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.273 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 21 06:43:47.273 INFO kablam! | Sep 21 06:43:47.273 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:47.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.273 INFO kablam! | Sep 21 06:43:47.273 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.273 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.273 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.274 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.274 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.274 INFO kablam! Sep 21 06:43:47.274 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.274 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 21 06:43:47.274 INFO kablam! | Sep 21 06:43:47.274 INFO kablam! 60 | pub type MatrixSlice2x1<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:47.274 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.274 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:47.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.274 INFO kablam! | Sep 21 06:43:47.275 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.275 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 21 06:43:47.275 INFO kablam! | Sep 21 06:43:47.275 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:47.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.275 INFO kablam! Sep 21 06:43:47.275 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.275 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 21 06:43:47.275 INFO kablam! | Sep 21 06:43:47.275 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:47.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.276 INFO kablam! | Sep 21 06:43:47.276 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.276 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.276 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.276 INFO kablam! Sep 21 06:43:47.276 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.276 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 21 06:43:47.276 INFO kablam! | Sep 21 06:43:47.276 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:47.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.276 INFO kablam! | Sep 21 06:43:47.276 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.277 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.277 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.277 INFO kablam! Sep 21 06:43:47.277 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.277 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 21 06:43:47.277 INFO kablam! | Sep 21 06:43:47.277 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:47.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.277 INFO kablam! | Sep 21 06:43:47.277 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.277 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.278 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.278 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.278 INFO kablam! Sep 21 06:43:47.278 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.278 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 21 06:43:47.278 INFO kablam! | Sep 21 06:43:47.278 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:47.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.278 INFO kablam! | Sep 21 06:43:47.278 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.278 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.278 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.279 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.279 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.279 INFO kablam! Sep 21 06:43:47.279 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.279 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 21 06:43:47.279 INFO kablam! | Sep 21 06:43:47.279 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:47.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.279 INFO kablam! | Sep 21 06:43:47.279 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.279 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.280 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.280 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.280 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.280 INFO kablam! Sep 21 06:43:47.280 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.280 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 21 06:43:47.280 INFO kablam! | Sep 21 06:43:47.280 INFO kablam! 63 | pub type MatrixSlice2x3<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:47.280 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.280 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:47.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.281 INFO kablam! | Sep 21 06:43:47.281 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.281 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 21 06:43:47.281 INFO kablam! | Sep 21 06:43:47.281 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:47.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.281 INFO kablam! Sep 21 06:43:47.282 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.282 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 21 06:43:47.282 INFO kablam! | Sep 21 06:43:47.282 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:47.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.282 INFO kablam! | Sep 21 06:43:47.282 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.282 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.282 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.282 INFO kablam! Sep 21 06:43:47.282 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.282 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 21 06:43:47.283 INFO kablam! | Sep 21 06:43:47.283 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:47.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.283 INFO kablam! | Sep 21 06:43:47.283 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.283 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.283 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.283 INFO kablam! Sep 21 06:43:47.283 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.283 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 21 06:43:47.283 INFO kablam! | Sep 21 06:43:47.283 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:47.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.284 INFO kablam! | Sep 21 06:43:47.284 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.284 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.284 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.284 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.284 INFO kablam! Sep 21 06:43:47.284 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.284 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 21 06:43:47.284 INFO kablam! | Sep 21 06:43:47.284 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:47.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.284 INFO kablam! | Sep 21 06:43:47.285 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.285 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.285 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.285 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.285 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.285 INFO kablam! Sep 21 06:43:47.285 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.285 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 21 06:43:47.285 INFO kablam! | Sep 21 06:43:47.285 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:47.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.286 INFO kablam! | Sep 21 06:43:47.286 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.286 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.286 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.286 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.286 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.286 INFO kablam! Sep 21 06:43:47.286 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.286 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 21 06:43:47.286 INFO kablam! | Sep 21 06:43:47.286 INFO kablam! 66 | pub type MatrixSlice2x4<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:47.286 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.287 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:47.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.287 INFO kablam! | Sep 21 06:43:47.287 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.287 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 21 06:43:47.287 INFO kablam! | Sep 21 06:43:47.287 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:47.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.287 INFO kablam! Sep 21 06:43:47.288 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.288 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 21 06:43:47.288 INFO kablam! | Sep 21 06:43:47.288 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:47.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.288 INFO kablam! | Sep 21 06:43:47.288 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.288 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.288 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.288 INFO kablam! Sep 21 06:43:47.288 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.288 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 21 06:43:47.289 INFO kablam! | Sep 21 06:43:47.289 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:47.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.289 INFO kablam! | Sep 21 06:43:47.289 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.289 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.289 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.289 INFO kablam! Sep 21 06:43:47.289 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.289 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 21 06:43:47.289 INFO kablam! | Sep 21 06:43:47.289 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:47.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.290 INFO kablam! | Sep 21 06:43:47.290 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.290 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.290 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.290 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.290 INFO kablam! Sep 21 06:43:47.290 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.290 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 21 06:43:47.290 INFO kablam! | Sep 21 06:43:47.290 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:47.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.290 INFO kablam! | Sep 21 06:43:47.291 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.291 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.291 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.291 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.291 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.291 INFO kablam! Sep 21 06:43:47.291 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.291 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 21 06:43:47.291 INFO kablam! | Sep 21 06:43:47.291 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:47.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.292 INFO kablam! | Sep 21 06:43:47.292 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.292 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.292 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.292 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.292 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.292 INFO kablam! Sep 21 06:43:47.292 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.292 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 21 06:43:47.293 INFO kablam! | Sep 21 06:43:47.293 INFO kablam! 69 | pub type MatrixSlice2x5<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:47.293 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.293 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:47.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.293 INFO kablam! | Sep 21 06:43:47.293 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.293 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 21 06:43:47.293 INFO kablam! | Sep 21 06:43:47.293 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:47.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.293 INFO kablam! Sep 21 06:43:47.294 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.294 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 21 06:43:47.294 INFO kablam! | Sep 21 06:43:47.294 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:47.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.294 INFO kablam! | Sep 21 06:43:47.294 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.294 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.294 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.294 INFO kablam! Sep 21 06:43:47.295 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.295 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 21 06:43:47.295 INFO kablam! | Sep 21 06:43:47.295 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:47.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.295 INFO kablam! | Sep 21 06:43:47.295 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.295 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.295 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.295 INFO kablam! Sep 21 06:43:47.295 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.295 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 21 06:43:47.296 INFO kablam! | Sep 21 06:43:47.296 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:47.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.296 INFO kablam! | Sep 21 06:43:47.296 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.296 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.296 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.296 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.296 INFO kablam! Sep 21 06:43:47.296 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.296 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 21 06:43:47.296 INFO kablam! | Sep 21 06:43:47.297 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:47.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.297 INFO kablam! | Sep 21 06:43:47.297 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.297 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.297 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.297 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.297 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.297 INFO kablam! Sep 21 06:43:47.297 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.298 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 21 06:43:47.298 INFO kablam! | Sep 21 06:43:47.298 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:47.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.298 INFO kablam! | Sep 21 06:43:47.298 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.298 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.298 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.298 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.298 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.298 INFO kablam! Sep 21 06:43:47.299 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.299 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 21 06:43:47.299 INFO kablam! | Sep 21 06:43:47.299 INFO kablam! 72 | pub type MatrixSlice2x6<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:47.299 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.299 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:47.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.299 INFO kablam! | Sep 21 06:43:47.299 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.299 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 21 06:43:47.299 INFO kablam! | Sep 21 06:43:47.299 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:47.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.299 INFO kablam! Sep 21 06:43:47.300 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.300 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 21 06:43:47.300 INFO kablam! | Sep 21 06:43:47.300 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:47.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.300 INFO kablam! | Sep 21 06:43:47.300 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.300 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.300 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.300 INFO kablam! Sep 21 06:43:47.301 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.301 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 21 06:43:47.301 INFO kablam! | Sep 21 06:43:47.301 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:47.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.301 INFO kablam! | Sep 21 06:43:47.301 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.301 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.301 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.301 INFO kablam! Sep 21 06:43:47.302 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.302 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 21 06:43:47.302 INFO kablam! | Sep 21 06:43:47.302 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:47.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.302 INFO kablam! | Sep 21 06:43:47.302 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.302 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.302 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.302 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.302 INFO kablam! Sep 21 06:43:47.302 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.303 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 21 06:43:47.303 INFO kablam! | Sep 21 06:43:47.303 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:47.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.303 INFO kablam! | Sep 21 06:43:47.303 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.303 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.303 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.303 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.303 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.303 INFO kablam! Sep 21 06:43:47.304 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.304 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 21 06:43:47.304 INFO kablam! | Sep 21 06:43:47.304 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:47.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.304 INFO kablam! | Sep 21 06:43:47.304 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.304 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.304 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.304 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.304 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.304 INFO kablam! Sep 21 06:43:47.305 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.305 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 21 06:43:47.305 INFO kablam! | Sep 21 06:43:47.305 INFO kablam! 76 | pub type MatrixSlice3x1<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:47.305 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.305 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:47.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.305 INFO kablam! | Sep 21 06:43:47.305 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.305 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 21 06:43:47.305 INFO kablam! | Sep 21 06:43:47.305 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:47.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.305 INFO kablam! Sep 21 06:43:47.306 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.306 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 21 06:43:47.306 INFO kablam! | Sep 21 06:43:47.306 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:47.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.306 INFO kablam! | Sep 21 06:43:47.306 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.306 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.306 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.307 INFO kablam! Sep 21 06:43:47.307 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.307 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 21 06:43:47.307 INFO kablam! | Sep 21 06:43:47.307 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:47.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.307 INFO kablam! | Sep 21 06:43:47.307 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.307 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.307 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.307 INFO kablam! Sep 21 06:43:47.308 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.308 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 21 06:43:47.308 INFO kablam! | Sep 21 06:43:47.308 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:47.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.308 INFO kablam! | Sep 21 06:43:47.308 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.308 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.308 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.308 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.308 INFO kablam! Sep 21 06:43:47.308 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.308 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 21 06:43:47.309 INFO kablam! | Sep 21 06:43:47.309 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:47.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.309 INFO kablam! | Sep 21 06:43:47.309 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.309 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.309 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.309 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.309 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.309 INFO kablam! Sep 21 06:43:47.310 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.310 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 21 06:43:47.310 INFO kablam! | Sep 21 06:43:47.310 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:47.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.310 INFO kablam! | Sep 21 06:43:47.310 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.310 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.310 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.310 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.310 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.310 INFO kablam! Sep 21 06:43:47.311 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.311 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 21 06:43:47.311 INFO kablam! | Sep 21 06:43:47.311 INFO kablam! 79 | pub type MatrixSlice3x2<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:47.311 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.311 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:47.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.311 INFO kablam! | Sep 21 06:43:47.311 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.311 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 21 06:43:47.311 INFO kablam! | Sep 21 06:43:47.311 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:47.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.311 INFO kablam! Sep 21 06:43:47.312 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.312 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 21 06:43:47.312 INFO kablam! | Sep 21 06:43:47.312 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:47.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.312 INFO kablam! | Sep 21 06:43:47.312 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.312 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.312 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.312 INFO kablam! Sep 21 06:43:47.313 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.313 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 21 06:43:47.313 INFO kablam! | Sep 21 06:43:47.313 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:47.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.313 INFO kablam! | Sep 21 06:43:47.313 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.313 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.313 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.313 INFO kablam! Sep 21 06:43:47.314 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.314 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 21 06:43:47.314 INFO kablam! | Sep 21 06:43:47.314 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:47.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.314 INFO kablam! | Sep 21 06:43:47.314 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.314 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.314 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.314 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.314 INFO kablam! Sep 21 06:43:47.315 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.315 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 21 06:43:47.315 INFO kablam! | Sep 21 06:43:47.315 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:47.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.315 INFO kablam! | Sep 21 06:43:47.315 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.315 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.315 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.315 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.315 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.315 INFO kablam! Sep 21 06:43:47.316 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.316 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 21 06:43:47.316 INFO kablam! | Sep 21 06:43:47.316 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:47.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.316 INFO kablam! | Sep 21 06:43:47.316 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.316 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.316 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.316 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.316 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.316 INFO kablam! Sep 21 06:43:47.317 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.317 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 21 06:43:47.317 INFO kablam! | Sep 21 06:43:47.317 INFO kablam! 82 | pub type MatrixSlice3x4<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:47.317 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.317 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:47.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.317 INFO kablam! | Sep 21 06:43:47.317 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.317 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 21 06:43:47.317 INFO kablam! | Sep 21 06:43:47.317 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:47.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.317 INFO kablam! Sep 21 06:43:47.318 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.318 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 21 06:43:47.318 INFO kablam! | Sep 21 06:43:47.318 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:47.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.318 INFO kablam! | Sep 21 06:43:47.318 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.318 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.318 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.319 INFO kablam! Sep 21 06:43:47.319 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.319 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 21 06:43:47.319 INFO kablam! | Sep 21 06:43:47.319 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:47.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.319 INFO kablam! | Sep 21 06:43:47.319 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.319 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.319 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.319 INFO kablam! Sep 21 06:43:47.320 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.320 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 21 06:43:47.320 INFO kablam! | Sep 21 06:43:47.320 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:47.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.320 INFO kablam! | Sep 21 06:43:47.320 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.320 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.320 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.321 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.321 INFO kablam! Sep 21 06:43:47.321 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.321 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 21 06:43:47.321 INFO kablam! | Sep 21 06:43:47.321 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:47.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.321 INFO kablam! | Sep 21 06:43:47.321 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.321 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.321 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.321 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.321 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.321 INFO kablam! Sep 21 06:43:47.322 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.322 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 21 06:43:47.322 INFO kablam! | Sep 21 06:43:47.322 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:47.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.322 INFO kablam! | Sep 21 06:43:47.322 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.322 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.322 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.322 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.322 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.323 INFO kablam! Sep 21 06:43:47.323 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.323 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 21 06:43:47.323 INFO kablam! | Sep 21 06:43:47.323 INFO kablam! 85 | pub type MatrixSlice3x5<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:47.323 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.323 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:47.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.323 INFO kablam! | Sep 21 06:43:47.323 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.323 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 21 06:43:47.323 INFO kablam! | Sep 21 06:43:47.323 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:47.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.324 INFO kablam! Sep 21 06:43:47.324 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.324 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 21 06:43:47.324 INFO kablam! | Sep 21 06:43:47.324 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:47.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.324 INFO kablam! | Sep 21 06:43:47.324 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.324 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.325 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.325 INFO kablam! Sep 21 06:43:47.325 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.325 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 21 06:43:47.325 INFO kablam! | Sep 21 06:43:47.325 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:47.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.325 INFO kablam! | Sep 21 06:43:47.325 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.325 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.325 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.326 INFO kablam! Sep 21 06:43:47.326 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.326 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 21 06:43:47.326 INFO kablam! | Sep 21 06:43:47.326 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:47.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.326 INFO kablam! | Sep 21 06:43:47.326 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.326 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.326 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.326 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.327 INFO kablam! Sep 21 06:43:47.327 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.327 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 21 06:43:47.327 INFO kablam! | Sep 21 06:43:47.327 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:47.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.327 INFO kablam! | Sep 21 06:43:47.327 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.327 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.327 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.328 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.328 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.328 INFO kablam! Sep 21 06:43:47.328 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.328 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 21 06:43:47.328 INFO kablam! | Sep 21 06:43:47.328 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:47.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.328 INFO kablam! | Sep 21 06:43:47.328 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.328 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.328 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.329 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.329 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.329 INFO kablam! Sep 21 06:43:47.329 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.329 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 21 06:43:47.329 INFO kablam! | Sep 21 06:43:47.329 INFO kablam! 88 | pub type MatrixSlice3x6<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:47.329 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.329 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:47.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.329 INFO kablam! | Sep 21 06:43:47.330 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.330 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 21 06:43:47.330 INFO kablam! | Sep 21 06:43:47.330 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:47.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.330 INFO kablam! Sep 21 06:43:47.330 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.330 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 21 06:43:47.330 INFO kablam! | Sep 21 06:43:47.331 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:47.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.331 INFO kablam! | Sep 21 06:43:47.331 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.331 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.331 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.331 INFO kablam! Sep 21 06:43:47.331 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.331 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 21 06:43:47.331 INFO kablam! | Sep 21 06:43:47.331 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:47.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.332 INFO kablam! | Sep 21 06:43:47.332 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.332 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.332 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.332 INFO kablam! Sep 21 06:43:47.332 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.332 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 21 06:43:47.332 INFO kablam! | Sep 21 06:43:47.332 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:47.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.333 INFO kablam! | Sep 21 06:43:47.333 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.333 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.333 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.333 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.333 INFO kablam! Sep 21 06:43:47.333 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.333 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 21 06:43:47.333 INFO kablam! | Sep 21 06:43:47.333 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:47.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.334 INFO kablam! | Sep 21 06:43:47.334 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.334 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.334 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.334 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.334 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.334 INFO kablam! Sep 21 06:43:47.335 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.335 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 21 06:43:47.335 INFO kablam! | Sep 21 06:43:47.335 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:47.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.335 INFO kablam! | Sep 21 06:43:47.335 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.335 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.335 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.335 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.335 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.336 INFO kablam! Sep 21 06:43:47.336 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.336 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 21 06:43:47.336 INFO kablam! | Sep 21 06:43:47.336 INFO kablam! 92 | pub type MatrixSlice4x1<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:47.336 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.336 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:47.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.336 INFO kablam! | Sep 21 06:43:47.336 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.337 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 21 06:43:47.337 INFO kablam! | Sep 21 06:43:47.337 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:47.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.337 INFO kablam! Sep 21 06:43:47.337 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.337 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 21 06:43:47.337 INFO kablam! | Sep 21 06:43:47.337 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:47.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.338 INFO kablam! | Sep 21 06:43:47.338 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.338 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.338 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.338 INFO kablam! Sep 21 06:43:47.338 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.338 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 21 06:43:47.338 INFO kablam! | Sep 21 06:43:47.338 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:47.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.339 INFO kablam! | Sep 21 06:43:47.339 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.339 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.339 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.339 INFO kablam! Sep 21 06:43:47.339 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.339 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 21 06:43:47.339 INFO kablam! | Sep 21 06:43:47.339 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:47.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.340 INFO kablam! | Sep 21 06:43:47.340 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.340 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.340 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.340 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.340 INFO kablam! Sep 21 06:43:47.340 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.340 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 21 06:43:47.340 INFO kablam! | Sep 21 06:43:47.340 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:47.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.341 INFO kablam! | Sep 21 06:43:47.341 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.341 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.341 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.341 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.341 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.341 INFO kablam! Sep 21 06:43:47.342 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.342 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 21 06:43:47.342 INFO kablam! | Sep 21 06:43:47.342 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:47.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.342 INFO kablam! | Sep 21 06:43:47.342 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.342 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.342 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.342 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.342 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.342 INFO kablam! Sep 21 06:43:47.343 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.343 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 21 06:43:47.343 INFO kablam! | Sep 21 06:43:47.343 INFO kablam! 95 | pub type MatrixSlice4x2<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:47.343 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.343 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:47.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.343 INFO kablam! | Sep 21 06:43:47.343 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.343 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 21 06:43:47.343 INFO kablam! | Sep 21 06:43:47.343 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:47.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.344 INFO kablam! Sep 21 06:43:47.344 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.344 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 21 06:43:47.344 INFO kablam! | Sep 21 06:43:47.344 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:47.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.344 INFO kablam! | Sep 21 06:43:47.344 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.345 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.345 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.345 INFO kablam! Sep 21 06:43:47.345 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.345 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 21 06:43:47.345 INFO kablam! | Sep 21 06:43:47.345 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:47.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.345 INFO kablam! | Sep 21 06:43:47.345 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.345 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.346 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.346 INFO kablam! Sep 21 06:43:47.346 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.346 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 21 06:43:47.346 INFO kablam! | Sep 21 06:43:47.346 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:47.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.346 INFO kablam! | Sep 21 06:43:47.346 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.346 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.347 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.347 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.347 INFO kablam! Sep 21 06:43:47.347 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.347 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 21 06:43:47.347 INFO kablam! | Sep 21 06:43:47.347 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:47.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.347 INFO kablam! | Sep 21 06:43:47.347 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.347 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.348 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.348 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.348 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.348 INFO kablam! Sep 21 06:43:47.348 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.348 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 21 06:43:47.348 INFO kablam! | Sep 21 06:43:47.348 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:47.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.349 INFO kablam! | Sep 21 06:43:47.349 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.349 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.349 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.349 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.349 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.349 INFO kablam! Sep 21 06:43:47.349 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.349 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 21 06:43:47.350 INFO kablam! | Sep 21 06:43:47.350 INFO kablam! 98 | pub type MatrixSlice4x3<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:47.350 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.350 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:47.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.350 INFO kablam! | Sep 21 06:43:47.350 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.350 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 21 06:43:47.350 INFO kablam! | Sep 21 06:43:47.350 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:47.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.350 INFO kablam! Sep 21 06:43:47.351 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.351 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 21 06:43:47.351 INFO kablam! | Sep 21 06:43:47.351 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:47.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.351 INFO kablam! | Sep 21 06:43:47.351 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.351 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.352 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.352 INFO kablam! Sep 21 06:43:47.352 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.352 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 21 06:43:47.352 INFO kablam! | Sep 21 06:43:47.352 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:47.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.352 INFO kablam! | Sep 21 06:43:47.352 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.352 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.352 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.353 INFO kablam! Sep 21 06:43:47.353 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.353 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 21 06:43:47.353 INFO kablam! | Sep 21 06:43:47.353 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:47.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.353 INFO kablam! | Sep 21 06:43:47.353 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.353 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.353 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.354 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.354 INFO kablam! Sep 21 06:43:47.354 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.354 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 21 06:43:47.354 INFO kablam! | Sep 21 06:43:47.354 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:47.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.354 INFO kablam! | Sep 21 06:43:47.354 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.355 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.355 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.355 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.355 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.355 INFO kablam! Sep 21 06:43:47.355 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.355 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 21 06:43:47.355 INFO kablam! | Sep 21 06:43:47.355 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:47.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.355 INFO kablam! | Sep 21 06:43:47.356 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.356 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.356 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.356 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.356 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.356 INFO kablam! Sep 21 06:43:47.356 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.356 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 21 06:43:47.356 INFO kablam! | Sep 21 06:43:47.356 INFO kablam! 101 | pub type MatrixSlice4x5<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:47.357 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.357 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:47.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.357 INFO kablam! | Sep 21 06:43:47.357 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.357 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 21 06:43:47.357 INFO kablam! | Sep 21 06:43:47.357 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:47.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.357 INFO kablam! Sep 21 06:43:47.358 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.358 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 21 06:43:47.358 INFO kablam! | Sep 21 06:43:47.358 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:47.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.358 INFO kablam! | Sep 21 06:43:47.358 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.358 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.358 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.359 INFO kablam! Sep 21 06:43:47.359 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.359 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 21 06:43:47.359 INFO kablam! | Sep 21 06:43:47.359 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:47.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.359 INFO kablam! | Sep 21 06:43:47.359 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.359 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.359 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.360 INFO kablam! Sep 21 06:43:47.360 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.360 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 21 06:43:47.360 INFO kablam! | Sep 21 06:43:47.360 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:47.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.360 INFO kablam! | Sep 21 06:43:47.360 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.360 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.360 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.360 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.360 INFO kablam! Sep 21 06:43:47.361 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.361 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 21 06:43:47.361 INFO kablam! | Sep 21 06:43:47.361 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:47.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.361 INFO kablam! | Sep 21 06:43:47.361 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.361 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.361 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.361 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.361 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.362 INFO kablam! Sep 21 06:43:47.362 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.362 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 21 06:43:47.362 INFO kablam! | Sep 21 06:43:47.362 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:47.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.362 INFO kablam! | Sep 21 06:43:47.362 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.362 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.362 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.362 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.363 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.363 INFO kablam! Sep 21 06:43:47.363 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.363 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 21 06:43:47.363 INFO kablam! | Sep 21 06:43:47.363 INFO kablam! 104 | pub type MatrixSlice4x6<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:47.363 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.363 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:47.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.363 INFO kablam! | Sep 21 06:43:47.363 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.364 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 21 06:43:47.364 INFO kablam! | Sep 21 06:43:47.364 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:47.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.364 INFO kablam! Sep 21 06:43:47.364 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.364 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 21 06:43:47.364 INFO kablam! | Sep 21 06:43:47.364 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:47.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.365 INFO kablam! | Sep 21 06:43:47.365 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.365 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.365 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.365 INFO kablam! Sep 21 06:43:47.365 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.365 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 21 06:43:47.365 INFO kablam! | Sep 21 06:43:47.365 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:47.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.365 INFO kablam! | Sep 21 06:43:47.366 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.366 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.366 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.366 INFO kablam! Sep 21 06:43:47.366 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.366 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 21 06:43:47.366 INFO kablam! | Sep 21 06:43:47.366 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:47.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.366 INFO kablam! | Sep 21 06:43:47.366 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.367 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.367 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.367 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.367 INFO kablam! Sep 21 06:43:47.367 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.367 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 21 06:43:47.367 INFO kablam! | Sep 21 06:43:47.368 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:47.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.368 INFO kablam! | Sep 21 06:43:47.368 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.368 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.368 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.369 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.369 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.369 INFO kablam! Sep 21 06:43:47.369 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.369 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 21 06:43:47.369 INFO kablam! | Sep 21 06:43:47.370 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:47.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.370 INFO kablam! | Sep 21 06:43:47.370 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.370 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.371 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.371 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.371 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.371 INFO kablam! Sep 21 06:43:47.371 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.371 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 21 06:43:47.372 INFO kablam! | Sep 21 06:43:47.372 INFO kablam! 108 | pub type MatrixSlice5x1<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:47.372 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.372 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:47.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.372 INFO kablam! | Sep 21 06:43:47.373 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.373 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 21 06:43:47.373 INFO kablam! | Sep 21 06:43:47.373 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:47.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.373 INFO kablam! Sep 21 06:43:47.374 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.374 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 21 06:43:47.374 INFO kablam! | Sep 21 06:43:47.374 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:47.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.375 INFO kablam! | Sep 21 06:43:47.375 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.375 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.375 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.375 INFO kablam! Sep 21 06:43:47.375 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.376 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 21 06:43:47.376 INFO kablam! | Sep 21 06:43:47.376 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:47.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.376 INFO kablam! | Sep 21 06:43:47.376 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.376 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.377 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.377 INFO kablam! Sep 21 06:43:47.377 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.377 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 21 06:43:47.377 INFO kablam! | Sep 21 06:43:47.377 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:47.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.378 INFO kablam! | Sep 21 06:43:47.378 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.378 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.378 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.378 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.379 INFO kablam! Sep 21 06:43:47.379 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.379 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 21 06:43:47.379 INFO kablam! | Sep 21 06:43:47.379 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:47.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.380 INFO kablam! | Sep 21 06:43:47.380 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.380 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.380 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.380 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.380 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.381 INFO kablam! Sep 21 06:43:47.381 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.381 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 21 06:43:47.381 INFO kablam! | Sep 21 06:43:47.381 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:47.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.382 INFO kablam! | Sep 21 06:43:47.382 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.382 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.382 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.382 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.382 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.383 INFO kablam! Sep 21 06:43:47.383 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.383 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 21 06:43:47.383 INFO kablam! | Sep 21 06:43:47.383 INFO kablam! 111 | pub type MatrixSlice5x2<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:47.384 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.384 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:47.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.384 INFO kablam! | Sep 21 06:43:47.384 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.384 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 21 06:43:47.385 INFO kablam! | Sep 21 06:43:47.385 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:47.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.385 INFO kablam! Sep 21 06:43:47.386 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.386 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 21 06:43:47.386 INFO kablam! | Sep 21 06:43:47.386 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:47.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.386 INFO kablam! | Sep 21 06:43:47.387 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.387 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.387 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.387 INFO kablam! Sep 21 06:43:47.387 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.388 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 21 06:43:47.388 INFO kablam! | Sep 21 06:43:47.388 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:47.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.388 INFO kablam! | Sep 21 06:43:47.388 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.389 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.389 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.389 INFO kablam! Sep 21 06:43:47.389 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.389 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 21 06:43:47.389 INFO kablam! | Sep 21 06:43:47.390 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:47.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.390 INFO kablam! | Sep 21 06:43:47.390 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.390 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.391 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.391 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.391 INFO kablam! Sep 21 06:43:47.391 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.391 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 21 06:43:47.391 INFO kablam! | Sep 21 06:43:47.392 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:47.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.392 INFO kablam! | Sep 21 06:43:47.392 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.392 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.393 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.393 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.393 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.393 INFO kablam! Sep 21 06:43:47.393 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.393 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 21 06:43:47.394 INFO kablam! | Sep 21 06:43:47.394 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:47.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.394 INFO kablam! | Sep 21 06:43:47.394 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.395 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.395 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.395 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.395 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.395 INFO kablam! Sep 21 06:43:47.396 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.396 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 21 06:43:47.396 INFO kablam! | Sep 21 06:43:47.396 INFO kablam! 114 | pub type MatrixSlice5x3<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:47.396 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.396 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:47.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.397 INFO kablam! | Sep 21 06:43:47.397 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.397 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 21 06:43:47.397 INFO kablam! | Sep 21 06:43:47.397 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:47.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.398 INFO kablam! Sep 21 06:43:47.398 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.398 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 21 06:43:47.398 INFO kablam! | Sep 21 06:43:47.399 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:47.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.399 INFO kablam! | Sep 21 06:43:47.399 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.399 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.399 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.400 INFO kablam! Sep 21 06:43:47.400 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.400 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 21 06:43:47.400 INFO kablam! | Sep 21 06:43:47.400 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:47.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.401 INFO kablam! | Sep 21 06:43:47.401 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.401 INFO kablam! warning: the trait bound `D: core::dimension::Dim` is not satisfied Sep 21 06:43:47.401 INFO kablam! --> src/core/matrix.rs:28:34 Sep 21 06:43:47.401 INFO kablam! | Sep 21 06:43:47.401 INFO kablam! 28 | pub type SquareMatrix = Matrix; Sep 21 06:43:47.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 21 06:43:47.402 INFO kablam! | Sep 21 06:43:47.402 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 21 06:43:47.402 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.402 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.402 INFO kablam! Sep 21 06:43:47.402 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.403 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.403 INFO kablam! Sep 21 06:43:47.403 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.403 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 21 06:43:47.403 INFO kablam! | Sep 21 06:43:47.403 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:47.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.404 INFO kablam! | Sep 21 06:43:47.404 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.404 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.404 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.405 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.405 INFO kablam! Sep 21 06:43:47.405 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.405 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 21 06:43:47.405 INFO kablam! | Sep 21 06:43:47.405 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:47.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.406 INFO kablam! | Sep 21 06:43:47.406 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.406 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.406 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.406 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.407 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.407 INFO kablam! Sep 21 06:43:47.407 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.407 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 21 06:43:47.407 INFO kablam! | Sep 21 06:43:47.407 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:47.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.408 INFO kablam! | Sep 21 06:43:47.408 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.408 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.408 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.408 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.409 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.409 INFO kablam! Sep 21 06:43:47.409 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.409 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 21 06:43:47.409 INFO kablam! | Sep 21 06:43:47.410 INFO kablam! 117 | pub type MatrixSlice5x4<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:47.410 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.410 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:47.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.410 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.410 INFO kablam! --> src/core/matrix.rs:28:34 Sep 21 06:43:47.410 INFO kablam! | Sep 21 06:43:47.411 INFO kablam! 28 | pub type SquareMatrix = Matrix; Sep 21 06:43:47.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.411 INFO kablam! | Sep 21 06:43:47.411 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.411 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.411 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.411 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.412 INFO kablam! Sep 21 06:43:47.412 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.412 INFO kablam! --> src/core/matrix.rs:28:34 Sep 21 06:43:47.412 INFO kablam! | Sep 21 06:43:47.412 INFO kablam! 28 | pub type SquareMatrix = Matrix; Sep 21 06:43:47.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.412 INFO kablam! | Sep 21 06:43:47.413 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.413 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.413 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.413 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.413 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.413 INFO kablam! Sep 21 06:43:47.413 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.414 INFO kablam! --> src/core/matrix.rs:28:34 Sep 21 06:43:47.414 INFO kablam! | Sep 21 06:43:47.414 INFO kablam! 28 | pub type SquareMatrix = Matrix; Sep 21 06:43:47.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.414 INFO kablam! | Sep 21 06:43:47.414 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.414 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.415 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.415 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.415 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.415 INFO kablam! Sep 21 06:43:47.415 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.415 INFO kablam! --> src/core/matrix.rs:28:34 Sep 21 06:43:47.415 INFO kablam! | Sep 21 06:43:47.415 INFO kablam! 28 | pub type SquareMatrix = Matrix; Sep 21 06:43:47.416 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.416 INFO kablam! | | Sep 21 06:43:47.416 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.416 INFO kablam! | Sep 21 06:43:47.416 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.416 INFO kablam! --> src/core/matrix.rs:28:34 Sep 21 06:43:47.416 INFO kablam! | Sep 21 06:43:47.417 INFO kablam! 28 | pub type SquareMatrix = Matrix; Sep 21 06:43:47.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.417 INFO kablam! Sep 21 06:43:47.417 INFO kablam! warning: the trait bound `D: core::dimension::Dim` is not satisfied Sep 21 06:43:47.417 INFO kablam! --> src/core/matrix.rs:31:28 Sep 21 06:43:47.417 INFO kablam! | Sep 21 06:43:47.417 INFO kablam! 31 | pub type Vector = Matrix; Sep 21 06:43:47.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 21 06:43:47.418 INFO kablam! | Sep 21 06:43:47.418 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 21 06:43:47.418 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.418 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.418 INFO kablam! Sep 21 06:43:47.418 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.418 INFO kablam! --> src/core/matrix.rs:31:28 Sep 21 06:43:47.418 INFO kablam! | Sep 21 06:43:47.419 INFO kablam! 31 | pub type Vector = Matrix; Sep 21 06:43:47.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.419 INFO kablam! | Sep 21 06:43:47.419 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.419 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.419 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.419 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.420 INFO kablam! Sep 21 06:43:47.420 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.420 INFO kablam! --> src/core/matrix.rs:31:28 Sep 21 06:43:47.420 INFO kablam! | Sep 21 06:43:47.420 INFO kablam! 31 | pub type Vector = Matrix; Sep 21 06:43:47.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.420 INFO kablam! | Sep 21 06:43:47.421 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.421 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.421 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.421 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.421 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.421 INFO kablam! Sep 21 06:43:47.421 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.422 INFO kablam! --> src/core/matrix.rs:31:28 Sep 21 06:43:47.422 INFO kablam! | Sep 21 06:43:47.422 INFO kablam! 31 | pub type Vector = Matrix; Sep 21 06:43:47.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.422 INFO kablam! | Sep 21 06:43:47.422 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.422 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.422 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.423 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.423 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.423 INFO kablam! Sep 21 06:43:47.423 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.423 INFO kablam! --> src/core/matrix.rs:31:28 Sep 21 06:43:47.423 INFO kablam! | Sep 21 06:43:47.423 INFO kablam! 31 | pub type Vector = Matrix; Sep 21 06:43:47.424 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.424 INFO kablam! | | Sep 21 06:43:47.424 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.424 INFO kablam! | Sep 21 06:43:47.424 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.424 INFO kablam! --> src/core/matrix.rs:31:28 Sep 21 06:43:47.424 INFO kablam! | Sep 21 06:43:47.425 INFO kablam! 31 | pub type Vector = Matrix; Sep 21 06:43:47.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.425 INFO kablam! Sep 21 06:43:47.425 INFO kablam! warning: the trait bound `D: core::dimension::Dim` is not satisfied Sep 21 06:43:47.425 INFO kablam! --> src/core/matrix.rs:34:31 Sep 21 06:43:47.425 INFO kablam! | Sep 21 06:43:47.425 INFO kablam! 34 | pub type RowVector = Matrix; Sep 21 06:43:47.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 21 06:43:47.426 INFO kablam! | Sep 21 06:43:47.426 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 21 06:43:47.426 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.426 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.426 INFO kablam! Sep 21 06:43:47.426 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.426 INFO kablam! --> src/core/matrix.rs:34:31 Sep 21 06:43:47.426 INFO kablam! | Sep 21 06:43:47.427 INFO kablam! 34 | pub type RowVector = Matrix; Sep 21 06:43:47.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.427 INFO kablam! | Sep 21 06:43:47.427 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.427 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.427 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.427 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.427 INFO kablam! Sep 21 06:43:47.428 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.428 INFO kablam! --> src/core/matrix.rs:34:31 Sep 21 06:43:47.428 INFO kablam! | Sep 21 06:43:47.428 INFO kablam! 34 | pub type RowVector = Matrix; Sep 21 06:43:47.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.428 INFO kablam! | Sep 21 06:43:47.428 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.429 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.429 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.429 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.429 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.429 INFO kablam! Sep 21 06:43:47.429 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.429 INFO kablam! --> src/core/matrix.rs:34:31 Sep 21 06:43:47.430 INFO kablam! | Sep 21 06:43:47.430 INFO kablam! 34 | pub type RowVector = Matrix; Sep 21 06:43:47.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.430 INFO kablam! | Sep 21 06:43:47.430 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.430 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.430 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.431 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.431 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.431 INFO kablam! Sep 21 06:43:47.431 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.431 INFO kablam! --> src/core/matrix.rs:34:31 Sep 21 06:43:47.431 INFO kablam! | Sep 21 06:43:47.431 INFO kablam! 34 | pub type RowVector = Matrix; Sep 21 06:43:47.431 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.432 INFO kablam! | | Sep 21 06:43:47.432 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.432 INFO kablam! | Sep 21 06:43:47.432 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.432 INFO kablam! --> src/core/matrix.rs:34:31 Sep 21 06:43:47.432 INFO kablam! | Sep 21 06:43:47.432 INFO kablam! 34 | pub type RowVector = Matrix; Sep 21 06:43:47.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.433 INFO kablam! Sep 21 06:43:47.433 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 21 06:43:47.433 INFO kablam! --> src/core/matrix.rs:38:5 Sep 21 06:43:47.433 INFO kablam! | Sep 21 06:43:47.433 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:47.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:47.434 INFO kablam! | Sep 21 06:43:47.434 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 21 06:43:47.434 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.434 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.434 INFO kablam! Sep 21 06:43:47.434 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` is not satisfied Sep 21 06:43:47.434 INFO kablam! --> src/core/matrix.rs:38:5 Sep 21 06:43:47.435 INFO kablam! | Sep 21 06:43:47.435 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:47.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfColumns` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:47.435 INFO kablam! | Sep 21 06:43:47.435 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` bound Sep 21 06:43:47.435 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.435 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.435 INFO kablam! Sep 21 06:43:47.436 INFO kablam! warning: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 21 06:43:47.436 INFO kablam! --> src/core/matrix.rs:38:5 Sep 21 06:43:47.436 INFO kablam! | Sep 21 06:43:47.436 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:47.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.436 INFO kablam! | Sep 21 06:43:47.436 INFO kablam! = help: the following implementations were found: Sep 21 06:43:47.437 INFO kablam! > Sep 21 06:43:47.437 INFO kablam! > Sep 21 06:43:47.437 INFO kablam! > Sep 21 06:43:47.437 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.437 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.437 INFO kablam! Sep 21 06:43:47.437 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.437 INFO kablam! --> src/core/matrix.rs:38:5 Sep 21 06:43:47.438 INFO kablam! | Sep 21 06:43:47.438 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:47.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.438 INFO kablam! | Sep 21 06:43:47.438 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.438 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.438 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.439 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.439 INFO kablam! Sep 21 06:43:47.439 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.439 INFO kablam! --> src/core/matrix.rs:38:5 Sep 21 06:43:47.439 INFO kablam! | Sep 21 06:43:47.439 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:47.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.439 INFO kablam! | Sep 21 06:43:47.440 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.440 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.440 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.440 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.440 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.440 INFO kablam! Sep 21 06:43:47.440 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.441 INFO kablam! --> src/core/matrix.rs:38:5 Sep 21 06:43:47.441 INFO kablam! | Sep 21 06:43:47.441 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:47.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.441 INFO kablam! | Sep 21 06:43:47.441 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.441 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.442 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.442 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.442 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.442 INFO kablam! Sep 21 06:43:47.442 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.442 INFO kablam! --> src/core/matrix.rs:38:5 Sep 21 06:43:47.442 INFO kablam! | Sep 21 06:43:47.443 INFO kablam! 37 | pub type MatrixSum = Sep 21 06:43:47.443 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.443 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:47.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.443 INFO kablam! | Sep 21 06:43:47.443 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.443 INFO kablam! --> src/core/matrix.rs:38:5 Sep 21 06:43:47.444 INFO kablam! | Sep 21 06:43:47.444 INFO kablam! 38 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:47.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.444 INFO kablam! Sep 21 06:43:47.444 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 21 06:43:47.444 INFO kablam! --> src/core/matrix.rs:42:5 Sep 21 06:43:47.444 INFO kablam! | Sep 21 06:43:47.445 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 21 06:43:47.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:47.445 INFO kablam! | Sep 21 06:43:47.445 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 21 06:43:47.445 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.445 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.445 INFO kablam! Sep 21 06:43:47.445 INFO kablam! warning: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 21 06:43:47.446 INFO kablam! --> src/core/matrix.rs:42:5 Sep 21 06:43:47.446 INFO kablam! | Sep 21 06:43:47.446 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 21 06:43:47.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.446 INFO kablam! | Sep 21 06:43:47.446 INFO kablam! = help: the following implementations were found: Sep 21 06:43:47.447 INFO kablam! > Sep 21 06:43:47.447 INFO kablam! > Sep 21 06:43:47.447 INFO kablam! > Sep 21 06:43:47.447 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.447 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.447 INFO kablam! Sep 21 06:43:47.447 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.448 INFO kablam! --> src/core/matrix.rs:42:5 Sep 21 06:43:47.448 INFO kablam! | Sep 21 06:43:47.448 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 21 06:43:47.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.448 INFO kablam! | Sep 21 06:43:47.448 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.448 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.448 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.449 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.449 INFO kablam! Sep 21 06:43:47.449 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.449 INFO kablam! --> src/core/matrix.rs:42:5 Sep 21 06:43:47.449 INFO kablam! | Sep 21 06:43:47.449 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 21 06:43:47.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.449 INFO kablam! | Sep 21 06:43:47.450 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.450 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.450 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.450 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.450 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.450 INFO kablam! Sep 21 06:43:47.450 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.451 INFO kablam! --> src/core/matrix.rs:42:5 Sep 21 06:43:47.451 INFO kablam! | Sep 21 06:43:47.451 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 21 06:43:47.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.451 INFO kablam! | Sep 21 06:43:47.451 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.451 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.452 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.452 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.452 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.452 INFO kablam! Sep 21 06:43:47.452 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.452 INFO kablam! --> src/core/matrix.rs:42:5 Sep 21 06:43:47.452 INFO kablam! | Sep 21 06:43:47.452 INFO kablam! 41 | pub type VectorSum = Sep 21 06:43:47.453 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.453 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 21 06:43:47.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.453 INFO kablam! | Sep 21 06:43:47.453 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.453 INFO kablam! --> src/core/matrix.rs:42:5 Sep 21 06:43:47.453 INFO kablam! | Sep 21 06:43:47.454 INFO kablam! 42 | Matrix, U1, SameShapeStorage>; Sep 21 06:43:47.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.454 INFO kablam! Sep 21 06:43:47.454 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 21 06:43:47.454 INFO kablam! --> src/core/matrix.rs:46:5 Sep 21 06:43:47.454 INFO kablam! | Sep 21 06:43:47.454 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:47.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:47.455 INFO kablam! | Sep 21 06:43:47.455 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 21 06:43:47.455 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.455 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.455 INFO kablam! Sep 21 06:43:47.455 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` is not satisfied Sep 21 06:43:47.455 INFO kablam! --> src/core/matrix.rs:46:5 Sep 21 06:43:47.456 INFO kablam! | Sep 21 06:43:47.456 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:47.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfColumns` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:47.456 INFO kablam! | Sep 21 06:43:47.456 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` bound Sep 21 06:43:47.456 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.456 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.457 INFO kablam! Sep 21 06:43:47.457 INFO kablam! warning: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 21 06:43:47.457 INFO kablam! --> src/core/matrix.rs:46:5 Sep 21 06:43:47.457 INFO kablam! | Sep 21 06:43:47.457 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:47.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.457 INFO kablam! | Sep 21 06:43:47.458 INFO kablam! = help: the following implementations were found: Sep 21 06:43:47.458 INFO kablam! > Sep 21 06:43:47.458 INFO kablam! > Sep 21 06:43:47.458 INFO kablam! > Sep 21 06:43:47.458 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.458 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.458 INFO kablam! Sep 21 06:43:47.458 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.459 INFO kablam! --> src/core/matrix.rs:46:5 Sep 21 06:43:47.459 INFO kablam! | Sep 21 06:43:47.459 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:47.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.459 INFO kablam! | Sep 21 06:43:47.459 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.459 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.460 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.460 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.460 INFO kablam! Sep 21 06:43:47.460 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.460 INFO kablam! --> src/core/matrix.rs:46:5 Sep 21 06:43:47.460 INFO kablam! | Sep 21 06:43:47.460 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:47.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.461 INFO kablam! | Sep 21 06:43:47.461 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.461 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.461 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.461 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.461 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.462 INFO kablam! Sep 21 06:43:47.462 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.462 INFO kablam! --> src/core/matrix.rs:46:5 Sep 21 06:43:47.462 INFO kablam! | Sep 21 06:43:47.462 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:47.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.462 INFO kablam! | Sep 21 06:43:47.463 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.463 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.463 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.463 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.463 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.463 INFO kablam! Sep 21 06:43:47.463 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.463 INFO kablam! --> src/core/matrix.rs:46:5 Sep 21 06:43:47.464 INFO kablam! | Sep 21 06:43:47.464 INFO kablam! 45 | pub type MatrixCross = Sep 21 06:43:47.464 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.464 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:47.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.464 INFO kablam! | Sep 21 06:43:47.464 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.465 INFO kablam! --> src/core/matrix.rs:46:5 Sep 21 06:43:47.465 INFO kablam! | Sep 21 06:43:47.465 INFO kablam! 46 | Matrix, SameShapeC, SameShapeStorage>; Sep 21 06:43:47.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.465 INFO kablam! Sep 21 06:43:47.465 INFO kablam! | Sep 21 06:43:47.465 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.466 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 21 06:43:47.466 INFO kablam! | Sep 21 06:43:47.466 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:47.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.466 INFO kablam! Sep 21 06:43:47.467 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.467 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 21 06:43:47.467 INFO kablam! | Sep 21 06:43:47.467 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:47.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.468 INFO kablam! | Sep 21 06:43:47.468 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.468 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.468 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.468 INFO kablam! Sep 21 06:43:47.469 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.469 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 21 06:43:47.469 INFO kablam! | Sep 21 06:43:47.469 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:47.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.469 INFO kablam! | Sep 21 06:43:47.469 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.470 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.470 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.470 INFO kablam! Sep 21 06:43:47.470 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.470 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 21 06:43:47.470 INFO kablam! | Sep 21 06:43:47.471 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:47.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.471 INFO kablam! | Sep 21 06:43:47.471 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.471 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.472 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.472 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.472 INFO kablam! Sep 21 06:43:47.472 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.472 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 21 06:43:47.473 INFO kablam! | Sep 21 06:43:47.473 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:47.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.473 INFO kablam! | Sep 21 06:43:47.473 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.473 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.474 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.474 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.474 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.474 INFO kablam! Sep 21 06:43:47.475 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.475 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 21 06:43:47.475 INFO kablam! | Sep 21 06:43:47.475 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:47.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.475 INFO kablam! | Sep 21 06:43:47.475 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.476 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.476 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.476 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.476 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.476 INFO kablam! Sep 21 06:43:47.477 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.477 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 21 06:43:47.477 INFO kablam! | Sep 21 06:43:47.477 INFO kablam! 120 | pub type MatrixSlice5x6<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:47.477 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.477 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:47.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.478 INFO kablam! | Sep 21 06:43:47.478 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.478 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 21 06:43:47.478 INFO kablam! | Sep 21 06:43:47.478 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:47.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.479 INFO kablam! Sep 21 06:43:47.479 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.479 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 21 06:43:47.480 INFO kablam! | Sep 21 06:43:47.480 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:47.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.480 INFO kablam! | Sep 21 06:43:47.480 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.480 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.481 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.481 INFO kablam! Sep 21 06:43:47.481 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.481 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 21 06:43:47.481 INFO kablam! | Sep 21 06:43:47.482 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:47.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.482 INFO kablam! | Sep 21 06:43:47.482 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.482 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.482 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.483 INFO kablam! Sep 21 06:43:47.483 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.483 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 21 06:43:47.483 INFO kablam! | Sep 21 06:43:47.483 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:47.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.484 INFO kablam! | Sep 21 06:43:47.484 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.484 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.484 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.484 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.485 INFO kablam! Sep 21 06:43:47.485 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.485 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 21 06:43:47.485 INFO kablam! | Sep 21 06:43:47.485 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:47.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.486 INFO kablam! | Sep 21 06:43:47.486 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.486 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.486 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.486 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.487 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.487 INFO kablam! Sep 21 06:43:47.487 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.487 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 21 06:43:47.487 INFO kablam! | Sep 21 06:43:47.488 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:47.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.488 INFO kablam! | Sep 21 06:43:47.488 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.488 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.488 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.489 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.489 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.489 INFO kablam! Sep 21 06:43:47.489 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.489 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 21 06:43:47.490 INFO kablam! | Sep 21 06:43:47.490 INFO kablam! 124 | pub type MatrixSlice6x1<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:47.490 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.490 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:47.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.490 INFO kablam! | Sep 21 06:43:47.491 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.491 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 21 06:43:47.491 INFO kablam! | Sep 21 06:43:47.491 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:47.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.491 INFO kablam! Sep 21 06:43:47.492 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.492 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 21 06:43:47.492 INFO kablam! | Sep 21 06:43:47.492 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:47.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.493 INFO kablam! | Sep 21 06:43:47.493 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.493 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.493 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.493 INFO kablam! Sep 21 06:43:47.494 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.494 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 21 06:43:47.494 INFO kablam! | Sep 21 06:43:47.494 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:47.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.495 INFO kablam! | Sep 21 06:43:47.495 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.495 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.495 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.495 INFO kablam! Sep 21 06:43:47.496 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.496 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 21 06:43:47.496 INFO kablam! | Sep 21 06:43:47.496 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:47.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.496 INFO kablam! | Sep 21 06:43:47.496 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.497 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.497 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.497 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.497 INFO kablam! Sep 21 06:43:47.498 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.498 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 21 06:43:47.498 INFO kablam! | Sep 21 06:43:47.498 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:47.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.498 INFO kablam! | Sep 21 06:43:47.499 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.499 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.499 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.499 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.499 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.499 INFO kablam! Sep 21 06:43:47.500 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.500 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 21 06:43:47.500 INFO kablam! | Sep 21 06:43:47.500 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:47.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.501 INFO kablam! | Sep 21 06:43:47.501 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.501 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.501 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.501 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.502 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.502 INFO kablam! Sep 21 06:43:47.502 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.502 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 21 06:43:47.502 INFO kablam! | Sep 21 06:43:47.502 INFO kablam! 127 | pub type MatrixSlice6x2<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:47.503 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.503 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:47.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.503 INFO kablam! | Sep 21 06:43:47.503 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.504 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 21 06:43:47.504 INFO kablam! | Sep 21 06:43:47.504 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:47.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.504 INFO kablam! Sep 21 06:43:47.505 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.505 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 21 06:43:47.505 INFO kablam! | Sep 21 06:43:47.505 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:47.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.506 INFO kablam! | Sep 21 06:43:47.506 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.506 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.506 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.506 INFO kablam! Sep 21 06:43:47.506 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.506 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 21 06:43:47.506 INFO kablam! | Sep 21 06:43:47.506 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:47.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.507 INFO kablam! | Sep 21 06:43:47.507 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.507 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.507 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.507 INFO kablam! Sep 21 06:43:47.507 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.507 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 21 06:43:47.507 INFO kablam! | Sep 21 06:43:47.507 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:47.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.508 INFO kablam! | Sep 21 06:43:47.508 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.508 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.508 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.508 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.508 INFO kablam! Sep 21 06:43:47.508 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.508 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 21 06:43:47.508 INFO kablam! | Sep 21 06:43:47.508 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:47.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.509 INFO kablam! | Sep 21 06:43:47.509 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.509 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.509 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.509 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.509 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.509 INFO kablam! Sep 21 06:43:47.510 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.510 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 21 06:43:47.510 INFO kablam! | Sep 21 06:43:47.510 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:47.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.510 INFO kablam! | Sep 21 06:43:47.510 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.510 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.510 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.510 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.511 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.511 INFO kablam! Sep 21 06:43:47.511 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.511 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 21 06:43:47.511 INFO kablam! | Sep 21 06:43:47.511 INFO kablam! 130 | pub type MatrixSlice6x3<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:47.511 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.511 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:47.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.511 INFO kablam! | Sep 21 06:43:47.511 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.511 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 21 06:43:47.511 INFO kablam! | Sep 21 06:43:47.511 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:47.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.512 INFO kablam! Sep 21 06:43:47.512 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.512 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 21 06:43:47.512 INFO kablam! | Sep 21 06:43:47.512 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:47.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.512 INFO kablam! | Sep 21 06:43:47.512 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.513 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.513 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.513 INFO kablam! Sep 21 06:43:47.513 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.513 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 21 06:43:47.513 INFO kablam! | Sep 21 06:43:47.513 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:47.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.513 INFO kablam! | Sep 21 06:43:47.513 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.513 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.513 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.514 INFO kablam! Sep 21 06:43:47.514 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.514 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 21 06:43:47.514 INFO kablam! | Sep 21 06:43:47.514 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:47.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.514 INFO kablam! | Sep 21 06:43:47.514 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.514 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.514 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.515 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.515 INFO kablam! Sep 21 06:43:47.515 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.515 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 21 06:43:47.515 INFO kablam! | Sep 21 06:43:47.515 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:47.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.515 INFO kablam! | Sep 21 06:43:47.515 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.515 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.516 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.516 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.516 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.516 INFO kablam! Sep 21 06:43:47.516 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.516 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 21 06:43:47.516 INFO kablam! | Sep 21 06:43:47.516 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:47.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.516 INFO kablam! | Sep 21 06:43:47.516 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.516 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.517 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.517 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.517 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.517 INFO kablam! Sep 21 06:43:47.517 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.517 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 21 06:43:47.517 INFO kablam! | Sep 21 06:43:47.517 INFO kablam! 133 | pub type MatrixSlice6x4<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:47.517 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.517 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:47.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.517 INFO kablam! | Sep 21 06:43:47.518 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.518 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 21 06:43:47.518 INFO kablam! | Sep 21 06:43:47.518 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:47.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.518 INFO kablam! Sep 21 06:43:47.518 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.518 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 21 06:43:47.518 INFO kablam! | Sep 21 06:43:47.518 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 21 06:43:47.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.519 INFO kablam! | Sep 21 06:43:47.519 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.519 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.519 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.519 INFO kablam! Sep 21 06:43:47.519 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.519 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 21 06:43:47.519 INFO kablam! | Sep 21 06:43:47.519 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 21 06:43:47.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.519 INFO kablam! | Sep 21 06:43:47.519 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.520 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.520 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.520 INFO kablam! Sep 21 06:43:47.520 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.520 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 21 06:43:47.520 INFO kablam! | Sep 21 06:43:47.520 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 21 06:43:47.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.520 INFO kablam! | Sep 21 06:43:47.520 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.521 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.521 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.521 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.521 INFO kablam! Sep 21 06:43:47.521 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.522 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 21 06:43:47.522 INFO kablam! | Sep 21 06:43:47.522 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 21 06:43:47.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.522 INFO kablam! | Sep 21 06:43:47.522 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.522 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.522 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.522 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.522 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.523 INFO kablam! Sep 21 06:43:47.523 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.523 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 21 06:43:47.523 INFO kablam! | Sep 21 06:43:47.523 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 21 06:43:47.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.523 INFO kablam! | Sep 21 06:43:47.523 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.523 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.523 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.524 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.524 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.524 INFO kablam! Sep 21 06:43:47.524 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.524 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 21 06:43:47.524 INFO kablam! | Sep 21 06:43:47.524 INFO kablam! 136 | pub type MatrixSlice6x5<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:47.524 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.524 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 21 06:43:47.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.524 INFO kablam! | Sep 21 06:43:47.525 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.525 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 21 06:43:47.525 INFO kablam! | Sep 21 06:43:47.525 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 21 06:43:47.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.525 INFO kablam! Sep 21 06:43:47.525 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.525 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 21 06:43:47.525 INFO kablam! | Sep 21 06:43:47.526 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:47.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.526 INFO kablam! | Sep 21 06:43:47.526 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.526 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.526 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.526 INFO kablam! Sep 21 06:43:47.526 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.526 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 21 06:43:47.526 INFO kablam! | Sep 21 06:43:47.526 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:47.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.527 INFO kablam! | Sep 21 06:43:47.527 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.527 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.527 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.527 INFO kablam! Sep 21 06:43:47.527 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.527 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 21 06:43:47.527 INFO kablam! | Sep 21 06:43:47.527 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:47.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.527 INFO kablam! | Sep 21 06:43:47.528 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.528 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.528 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.528 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.528 INFO kablam! Sep 21 06:43:47.528 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.528 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 21 06:43:47.528 INFO kablam! | Sep 21 06:43:47.528 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:47.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.528 INFO kablam! | Sep 21 06:43:47.528 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.529 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.529 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.529 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.529 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.529 INFO kablam! Sep 21 06:43:47.529 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.529 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 21 06:43:47.529 INFO kablam! | Sep 21 06:43:47.529 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:47.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.529 INFO kablam! | Sep 21 06:43:47.530 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.530 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.530 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.530 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.530 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.530 INFO kablam! Sep 21 06:43:47.530 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.530 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 21 06:43:47.530 INFO kablam! | Sep 21 06:43:47.530 INFO kablam! 140 | pub type MatrixSlice1xX<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:47.530 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.530 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:47.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.531 INFO kablam! | Sep 21 06:43:47.531 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.531 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 21 06:43:47.531 INFO kablam! | Sep 21 06:43:47.531 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:47.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.531 INFO kablam! Sep 21 06:43:47.532 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.532 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 21 06:43:47.532 INFO kablam! | Sep 21 06:43:47.532 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:47.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.532 INFO kablam! | Sep 21 06:43:47.532 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.532 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.532 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.532 INFO kablam! Sep 21 06:43:47.532 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.532 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 21 06:43:47.532 INFO kablam! | Sep 21 06:43:47.533 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:47.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.533 INFO kablam! | Sep 21 06:43:47.533 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.533 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.533 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.533 INFO kablam! Sep 21 06:43:47.533 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.533 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 21 06:43:47.533 INFO kablam! | Sep 21 06:43:47.533 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:47.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.533 INFO kablam! | Sep 21 06:43:47.534 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.534 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.534 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.534 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.534 INFO kablam! Sep 21 06:43:47.534 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.534 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 21 06:43:47.534 INFO kablam! | Sep 21 06:43:47.534 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:47.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.535 INFO kablam! | Sep 21 06:43:47.535 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.535 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.535 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.535 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.535 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.535 INFO kablam! Sep 21 06:43:47.535 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.535 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 21 06:43:47.535 INFO kablam! | Sep 21 06:43:47.535 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:47.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.536 INFO kablam! | Sep 21 06:43:47.536 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.536 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.536 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.536 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.536 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.536 INFO kablam! Sep 21 06:43:47.536 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.536 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 21 06:43:47.536 INFO kablam! | Sep 21 06:43:47.536 INFO kablam! 143 | pub type MatrixSlice2xX<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:47.536 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.537 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:47.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.537 INFO kablam! | Sep 21 06:43:47.537 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.537 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 21 06:43:47.537 INFO kablam! | Sep 21 06:43:47.537 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:47.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.537 INFO kablam! Sep 21 06:43:47.538 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.538 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 21 06:43:47.538 INFO kablam! | Sep 21 06:43:47.538 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:47.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.538 INFO kablam! | Sep 21 06:43:47.538 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.538 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.538 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.538 INFO kablam! Sep 21 06:43:47.539 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.539 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 21 06:43:47.539 INFO kablam! | Sep 21 06:43:47.539 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:47.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.539 INFO kablam! | Sep 21 06:43:47.539 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.539 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.539 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.539 INFO kablam! Sep 21 06:43:47.539 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.539 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 21 06:43:47.540 INFO kablam! | Sep 21 06:43:47.540 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:47.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.540 INFO kablam! | Sep 21 06:43:47.540 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.540 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.540 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.540 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.540 INFO kablam! Sep 21 06:43:47.540 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.540 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 21 06:43:47.540 INFO kablam! | Sep 21 06:43:47.540 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:47.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.541 INFO kablam! | Sep 21 06:43:47.541 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.541 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.541 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.541 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.541 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.541 INFO kablam! Sep 21 06:43:47.541 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.541 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 21 06:43:47.541 INFO kablam! | Sep 21 06:43:47.541 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:47.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.542 INFO kablam! | Sep 21 06:43:47.542 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.542 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.542 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.542 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.542 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.542 INFO kablam! Sep 21 06:43:47.543 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.543 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 21 06:43:47.543 INFO kablam! | Sep 21 06:43:47.543 INFO kablam! 146 | pub type MatrixSlice3xX<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:47.543 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.543 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:47.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.543 INFO kablam! | Sep 21 06:43:47.543 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.543 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 21 06:43:47.543 INFO kablam! | Sep 21 06:43:47.543 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:47.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.543 INFO kablam! Sep 21 06:43:47.544 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.544 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 21 06:43:47.544 INFO kablam! | Sep 21 06:43:47.544 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:47.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.544 INFO kablam! | Sep 21 06:43:47.544 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.544 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.544 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.545 INFO kablam! Sep 21 06:43:47.545 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.545 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 21 06:43:47.545 INFO kablam! | Sep 21 06:43:47.545 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:47.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.545 INFO kablam! | Sep 21 06:43:47.545 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.545 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.545 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.545 INFO kablam! Sep 21 06:43:47.546 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.546 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 21 06:43:47.546 INFO kablam! | Sep 21 06:43:47.546 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:47.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.546 INFO kablam! | Sep 21 06:43:47.546 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.546 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.546 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.546 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.546 INFO kablam! Sep 21 06:43:47.546 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.546 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 21 06:43:47.547 INFO kablam! | Sep 21 06:43:47.547 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:47.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.547 INFO kablam! | Sep 21 06:43:47.547 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.547 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.547 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.547 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.547 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.547 INFO kablam! Sep 21 06:43:47.547 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.547 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 21 06:43:47.548 INFO kablam! | Sep 21 06:43:47.548 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:47.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.548 INFO kablam! | Sep 21 06:43:47.548 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.548 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.548 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.548 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.548 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.548 INFO kablam! Sep 21 06:43:47.548 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.549 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 21 06:43:47.549 INFO kablam! | Sep 21 06:43:47.549 INFO kablam! 149 | pub type MatrixSlice4xX<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:47.549 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.549 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:47.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.549 INFO kablam! | Sep 21 06:43:47.549 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.549 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 21 06:43:47.549 INFO kablam! | Sep 21 06:43:47.549 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:47.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.549 INFO kablam! Sep 21 06:43:47.550 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.550 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 21 06:43:47.550 INFO kablam! | Sep 21 06:43:47.550 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:47.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.550 INFO kablam! warning: the trait bound `R: core::dimension::DimName` is not satisfied Sep 21 06:43:47.550 INFO kablam! --> src/core/alias.rs:15:30 Sep 21 06:43:47.550 INFO kablam! | Sep 21 06:43:47.550 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 21 06:43:47.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `R` Sep 21 06:43:47.550 INFO kablam! | Sep 21 06:43:47.550 INFO kablam! = help: consider adding a `where R: core::dimension::DimName` bound Sep 21 06:43:47.550 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.550 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.550 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.550 INFO kablam! Sep 21 06:43:47.550 INFO kablam! warning: the trait bound `C: core::dimension::DimName` is not satisfied Sep 21 06:43:47.551 INFO kablam! --> src/core/alias.rs:15:30 Sep 21 06:43:47.551 INFO kablam! | Sep 21 06:43:47.551 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 21 06:43:47.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `C` Sep 21 06:43:47.551 INFO kablam! | Sep 21 06:43:47.551 INFO kablam! = help: consider adding a `where C: core::dimension::DimName` bound Sep 21 06:43:47.551 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.551 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.551 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.551 INFO kablam! Sep 21 06:43:47.551 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.551 INFO kablam! --> src/core/alias.rs:15:30 Sep 21 06:43:47.551 INFO kablam! | Sep 21 06:43:47.551 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 21 06:43:47.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.551 INFO kablam! | Sep 21 06:43:47.551 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.551 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.552 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.552 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.552 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.552 INFO kablam! Sep 21 06:43:47.552 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.552 INFO kablam! --> src/core/alias.rs:15:30 Sep 21 06:43:47.552 INFO kablam! | Sep 21 06:43:47.552 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 21 06:43:47.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.552 INFO kablam! | Sep 21 06:43:47.552 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.552 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.552 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.552 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.552 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.553 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.553 INFO kablam! Sep 21 06:43:47.553 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.553 INFO kablam! --> src/core/alias.rs:15:30 Sep 21 06:43:47.553 INFO kablam! | Sep 21 06:43:47.553 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 21 06:43:47.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.553 INFO kablam! | Sep 21 06:43:47.553 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.553 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.553 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.553 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.553 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.553 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.553 INFO kablam! Sep 21 06:43:47.553 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.553 INFO kablam! --> src/core/alias.rs:15:30 Sep 21 06:43:47.553 INFO kablam! | Sep 21 06:43:47.553 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 21 06:43:47.553 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.554 INFO kablam! | | Sep 21 06:43:47.554 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.554 INFO kablam! | Sep 21 06:43:47.554 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.554 INFO kablam! --> src/core/alias.rs:15:30 Sep 21 06:43:47.554 INFO kablam! | Sep 21 06:43:47.554 INFO kablam! 15 | pub type MatrixNM = Matrix>; Sep 21 06:43:47.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.554 INFO kablam! Sep 21 06:43:47.554 INFO kablam! warning: the trait bound `R: core::dimension::DimName` is not satisfied Sep 21 06:43:47.554 INFO kablam! --> src/core/alias.rs:18:30 Sep 21 06:43:47.554 INFO kablam! | Sep 21 06:43:47.554 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 21 06:43:47.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `R` Sep 21 06:43:47.554 INFO kablam! | Sep 21 06:43:47.554 INFO kablam! = help: consider adding a `where R: core::dimension::DimName` bound Sep 21 06:43:47.554 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.555 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.555 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.555 INFO kablam! Sep 21 06:43:47.555 INFO kablam! warning: the trait bound `C: core::dimension::DimName` is not satisfied Sep 21 06:43:47.555 INFO kablam! --> src/core/alias.rs:18:30 Sep 21 06:43:47.555 INFO kablam! | Sep 21 06:43:47.555 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 21 06:43:47.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `C` Sep 21 06:43:47.555 INFO kablam! | Sep 21 06:43:47.555 INFO kablam! = help: consider adding a `where C: core::dimension::DimName` bound Sep 21 06:43:47.555 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.555 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.555 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.555 INFO kablam! Sep 21 06:43:47.555 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.555 INFO kablam! --> src/core/alias.rs:18:30 Sep 21 06:43:47.555 INFO kablam! | Sep 21 06:43:47.555 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 21 06:43:47.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.556 INFO kablam! | Sep 21 06:43:47.556 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.556 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.556 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.556 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.556 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.556 INFO kablam! Sep 21 06:43:47.556 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.556 INFO kablam! --> src/core/alias.rs:18:30 Sep 21 06:43:47.556 INFO kablam! | Sep 21 06:43:47.556 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 21 06:43:47.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.556 INFO kablam! | Sep 21 06:43:47.556 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.556 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.556 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.556 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.556 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.556 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.556 INFO kablam! Sep 21 06:43:47.557 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.557 INFO kablam! --> src/core/alias.rs:18:30 Sep 21 06:43:47.557 INFO kablam! | Sep 21 06:43:47.557 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 21 06:43:47.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.557 INFO kablam! | Sep 21 06:43:47.557 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.557 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.557 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.557 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.557 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.557 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.557 INFO kablam! Sep 21 06:43:47.557 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.557 INFO kablam! --> src/core/alias.rs:18:30 Sep 21 06:43:47.557 INFO kablam! | Sep 21 06:43:47.557 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 21 06:43:47.558 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.558 INFO kablam! | | Sep 21 06:43:47.558 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.558 INFO kablam! | Sep 21 06:43:47.558 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.558 INFO kablam! --> src/core/alias.rs:18:30 Sep 21 06:43:47.558 INFO kablam! | Sep 21 06:43:47.558 INFO kablam! 18 | pub type MatrixMN = Matrix>; Sep 21 06:43:47.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.558 INFO kablam! Sep 21 06:43:47.558 INFO kablam! | Sep 21 06:43:47.558 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.558 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.558 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.559 INFO kablam! Sep 21 06:43:47.559 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.559 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 21 06:43:47.559 INFO kablam! | Sep 21 06:43:47.559 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:47.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.559 INFO kablam! | Sep 21 06:43:47.559 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.559 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.559 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.560 INFO kablam! Sep 21 06:43:47.560 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.560 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 21 06:43:47.560 INFO kablam! | Sep 21 06:43:47.560 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:47.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.560 INFO kablam! | Sep 21 06:43:47.560 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.560 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.560 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.560 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.561 INFO kablam! Sep 21 06:43:47.561 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.561 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 21 06:43:47.561 INFO kablam! | Sep 21 06:43:47.561 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:47.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.561 INFO kablam! | Sep 21 06:43:47.561 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.561 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.561 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.562 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.562 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.562 INFO kablam! warning: the trait bound `D: core::dimension::DimName` is not satisfied Sep 21 06:43:47.562 INFO kablam! --> src/core/alias.rs:21:26 Sep 21 06:43:47.562 INFO kablam! | Sep 21 06:43:47.562 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 21 06:43:47.562 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D` Sep 21 06:43:47.562 INFO kablam! | Sep 21 06:43:47.562 INFO kablam! = help: consider adding a `where D: core::dimension::DimName` bound Sep 21 06:43:47.562 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.562 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.562 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.562 INFO kablam! Sep 21 06:43:47.562 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.562 INFO kablam! --> src/core/alias.rs:21:26 Sep 21 06:43:47.562 INFO kablam! | Sep 21 06:43:47.562 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 21 06:43:47.563 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.563 INFO kablam! | Sep 21 06:43:47.563 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.563 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.563 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.563 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.563 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.563 INFO kablam! Sep 21 06:43:47.563 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.563 INFO kablam! --> src/core/alias.rs:21:26 Sep 21 06:43:47.563 INFO kablam! | Sep 21 06:43:47.563 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 21 06:43:47.563 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.563 INFO kablam! | Sep 21 06:43:47.563 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.564 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.564 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.564 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.564 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.564 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.564 INFO kablam! Sep 21 06:43:47.564 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.564 INFO kablam! --> src/core/alias.rs:21:26 Sep 21 06:43:47.564 INFO kablam! | Sep 21 06:43:47.564 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 21 06:43:47.564 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.564 INFO kablam! | Sep 21 06:43:47.564 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.564 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.564 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.564 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.564 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.565 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.565 INFO kablam! Sep 21 06:43:47.565 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.565 INFO kablam! --> src/core/alias.rs:21:26 Sep 21 06:43:47.565 INFO kablam! | Sep 21 06:43:47.565 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 21 06:43:47.565 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.565 INFO kablam! | | Sep 21 06:43:47.565 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.565 INFO kablam! | Sep 21 06:43:47.565 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.565 INFO kablam! --> src/core/alias.rs:21:26 Sep 21 06:43:47.565 INFO kablam! | Sep 21 06:43:47.565 INFO kablam! 21 | pub type MatrixN = MatrixMN; Sep 21 06:43:47.565 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.565 INFO kablam! Sep 21 06:43:47.565 INFO kablam! warning: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 21 06:43:47.566 INFO kablam! --> src/core/alias.rs:24:23 Sep 21 06:43:47.566 INFO kablam! | Sep 21 06:43:47.566 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 21 06:43:47.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.566 INFO kablam! | Sep 21 06:43:47.566 INFO kablam! = help: consider adding a `where core::default_allocator::DefaultAllocator: core::allocator::Allocator` bound Sep 21 06:43:47.566 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.566 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.566 INFO kablam! Sep 21 06:43:47.566 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.566 INFO kablam! --> src/core/alias.rs:24:23 Sep 21 06:43:47.566 INFO kablam! | Sep 21 06:43:47.566 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 21 06:43:47.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.566 INFO kablam! | Sep 21 06:43:47.566 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.567 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.567 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.567 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.567 INFO kablam! Sep 21 06:43:47.567 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.567 INFO kablam! --> src/core/alias.rs:24:23 Sep 21 06:43:47.567 INFO kablam! | Sep 21 06:43:47.567 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 21 06:43:47.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.567 INFO kablam! | Sep 21 06:43:47.567 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.567 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.567 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.567 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.567 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.567 INFO kablam! Sep 21 06:43:47.567 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.567 INFO kablam! --> src/core/alias.rs:24:23 Sep 21 06:43:47.568 INFO kablam! | Sep 21 06:43:47.568 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 21 06:43:47.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.568 INFO kablam! | Sep 21 06:43:47.568 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.568 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.568 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.568 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.568 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.568 INFO kablam! Sep 21 06:43:47.568 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.568 INFO kablam! --> src/core/alias.rs:24:23 Sep 21 06:43:47.568 INFO kablam! | Sep 21 06:43:47.568 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 21 06:43:47.569 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.569 INFO kablam! | | Sep 21 06:43:47.569 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.569 INFO kablam! | Sep 21 06:43:47.569 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.569 INFO kablam! --> src/core/alias.rs:24:23 Sep 21 06:43:47.569 INFO kablam! | Sep 21 06:43:47.569 INFO kablam! 24 | pub type DMatrix = MatrixN; Sep 21 06:43:47.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.569 INFO kablam! Sep 21 06:43:47.569 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.569 INFO kablam! --> src/core/alias.rs:27:23 Sep 21 06:43:47.569 INFO kablam! | Sep 21 06:43:47.569 INFO kablam! 27 | pub type Matrix1 = MatrixN; Sep 21 06:43:47.569 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.570 INFO kablam! | Sep 21 06:43:47.570 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.570 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.570 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.570 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.570 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.570 INFO kablam! Sep 21 06:43:47.570 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.570 INFO kablam! --> src/core/alias.rs:27:23 Sep 21 06:43:47.570 INFO kablam! | Sep 21 06:43:47.570 INFO kablam! 27 | pub type Matrix1 = MatrixN; Sep 21 06:43:47.570 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.570 INFO kablam! | Sep 21 06:43:47.570 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.570 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.571 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.571 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.571 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.571 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.571 INFO kablam! Sep 21 06:43:47.571 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.571 INFO kablam! --> src/core/alias.rs:27:23 Sep 21 06:43:47.571 INFO kablam! | Sep 21 06:43:47.571 INFO kablam! 27 | pub type Matrix1 = MatrixN; Sep 21 06:43:47.571 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.571 INFO kablam! | Sep 21 06:43:47.571 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.571 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.571 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.571 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.571 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.572 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.572 INFO kablam! Sep 21 06:43:47.572 INFO kablam! Sep 21 06:43:47.572 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.572 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 21 06:43:47.572 INFO kablam! | Sep 21 06:43:47.572 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:47.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.572 INFO kablam! | Sep 21 06:43:47.572 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.572 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.573 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.573 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.573 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.573 INFO kablam! Sep 21 06:43:47.573 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.573 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 21 06:43:47.573 INFO kablam! | Sep 21 06:43:47.573 INFO kablam! 152 | pub type MatrixSlice5xX<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:47.573 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.573 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:47.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.573 INFO kablam! | Sep 21 06:43:47.574 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.574 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 21 06:43:47.574 INFO kablam! | Sep 21 06:43:47.574 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:47.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.574 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.574 INFO kablam! --> src/core/alias.rs:27:23 Sep 21 06:43:47.574 INFO kablam! | Sep 21 06:43:47.574 INFO kablam! 27 | pub type Matrix1 = MatrixN; Sep 21 06:43:47.574 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:47.574 INFO kablam! | | Sep 21 06:43:47.574 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.574 INFO kablam! | Sep 21 06:43:47.574 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.575 INFO kablam! --> src/core/alias.rs:27:23 Sep 21 06:43:47.575 INFO kablam! | Sep 21 06:43:47.575 INFO kablam! 27 | pub type Matrix1 = MatrixN; Sep 21 06:43:47.575 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:47.575 INFO kablam! Sep 21 06:43:47.575 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.575 INFO kablam! --> src/core/alias.rs:29:23 Sep 21 06:43:47.575 INFO kablam! | Sep 21 06:43:47.575 INFO kablam! 29 | pub type Matrix2 = MatrixN; Sep 21 06:43:47.575 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.575 INFO kablam! | Sep 21 06:43:47.575 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.575 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.575 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.576 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.576 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.576 INFO kablam! Sep 21 06:43:47.576 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.576 INFO kablam! --> src/core/alias.rs:29:23 Sep 21 06:43:47.576 INFO kablam! | Sep 21 06:43:47.576 INFO kablam! 29 | pub type Matrix2 = MatrixN; Sep 21 06:43:47.576 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.576 INFO kablam! | Sep 21 06:43:47.576 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.576 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.576 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.576 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.576 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.576 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.577 INFO kablam! Sep 21 06:43:47.577 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.577 INFO kablam! --> src/core/alias.rs:29:23 Sep 21 06:43:47.577 INFO kablam! | Sep 21 06:43:47.577 INFO kablam! 29 | pub type Matrix2 = MatrixN; Sep 21 06:43:47.577 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.577 INFO kablam! | Sep 21 06:43:47.577 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.577 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.577 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.577 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.577 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.577 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.577 INFO kablam! Sep 21 06:43:47.577 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.577 INFO kablam! --> src/core/alias.rs:29:23 Sep 21 06:43:47.577 INFO kablam! | Sep 21 06:43:47.577 INFO kablam! 29 | pub type Matrix2 = MatrixN; Sep 21 06:43:47.578 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:47.578 INFO kablam! | | Sep 21 06:43:47.578 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.578 INFO kablam! | Sep 21 06:43:47.578 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.578 INFO kablam! --> src/core/alias.rs:29:23 Sep 21 06:43:47.578 INFO kablam! | Sep 21 06:43:47.578 INFO kablam! 29 | pub type Matrix2 = MatrixN; Sep 21 06:43:47.578 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:47.578 INFO kablam! Sep 21 06:43:47.578 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.578 INFO kablam! --> src/core/alias.rs:31:23 Sep 21 06:43:47.578 INFO kablam! | Sep 21 06:43:47.578 INFO kablam! 31 | pub type Matrix3 = MatrixN; Sep 21 06:43:47.578 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.578 INFO kablam! | Sep 21 06:43:47.578 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.579 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.579 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.579 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.579 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.579 INFO kablam! Sep 21 06:43:47.579 INFO kablam! Sep 21 06:43:47.579 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.579 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 21 06:43:47.579 INFO kablam! | Sep 21 06:43:47.579 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:47.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.580 INFO kablam! | Sep 21 06:43:47.580 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.580 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.580 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.580 INFO kablam! Sep 21 06:43:47.580 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.580 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 21 06:43:47.580 INFO kablam! | Sep 21 06:43:47.580 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:47.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.580 INFO kablam! | Sep 21 06:43:47.581 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.581 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.581 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.581 INFO kablam! Sep 21 06:43:47.581 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.581 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 21 06:43:47.581 INFO kablam! | Sep 21 06:43:47.581 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:47.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.581 INFO kablam! | Sep 21 06:43:47.581 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.581 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.582 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.582 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.582 INFO kablam! Sep 21 06:43:47.582 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.582 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 21 06:43:47.582 INFO kablam! | Sep 21 06:43:47.582 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:47.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.582 INFO kablam! | Sep 21 06:43:47.582 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.582 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.583 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.583 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.583 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.583 INFO kablam! Sep 21 06:43:47.583 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.583 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 21 06:43:47.583 INFO kablam! | Sep 21 06:43:47.583 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:47.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.583 INFO kablam! | Sep 21 06:43:47.583 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.584 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.584 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.584 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.584 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.584 INFO kablam! Sep 21 06:43:47.584 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.584 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 21 06:43:47.584 INFO kablam! | Sep 21 06:43:47.584 INFO kablam! 155 | pub type MatrixSlice6xX<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:47.584 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.584 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:47.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.585 INFO kablam! | Sep 21 06:43:47.585 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.585 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 21 06:43:47.585 INFO kablam! | Sep 21 06:43:47.585 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:47.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.585 INFO kablam! Sep 21 06:43:47.586 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.586 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 21 06:43:47.586 INFO kablam! | Sep 21 06:43:47.586 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:47.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.586 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.586 INFO kablam! --> src/core/alias.rs:31:23 Sep 21 06:43:47.586 INFO kablam! | Sep 21 06:43:47.586 INFO kablam! 31 | pub type Matrix3 = MatrixN; Sep 21 06:43:47.586 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.586 INFO kablam! | Sep 21 06:43:47.586 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.586 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.586 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.586 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.587 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.587 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.587 INFO kablam! Sep 21 06:43:47.587 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.587 INFO kablam! --> src/core/alias.rs:31:23 Sep 21 06:43:47.587 INFO kablam! | Sep 21 06:43:47.587 INFO kablam! 31 | pub type Matrix3 = MatrixN; Sep 21 06:43:47.587 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.587 INFO kablam! | Sep 21 06:43:47.587 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.587 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.587 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.587 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.587 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.587 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.587 INFO kablam! Sep 21 06:43:47.588 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.588 INFO kablam! --> src/core/alias.rs:31:23 Sep 21 06:43:47.588 INFO kablam! | Sep 21 06:43:47.588 INFO kablam! 31 | pub type Matrix3 = MatrixN; Sep 21 06:43:47.588 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:47.588 INFO kablam! | | Sep 21 06:43:47.588 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.588 INFO kablam! | Sep 21 06:43:47.588 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.588 INFO kablam! --> src/core/alias.rs:31:23 Sep 21 06:43:47.588 INFO kablam! | Sep 21 06:43:47.588 INFO kablam! 31 | pub type Matrix3 = MatrixN; Sep 21 06:43:47.588 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:47.588 INFO kablam! Sep 21 06:43:47.588 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.588 INFO kablam! --> src/core/alias.rs:33:23 Sep 21 06:43:47.589 INFO kablam! | Sep 21 06:43:47.589 INFO kablam! 33 | pub type Matrix4 = MatrixN; Sep 21 06:43:47.589 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.589 INFO kablam! | Sep 21 06:43:47.589 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.589 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.589 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.589 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.589 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.589 INFO kablam! Sep 21 06:43:47.589 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.589 INFO kablam! --> src/core/alias.rs:33:23 Sep 21 06:43:47.589 INFO kablam! | Sep 21 06:43:47.589 INFO kablam! 33 | pub type Matrix4 = MatrixN; Sep 21 06:43:47.589 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.589 INFO kablam! | Sep 21 06:43:47.589 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.589 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.590 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.590 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.590 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.590 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.590 INFO kablam! Sep 21 06:43:47.590 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.590 INFO kablam! --> src/core/alias.rs:33:23 Sep 21 06:43:47.590 INFO kablam! | Sep 21 06:43:47.590 INFO kablam! 33 | pub type Matrix4 = MatrixN; Sep 21 06:43:47.590 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.590 INFO kablam! | Sep 21 06:43:47.590 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.590 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.590 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.590 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.590 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.591 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.591 INFO kablam! Sep 21 06:43:47.591 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.591 INFO kablam! --> src/core/alias.rs:33:23 Sep 21 06:43:47.591 INFO kablam! | Sep 21 06:43:47.591 INFO kablam! 33 | pub type Matrix4 = MatrixN; Sep 21 06:43:47.591 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:47.591 INFO kablam! | | Sep 21 06:43:47.591 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.591 INFO kablam! | Sep 21 06:43:47.591 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.591 INFO kablam! --> src/core/alias.rs:33:23 Sep 21 06:43:47.591 INFO kablam! | Sep 21 06:43:47.591 INFO kablam! 33 | pub type Matrix4 = MatrixN; Sep 21 06:43:47.591 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:47.592 INFO kablam! Sep 21 06:43:47.592 INFO kablam! | Sep 21 06:43:47.592 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.592 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.592 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.592 INFO kablam! Sep 21 06:43:47.592 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.592 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 21 06:43:47.592 INFO kablam! | Sep 21 06:43:47.592 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:47.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.593 INFO kablam! | Sep 21 06:43:47.593 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.593 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.593 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.593 INFO kablam! Sep 21 06:43:47.593 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.593 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 21 06:43:47.593 INFO kablam! | Sep 21 06:43:47.593 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:47.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.593 INFO kablam! | Sep 21 06:43:47.594 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.594 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.594 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.594 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.594 INFO kablam! Sep 21 06:43:47.594 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.594 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 21 06:43:47.594 INFO kablam! | Sep 21 06:43:47.594 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:47.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.595 INFO kablam! | Sep 21 06:43:47.595 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.595 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.595 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.595 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.595 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.595 INFO kablam! Sep 21 06:43:47.595 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.595 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 21 06:43:47.595 INFO kablam! | Sep 21 06:43:47.596 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:47.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.596 INFO kablam! | Sep 21 06:43:47.596 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.596 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.596 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.596 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.596 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.596 INFO kablam! Sep 21 06:43:47.597 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.597 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 21 06:43:47.597 INFO kablam! | Sep 21 06:43:47.597 INFO kablam! 159 | pub type MatrixSliceXx1<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:47.597 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.597 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:47.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.597 INFO kablam! | Sep 21 06:43:47.597 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.597 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 21 06:43:47.597 INFO kablam! | Sep 21 06:43:47.597 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:47.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.597 INFO kablam! Sep 21 06:43:47.598 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.598 INFO kablam! --> src/core/alias.rs:35:23 Sep 21 06:43:47.598 INFO kablam! | Sep 21 06:43:47.598 INFO kablam! 35 | pub type Matrix5 = MatrixN; Sep 21 06:43:47.598 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.598 INFO kablam! | Sep 21 06:43:47.598 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.598 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.598 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.598 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.598 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.598 INFO kablam! Sep 21 06:43:47.598 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.599 INFO kablam! --> src/core/alias.rs:35:23 Sep 21 06:43:47.599 INFO kablam! | Sep 21 06:43:47.599 INFO kablam! 35 | pub type Matrix5 = MatrixN; Sep 21 06:43:47.599 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.599 INFO kablam! | Sep 21 06:43:47.599 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.599 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.599 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.599 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.599 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.599 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.599 INFO kablam! Sep 21 06:43:47.599 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.599 INFO kablam! --> src/core/alias.rs:35:23 Sep 21 06:43:47.599 INFO kablam! | Sep 21 06:43:47.599 INFO kablam! 35 | pub type Matrix5 = MatrixN; Sep 21 06:43:47.599 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.600 INFO kablam! | Sep 21 06:43:47.600 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.600 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.600 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.600 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.600 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.600 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.600 INFO kablam! Sep 21 06:43:47.600 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.600 INFO kablam! --> src/core/alias.rs:35:23 Sep 21 06:43:47.600 INFO kablam! | Sep 21 06:43:47.600 INFO kablam! 35 | pub type Matrix5 = MatrixN; Sep 21 06:43:47.600 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:47.600 INFO kablam! | | Sep 21 06:43:47.600 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.600 INFO kablam! | Sep 21 06:43:47.600 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.601 INFO kablam! --> src/core/alias.rs:35:23 Sep 21 06:43:47.601 INFO kablam! | Sep 21 06:43:47.601 INFO kablam! 35 | pub type Matrix5 = MatrixN; Sep 21 06:43:47.601 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:47.601 INFO kablam! Sep 21 06:43:47.601 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.601 INFO kablam! --> src/core/alias.rs:37:23 Sep 21 06:43:47.601 INFO kablam! | Sep 21 06:43:47.601 INFO kablam! 37 | pub type Matrix6 = MatrixN; Sep 21 06:43:47.601 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.601 INFO kablam! | Sep 21 06:43:47.601 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.601 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.601 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.601 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.601 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.601 INFO kablam! Sep 21 06:43:47.601 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.601 INFO kablam! --> src/core/alias.rs:37:23 Sep 21 06:43:47.601 INFO kablam! | Sep 21 06:43:47.601 INFO kablam! 37 | pub type Matrix6 = MatrixN; Sep 21 06:43:47.601 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.601 INFO kablam! | Sep 21 06:43:47.602 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.602 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 21 06:43:47.602 INFO kablam! | Sep 21 06:43:47.602 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:47.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.602 INFO kablam! | Sep 21 06:43:47.602 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.602 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.602 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.602 INFO kablam! Sep 21 06:43:47.603 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.603 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 21 06:43:47.603 INFO kablam! | Sep 21 06:43:47.603 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:47.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.603 INFO kablam! | Sep 21 06:43:47.603 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.603 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.603 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.603 INFO kablam! Sep 21 06:43:47.603 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.603 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 21 06:43:47.603 INFO kablam! | Sep 21 06:43:47.603 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:47.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.604 INFO kablam! | Sep 21 06:43:47.604 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.604 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.604 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.604 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.604 INFO kablam! Sep 21 06:43:47.604 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.604 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 21 06:43:47.604 INFO kablam! | Sep 21 06:43:47.604 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:47.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.605 INFO kablam! | Sep 21 06:43:47.605 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.605 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.605 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.605 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.605 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.605 INFO kablam! Sep 21 06:43:47.605 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.605 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 21 06:43:47.605 INFO kablam! | Sep 21 06:43:47.606 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:47.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.606 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.606 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.606 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.606 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.606 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.606 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.606 INFO kablam! Sep 21 06:43:47.606 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.606 INFO kablam! --> src/core/alias.rs:37:23 Sep 21 06:43:47.606 INFO kablam! | Sep 21 06:43:47.606 INFO kablam! 37 | pub type Matrix6 = MatrixN; Sep 21 06:43:47.606 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.606 INFO kablam! | Sep 21 06:43:47.606 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.607 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.607 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.607 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.607 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.607 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.607 INFO kablam! Sep 21 06:43:47.607 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.607 INFO kablam! --> src/core/alias.rs:37:23 Sep 21 06:43:47.607 INFO kablam! | Sep 21 06:43:47.607 INFO kablam! 37 | pub type Matrix6 = MatrixN; Sep 21 06:43:47.607 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:47.607 INFO kablam! | | Sep 21 06:43:47.607 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.607 INFO kablam! | Sep 21 06:43:47.607 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.607 INFO kablam! --> src/core/alias.rs:37:23 Sep 21 06:43:47.607 INFO kablam! | Sep 21 06:43:47.607 INFO kablam! 37 | pub type Matrix6 = MatrixN; Sep 21 06:43:47.608 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:47.608 INFO kablam! Sep 21 06:43:47.608 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.608 INFO kablam! --> src/core/alias.rs:40:25 Sep 21 06:43:47.608 INFO kablam! | Sep 21 06:43:47.608 INFO kablam! 40 | pub type Matrix1x2 = MatrixMN; Sep 21 06:43:47.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.608 INFO kablam! | Sep 21 06:43:47.608 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.608 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.608 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.608 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.608 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.608 INFO kablam! Sep 21 06:43:47.608 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.608 INFO kablam! --> src/core/alias.rs:40:25 Sep 21 06:43:47.608 INFO kablam! | Sep 21 06:43:47.609 INFO kablam! 40 | pub type Matrix1x2 = MatrixMN; Sep 21 06:43:47.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.609 INFO kablam! | Sep 21 06:43:47.609 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.609 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.609 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.609 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.609 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.609 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.609 INFO kablam! Sep 21 06:43:47.609 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.609 INFO kablam! --> src/core/alias.rs:40:25 Sep 21 06:43:47.609 INFO kablam! | Sep 21 06:43:47.609 INFO kablam! 40 | pub type Matrix1x2 = MatrixMN; Sep 21 06:43:47.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.610 INFO kablam! | Sep 21 06:43:47.610 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.610 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.610 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.610 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.610 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.610 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.610 INFO kablam! Sep 21 06:43:47.610 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.610 INFO kablam! --> src/core/alias.rs:40:25 Sep 21 06:43:47.610 INFO kablam! | Sep 21 06:43:47.610 INFO kablam! 40 | pub type Matrix1x2 = MatrixMN; Sep 21 06:43:47.610 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.610 INFO kablam! | | Sep 21 06:43:47.610 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.610 INFO kablam! | Sep 21 06:43:47.610 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.610 INFO kablam! --> src/core/alias.rs:40:25 Sep 21 06:43:47.610 INFO kablam! | Sep 21 06:43:47.610 INFO kablam! 40 | pub type Matrix1x2 = MatrixMN; Sep 21 06:43:47.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.611 INFO kablam! Sep 21 06:43:47.611 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.611 INFO kablam! --> src/core/alias.rs:42:25 Sep 21 06:43:47.611 INFO kablam! | Sep 21 06:43:47.611 INFO kablam! 42 | pub type Matrix1x3 = MatrixMN; Sep 21 06:43:47.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.611 INFO kablam! | Sep 21 06:43:47.611 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.611 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.611 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.611 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.611 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.611 INFO kablam! Sep 21 06:43:47.611 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.611 INFO kablam! --> src/core/alias.rs:42:25 Sep 21 06:43:47.611 INFO kablam! | Sep 21 06:43:47.612 INFO kablam! 42 | pub type Matrix1x3 = MatrixMN; Sep 21 06:43:47.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.612 INFO kablam! | Sep 21 06:43:47.612 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.612 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.612 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.612 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.612 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.612 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.612 INFO kablam! Sep 21 06:43:47.612 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.612 INFO kablam! --> src/core/alias.rs:42:25 Sep 21 06:43:47.612 INFO kablam! | Sep 21 06:43:47.612 INFO kablam! 42 | pub type Matrix1x3 = MatrixMN; Sep 21 06:43:47.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.613 INFO kablam! | Sep 21 06:43:47.613 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.613 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.613 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.613 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.613 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.613 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.613 INFO kablam! Sep 21 06:43:47.613 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.613 INFO kablam! --> src/core/alias.rs:42:25 Sep 21 06:43:47.613 INFO kablam! | Sep 21 06:43:47.613 INFO kablam! 42 | pub type Matrix1x3 = MatrixMN; Sep 21 06:43:47.613 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.613 INFO kablam! | | Sep 21 06:43:47.613 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.613 INFO kablam! | Sep 21 06:43:47.613 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.614 INFO kablam! --> src/core/alias.rs:42:25 Sep 21 06:43:47.614 INFO kablam! | Sep 21 06:43:47.614 INFO kablam! 42 | pub type Matrix1x3 = MatrixMN; Sep 21 06:43:47.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.614 INFO kablam! Sep 21 06:43:47.614 INFO kablam! | Sep 21 06:43:47.614 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.614 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.614 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.614 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.614 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.614 INFO kablam! Sep 21 06:43:47.615 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.615 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 21 06:43:47.615 INFO kablam! | Sep 21 06:43:47.615 INFO kablam! 162 | pub type MatrixSliceXx2<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:47.615 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.615 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:47.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.615 INFO kablam! | Sep 21 06:43:47.615 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.615 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 21 06:43:47.615 INFO kablam! | Sep 21 06:43:47.615 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:47.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.616 INFO kablam! Sep 21 06:43:47.616 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.616 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 21 06:43:47.616 INFO kablam! | Sep 21 06:43:47.616 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:47.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.616 INFO kablam! | Sep 21 06:43:47.616 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.617 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.617 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.617 INFO kablam! Sep 21 06:43:47.617 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.617 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 21 06:43:47.617 INFO kablam! | Sep 21 06:43:47.617 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:47.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.617 INFO kablam! | Sep 21 06:43:47.617 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.618 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.618 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.618 INFO kablam! Sep 21 06:43:47.618 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.618 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 21 06:43:47.618 INFO kablam! | Sep 21 06:43:47.618 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:47.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.618 INFO kablam! | Sep 21 06:43:47.618 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.618 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.619 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.619 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.619 INFO kablam! Sep 21 06:43:47.619 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.619 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 21 06:43:47.619 INFO kablam! | Sep 21 06:43:47.619 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:47.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.619 INFO kablam! | Sep 21 06:43:47.619 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.619 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.619 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.619 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.620 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.620 INFO kablam! Sep 21 06:43:47.620 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.620 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 21 06:43:47.620 INFO kablam! | Sep 21 06:43:47.620 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:47.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.620 INFO kablam! | Sep 21 06:43:47.620 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.620 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.621 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.621 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.621 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.621 INFO kablam! Sep 21 06:43:47.621 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.621 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 21 06:43:47.621 INFO kablam! | Sep 21 06:43:47.621 INFO kablam! 165 | pub type MatrixSliceXx3<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:47.621 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.621 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:47.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.622 INFO kablam! | Sep 21 06:43:47.622 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.622 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 21 06:43:47.622 INFO kablam! | Sep 21 06:43:47.622 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:47.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.622 INFO kablam! Sep 21 06:43:47.622 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.622 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 21 06:43:47.622 INFO kablam! | Sep 21 06:43:47.623 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:47.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.623 INFO kablam! | Sep 21 06:43:47.623 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.623 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.623 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.623 INFO kablam! Sep 21 06:43:47.623 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.623 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 21 06:43:47.623 INFO kablam! | Sep 21 06:43:47.623 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:47.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.624 INFO kablam! | Sep 21 06:43:47.624 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.624 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.624 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.624 INFO kablam! Sep 21 06:43:47.624 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.624 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 21 06:43:47.624 INFO kablam! | Sep 21 06:43:47.624 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:47.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.624 INFO kablam! | Sep 21 06:43:47.625 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.625 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.625 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.625 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.625 INFO kablam! Sep 21 06:43:47.625 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.625 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 21 06:43:47.625 INFO kablam! | Sep 21 06:43:47.625 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:47.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.626 INFO kablam! | Sep 21 06:43:47.626 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.626 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.626 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.626 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.626 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.626 INFO kablam! Sep 21 06:43:47.626 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.626 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 21 06:43:47.627 INFO kablam! | Sep 21 06:43:47.627 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:47.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.627 INFO kablam! | Sep 21 06:43:47.627 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.627 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.627 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.627 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.627 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.627 INFO kablam! Sep 21 06:43:47.628 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.628 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 21 06:43:47.628 INFO kablam! | Sep 21 06:43:47.628 INFO kablam! 168 | pub type MatrixSliceXx4<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:47.628 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.628 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:47.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.628 INFO kablam! | Sep 21 06:43:47.628 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.628 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 21 06:43:47.628 INFO kablam! | Sep 21 06:43:47.628 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:47.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.628 INFO kablam! Sep 21 06:43:47.629 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.629 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 21 06:43:47.629 INFO kablam! | Sep 21 06:43:47.629 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:47.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.629 INFO kablam! | Sep 21 06:43:47.629 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.629 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.629 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.629 INFO kablam! Sep 21 06:43:47.630 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.630 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 21 06:43:47.630 INFO kablam! | Sep 21 06:43:47.630 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:47.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.630 INFO kablam! | Sep 21 06:43:47.630 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.630 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.630 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.630 INFO kablam! Sep 21 06:43:47.630 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.630 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 21 06:43:47.631 INFO kablam! | Sep 21 06:43:47.631 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:47.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.631 INFO kablam! | Sep 21 06:43:47.631 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.631 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.631 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.631 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.631 INFO kablam! Sep 21 06:43:47.631 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.631 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 21 06:43:47.632 INFO kablam! | Sep 21 06:43:47.632 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:47.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.632 INFO kablam! | Sep 21 06:43:47.632 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.632 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.632 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.632 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.632 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.632 INFO kablam! Sep 21 06:43:47.633 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.633 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 21 06:43:47.633 INFO kablam! | Sep 21 06:43:47.633 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:47.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.633 INFO kablam! | Sep 21 06:43:47.633 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.633 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.633 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.633 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.633 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.633 INFO kablam! Sep 21 06:43:47.634 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.634 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 21 06:43:47.634 INFO kablam! | Sep 21 06:43:47.634 INFO kablam! 171 | pub type MatrixSliceXx5<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:47.634 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.634 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:47.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.634 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.634 INFO kablam! --> src/core/alias.rs:44:25 Sep 21 06:43:47.634 INFO kablam! | Sep 21 06:43:47.634 INFO kablam! 44 | pub type Matrix1x4 = MatrixMN; Sep 21 06:43:47.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.635 INFO kablam! | Sep 21 06:43:47.635 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.635 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.635 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.635 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.635 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.635 INFO kablam! Sep 21 06:43:47.635 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.635 INFO kablam! --> src/core/alias.rs:44:25 Sep 21 06:43:47.635 INFO kablam! | Sep 21 06:43:47.635 INFO kablam! 44 | pub type Matrix1x4 = MatrixMN; Sep 21 06:43:47.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.635 INFO kablam! | Sep 21 06:43:47.635 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.635 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.635 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.636 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.636 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.636 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.636 INFO kablam! Sep 21 06:43:47.636 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.636 INFO kablam! --> src/core/alias.rs:44:25 Sep 21 06:43:47.636 INFO kablam! | Sep 21 06:43:47.636 INFO kablam! 44 | pub type Matrix1x4 = MatrixMN; Sep 21 06:43:47.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.636 INFO kablam! | Sep 21 06:43:47.636 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.636 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.636 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.636 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.636 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.637 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.637 INFO kablam! Sep 21 06:43:47.637 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.637 INFO kablam! --> src/core/alias.rs:44:25 Sep 21 06:43:47.637 INFO kablam! | Sep 21 06:43:47.637 INFO kablam! 44 | pub type Matrix1x4 = MatrixMN; Sep 21 06:43:47.637 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.637 INFO kablam! | | Sep 21 06:43:47.637 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.637 INFO kablam! | Sep 21 06:43:47.637 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.637 INFO kablam! --> src/core/alias.rs:44:25 Sep 21 06:43:47.637 INFO kablam! | Sep 21 06:43:47.637 INFO kablam! 44 | pub type Matrix1x4 = MatrixMN; Sep 21 06:43:47.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.637 INFO kablam! Sep 21 06:43:47.637 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.638 INFO kablam! --> src/core/alias.rs:46:25 Sep 21 06:43:47.638 INFO kablam! | Sep 21 06:43:47.638 INFO kablam! 46 | pub type Matrix1x5 = MatrixMN; Sep 21 06:43:47.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.638 INFO kablam! | Sep 21 06:43:47.638 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.638 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.638 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.638 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.638 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.638 INFO kablam! Sep 21 06:43:47.638 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.638 INFO kablam! --> src/core/alias.rs:46:25 Sep 21 06:43:47.638 INFO kablam! | Sep 21 06:43:47.638 INFO kablam! 46 | pub type Matrix1x5 = MatrixMN; Sep 21 06:43:47.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.638 INFO kablam! | Sep 21 06:43:47.638 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.639 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.639 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.639 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.639 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.639 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.639 INFO kablam! Sep 21 06:43:47.639 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.639 INFO kablam! --> src/core/alias.rs:46:25 Sep 21 06:43:47.639 INFO kablam! | Sep 21 06:43:47.639 INFO kablam! 46 | pub type Matrix1x5 = MatrixMN; Sep 21 06:43:47.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.639 INFO kablam! | Sep 21 06:43:47.639 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.639 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.639 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.639 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.639 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.639 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.639 INFO kablam! Sep 21 06:43:47.639 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.640 INFO kablam! --> src/core/alias.rs:46:25 Sep 21 06:43:47.640 INFO kablam! | Sep 21 06:43:47.640 INFO kablam! 46 | pub type Matrix1x5 = MatrixMN; Sep 21 06:43:47.640 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.640 INFO kablam! | | Sep 21 06:43:47.640 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.640 INFO kablam! | Sep 21 06:43:47.640 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.640 INFO kablam! --> src/core/alias.rs:46:25 Sep 21 06:43:47.640 INFO kablam! | Sep 21 06:43:47.640 INFO kablam! 46 | pub type Matrix1x5 = MatrixMN; Sep 21 06:43:47.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.640 INFO kablam! Sep 21 06:43:47.640 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.640 INFO kablam! --> src/core/alias.rs:48:25 Sep 21 06:43:47.640 INFO kablam! | Sep 21 06:43:47.640 INFO kablam! 48 | pub type Matrix1x6 = MatrixMN; Sep 21 06:43:47.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.640 INFO kablam! | Sep 21 06:43:47.640 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.641 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.641 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.641 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.641 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.641 INFO kablam! Sep 21 06:43:47.641 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.641 INFO kablam! --> src/core/alias.rs:48:25 Sep 21 06:43:47.641 INFO kablam! | Sep 21 06:43:47.641 INFO kablam! 48 | pub type Matrix1x6 = MatrixMN; Sep 21 06:43:47.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.641 INFO kablam! | Sep 21 06:43:47.641 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.641 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.641 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.642 INFO kablam! | Sep 21 06:43:47.642 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.642 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.642 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.642 INFO kablam! Sep 21 06:43:47.642 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.642 INFO kablam! --> src/core/alias.rs:48:25 Sep 21 06:43:47.642 INFO kablam! | Sep 21 06:43:47.642 INFO kablam! 48 | pub type Matrix1x6 = MatrixMN; Sep 21 06:43:47.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.642 INFO kablam! | Sep 21 06:43:47.642 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.642 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.642 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.642 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.643 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.643 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.643 INFO kablam! Sep 21 06:43:47.643 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.643 INFO kablam! --> src/core/alias.rs:48:25 Sep 21 06:43:47.643 INFO kablam! | Sep 21 06:43:47.643 INFO kablam! 48 | pub type Matrix1x6 = MatrixMN; Sep 21 06:43:47.643 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.643 INFO kablam! | | Sep 21 06:43:47.643 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.643 INFO kablam! | Sep 21 06:43:47.643 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.643 INFO kablam! --> src/core/alias.rs:48:25 Sep 21 06:43:47.643 INFO kablam! | Sep 21 06:43:47.643 INFO kablam! 48 | pub type Matrix1x6 = MatrixMN; Sep 21 06:43:47.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.643 INFO kablam! Sep 21 06:43:47.644 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.644 INFO kablam! --> src/core/alias.rs:51:25 Sep 21 06:43:47.644 INFO kablam! | Sep 21 06:43:47.644 INFO kablam! 51 | pub type Matrix2x3 = MatrixMN; Sep 21 06:43:47.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.644 INFO kablam! | Sep 21 06:43:47.644 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.644 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.644 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.644 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.644 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.644 INFO kablam! Sep 21 06:43:47.644 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.644 INFO kablam! --> src/core/alias.rs:51:25 Sep 21 06:43:47.644 INFO kablam! | Sep 21 06:43:47.645 INFO kablam! 51 | pub type Matrix2x3 = MatrixMN; Sep 21 06:43:47.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.645 INFO kablam! | Sep 21 06:43:47.645 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.645 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.645 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.645 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.645 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.645 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.645 INFO kablam! Sep 21 06:43:47.645 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.645 INFO kablam! --> src/core/alias.rs:51:25 Sep 21 06:43:47.645 INFO kablam! | Sep 21 06:43:47.645 INFO kablam! 51 | pub type Matrix2x3 = MatrixMN; Sep 21 06:43:47.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.646 INFO kablam! | Sep 21 06:43:47.646 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.646 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.646 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.646 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.646 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 21 06:43:47.646 INFO kablam! | Sep 21 06:43:47.646 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:47.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.646 INFO kablam! Sep 21 06:43:47.647 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.647 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 21 06:43:47.647 INFO kablam! | Sep 21 06:43:47.647 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:47.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.647 INFO kablam! | Sep 21 06:43:47.647 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.647 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.647 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.647 INFO kablam! Sep 21 06:43:47.647 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.647 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 21 06:43:47.648 INFO kablam! | Sep 21 06:43:47.648 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:47.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.648 INFO kablam! | Sep 21 06:43:47.648 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.648 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.648 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.648 INFO kablam! Sep 21 06:43:47.648 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.648 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 21 06:43:47.648 INFO kablam! | Sep 21 06:43:47.648 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:47.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.649 INFO kablam! | Sep 21 06:43:47.649 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.649 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.649 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.649 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.649 INFO kablam! Sep 21 06:43:47.649 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.649 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 21 06:43:47.649 INFO kablam! | Sep 21 06:43:47.649 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:47.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.650 INFO kablam! | Sep 21 06:43:47.650 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.650 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.650 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.650 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.650 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.650 INFO kablam! Sep 21 06:43:47.650 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.651 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 21 06:43:47.651 INFO kablam! | Sep 21 06:43:47.651 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:47.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.651 INFO kablam! | Sep 21 06:43:47.651 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.651 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.651 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.651 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.651 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.651 INFO kablam! Sep 21 06:43:47.652 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.652 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 21 06:43:47.652 INFO kablam! | Sep 21 06:43:47.652 INFO kablam! 174 | pub type MatrixSliceXx6<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:47.652 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.652 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:47.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.652 INFO kablam! | Sep 21 06:43:47.652 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.652 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 21 06:43:47.652 INFO kablam! | Sep 21 06:43:47.652 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:47.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.653 INFO kablam! Sep 21 06:43:47.653 INFO kablam! warning: the trait bound `D: core::dimension::Dim` is not satisfied Sep 21 06:43:47.653 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 21 06:43:47.653 INFO kablam! | Sep 21 06:43:47.653 INFO kablam! 179 | Matrix>; Sep 21 06:43:47.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 21 06:43:47.654 INFO kablam! | Sep 21 06:43:47.654 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 21 06:43:47.654 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.654 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.654 INFO kablam! Sep 21 06:43:47.654 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.654 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 21 06:43:47.654 INFO kablam! | Sep 21 06:43:47.654 INFO kablam! 179 | Matrix>; Sep 21 06:43:47.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:47.654 INFO kablam! | Sep 21 06:43:47.655 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:47.655 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.655 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.655 INFO kablam! Sep 21 06:43:47.655 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.655 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 21 06:43:47.655 INFO kablam! | Sep 21 06:43:47.655 INFO kablam! 179 | Matrix>; Sep 21 06:43:47.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.655 INFO kablam! | Sep 21 06:43:47.655 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.656 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.656 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.656 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.656 INFO kablam! Sep 21 06:43:47.656 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.656 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 21 06:43:47.656 INFO kablam! | Sep 21 06:43:47.656 INFO kablam! 179 | Matrix>; Sep 21 06:43:47.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.656 INFO kablam! | Sep 21 06:43:47.657 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.657 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.657 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.657 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.657 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.657 INFO kablam! Sep 21 06:43:47.657 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.657 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 21 06:43:47.657 INFO kablam! | Sep 21 06:43:47.657 INFO kablam! 179 | Matrix>; Sep 21 06:43:47.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.658 INFO kablam! | Sep 21 06:43:47.658 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.658 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.658 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.658 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.658 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.658 INFO kablam! Sep 21 06:43:47.658 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.658 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 21 06:43:47.658 INFO kablam! | Sep 21 06:43:47.658 INFO kablam! 178 | pub type VectorSliceN<'a, N, D, Stride = U1> = Sep 21 06:43:47.658 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.659 INFO kablam! 179 | Matrix>; Sep 21 06:43:47.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.659 INFO kablam! | Sep 21 06:43:47.659 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.659 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 21 06:43:47.659 INFO kablam! | Sep 21 06:43:47.659 INFO kablam! 179 | Matrix>; Sep 21 06:43:47.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.659 INFO kablam! Sep 21 06:43:47.659 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.659 INFO kablam! --> src/core/alias_slice.rs:182:45 Sep 21 06:43:47.659 INFO kablam! | Sep 21 06:43:47.660 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 21 06:43:47.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:47.660 INFO kablam! | Sep 21 06:43:47.660 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:47.660 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.660 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.660 INFO kablam! Sep 21 06:43:47.660 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.660 INFO kablam! --> src/core/alias_slice.rs:182:45 Sep 21 06:43:47.660 INFO kablam! | Sep 21 06:43:47.660 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 21 06:43:47.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.660 INFO kablam! | Sep 21 06:43:47.661 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.661 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.661 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.661 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.661 INFO kablam! Sep 21 06:43:47.661 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.661 INFO kablam! --> src/core/alias_slice.rs:182:45 Sep 21 06:43:47.661 INFO kablam! | Sep 21 06:43:47.661 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 21 06:43:47.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.661 INFO kablam! | Sep 21 06:43:47.661 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.662 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.662 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.662 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.662 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.662 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.662 INFO kablam! Sep 21 06:43:47.662 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.662 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.662 INFO kablam! Sep 21 06:43:47.662 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.662 INFO kablam! --> src/core/alias.rs:51:25 Sep 21 06:43:47.662 INFO kablam! | Sep 21 06:43:47.662 INFO kablam! 51 | pub type Matrix2x3 = MatrixMN; Sep 21 06:43:47.662 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.662 INFO kablam! | | Sep 21 06:43:47.662 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.663 INFO kablam! | Sep 21 06:43:47.663 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.663 INFO kablam! --> src/core/alias.rs:51:25 Sep 21 06:43:47.663 INFO kablam! | Sep 21 06:43:47.663 INFO kablam! 51 | pub type Matrix2x3 = MatrixMN; Sep 21 06:43:47.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.663 INFO kablam! Sep 21 06:43:47.663 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.663 INFO kablam! --> src/core/alias.rs:53:25 Sep 21 06:43:47.663 INFO kablam! | Sep 21 06:43:47.663 INFO kablam! 53 | pub type Matrix2x4 = MatrixMN; Sep 21 06:43:47.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.663 INFO kablam! | Sep 21 06:43:47.663 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.663 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.663 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.664 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.664 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.664 INFO kablam! Sep 21 06:43:47.664 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.664 INFO kablam! --> src/core/alias.rs:53:25 Sep 21 06:43:47.664 INFO kablam! | Sep 21 06:43:47.664 INFO kablam! 53 | pub type Matrix2x4 = MatrixMN; Sep 21 06:43:47.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.664 INFO kablam! | Sep 21 06:43:47.664 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.664 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.664 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.664 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.664 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.664 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.664 INFO kablam! Sep 21 06:43:47.665 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.665 INFO kablam! --> src/core/alias.rs:53:25 Sep 21 06:43:47.665 INFO kablam! | Sep 21 06:43:47.665 INFO kablam! 53 | pub type Matrix2x4 = MatrixMN; Sep 21 06:43:47.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.665 INFO kablam! | Sep 21 06:43:47.665 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.665 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.665 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.665 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.665 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.665 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.665 INFO kablam! Sep 21 06:43:47.665 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.665 INFO kablam! --> src/core/alias.rs:53:25 Sep 21 06:43:47.665 INFO kablam! | Sep 21 06:43:47.665 INFO kablam! 53 | pub type Matrix2x4 = MatrixMN; Sep 21 06:43:47.665 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.665 INFO kablam! | | Sep 21 06:43:47.666 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.666 INFO kablam! | Sep 21 06:43:47.666 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.666 INFO kablam! --> src/core/alias.rs:53:25 Sep 21 06:43:47.666 INFO kablam! | Sep 21 06:43:47.666 INFO kablam! 53 | pub type Matrix2x4 = MatrixMN; Sep 21 06:43:47.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.666 INFO kablam! Sep 21 06:43:47.666 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.666 INFO kablam! --> src/core/alias_slice.rs:182:45 Sep 21 06:43:47.666 INFO kablam! | Sep 21 06:43:47.666 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 21 06:43:47.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.667 INFO kablam! | Sep 21 06:43:47.667 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.667 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.667 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.667 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.667 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.667 INFO kablam! Sep 21 06:43:47.667 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.667 INFO kablam! --> src/core/alias_slice.rs:182:45 Sep 21 06:43:47.668 INFO kablam! | Sep 21 06:43:47.668 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 21 06:43:47.668 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.668 INFO kablam! | | Sep 21 06:43:47.668 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.668 INFO kablam! | Sep 21 06:43:47.668 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.668 INFO kablam! --> src/core/alias_slice.rs:182:45 Sep 21 06:43:47.668 INFO kablam! | Sep 21 06:43:47.668 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 21 06:43:47.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.669 INFO kablam! Sep 21 06:43:47.669 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.669 INFO kablam! --> src/core/alias_slice.rs:185:45 Sep 21 06:43:47.669 INFO kablam! | Sep 21 06:43:47.669 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 21 06:43:47.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:47.669 INFO kablam! | Sep 21 06:43:47.669 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:47.670 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.670 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.670 INFO kablam! Sep 21 06:43:47.670 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.670 INFO kablam! --> src/core/alias_slice.rs:185:45 Sep 21 06:43:47.670 INFO kablam! | Sep 21 06:43:47.670 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 21 06:43:47.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.670 INFO kablam! | Sep 21 06:43:47.670 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.671 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.671 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.671 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.671 INFO kablam! Sep 21 06:43:47.671 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.671 INFO kablam! --> src/core/alias_slice.rs:185:45 Sep 21 06:43:47.671 INFO kablam! | Sep 21 06:43:47.671 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 21 06:43:47.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.671 INFO kablam! | Sep 21 06:43:47.671 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.672 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.672 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.672 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.672 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.672 INFO kablam! Sep 21 06:43:47.672 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.672 INFO kablam! --> src/core/alias_slice.rs:185:45 Sep 21 06:43:47.672 INFO kablam! | Sep 21 06:43:47.672 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 21 06:43:47.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.672 INFO kablam! | Sep 21 06:43:47.673 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.673 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.673 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.673 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.673 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.673 INFO kablam! Sep 21 06:43:47.673 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.673 INFO kablam! --> src/core/alias_slice.rs:185:45 Sep 21 06:43:47.673 INFO kablam! | Sep 21 06:43:47.673 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 21 06:43:47.674 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.674 INFO kablam! | | Sep 21 06:43:47.674 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.674 INFO kablam! | Sep 21 06:43:47.674 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.674 INFO kablam! --> src/core/alias_slice.rs:185:45 Sep 21 06:43:47.674 INFO kablam! | Sep 21 06:43:47.674 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 21 06:43:47.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.674 INFO kablam! Sep 21 06:43:47.675 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.675 INFO kablam! --> src/core/alias_slice.rs:187:45 Sep 21 06:43:47.675 INFO kablam! | Sep 21 06:43:47.675 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 21 06:43:47.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:47.675 INFO kablam! | Sep 21 06:43:47.675 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:47.675 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.675 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.675 INFO kablam! Sep 21 06:43:47.675 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.675 INFO kablam! --> src/core/alias_slice.rs:187:45 Sep 21 06:43:47.675 INFO kablam! | Sep 21 06:43:47.675 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 21 06:43:47.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.676 INFO kablam! | Sep 21 06:43:47.676 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.676 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.676 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.676 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.676 INFO kablam! Sep 21 06:43:47.677 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.677 INFO kablam! --> src/core/alias_slice.rs:187:45 Sep 21 06:43:47.677 INFO kablam! | Sep 21 06:43:47.677 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 21 06:43:47.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.677 INFO kablam! | Sep 21 06:43:47.677 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.677 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.677 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.677 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.677 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.677 INFO kablam! Sep 21 06:43:47.677 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.677 INFO kablam! --> src/core/alias_slice.rs:187:45 Sep 21 06:43:47.677 INFO kablam! | Sep 21 06:43:47.677 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 21 06:43:47.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.678 INFO kablam! | Sep 21 06:43:47.678 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.678 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.678 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.678 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.678 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.678 INFO kablam! Sep 21 06:43:47.678 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.678 INFO kablam! --> src/core/alias_slice.rs:187:45 Sep 21 06:43:47.678 INFO kablam! | Sep 21 06:43:47.678 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 21 06:43:47.678 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.678 INFO kablam! | | Sep 21 06:43:47.678 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.678 INFO kablam! | Sep 21 06:43:47.678 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.679 INFO kablam! --> src/core/alias_slice.rs:187:45 Sep 21 06:43:47.679 INFO kablam! | Sep 21 06:43:47.679 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 21 06:43:47.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.679 INFO kablam! Sep 21 06:43:47.679 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.679 INFO kablam! --> src/core/alias_slice.rs:189:45 Sep 21 06:43:47.679 INFO kablam! | Sep 21 06:43:47.679 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 21 06:43:47.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:47.679 INFO kablam! | Sep 21 06:43:47.679 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:47.679 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.679 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.679 INFO kablam! Sep 21 06:43:47.680 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.680 INFO kablam! --> src/core/alias_slice.rs:189:45 Sep 21 06:43:47.680 INFO kablam! | Sep 21 06:43:47.680 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 21 06:43:47.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.680 INFO kablam! | Sep 21 06:43:47.680 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.680 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.680 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.680 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.681 INFO kablam! Sep 21 06:43:47.681 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.681 INFO kablam! --> src/core/alias_slice.rs:189:45 Sep 21 06:43:47.681 INFO kablam! | Sep 21 06:43:47.681 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 21 06:43:47.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.681 INFO kablam! | Sep 21 06:43:47.681 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.681 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.681 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.682 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.682 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.682 INFO kablam! --> src/core/alias.rs:55:25 Sep 21 06:43:47.682 INFO kablam! | Sep 21 06:43:47.682 INFO kablam! 55 | pub type Matrix2x5 = MatrixMN; Sep 21 06:43:47.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.682 INFO kablam! | Sep 21 06:43:47.682 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.682 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.682 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.682 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.682 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.682 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.682 INFO kablam! Sep 21 06:43:47.682 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.682 INFO kablam! --> src/core/alias.rs:55:25 Sep 21 06:43:47.682 INFO kablam! | Sep 21 06:43:47.682 INFO kablam! 55 | pub type Matrix2x5 = MatrixMN; Sep 21 06:43:47.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.682 INFO kablam! | Sep 21 06:43:47.682 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.682 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.683 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.683 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.683 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.683 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.683 INFO kablam! Sep 21 06:43:47.683 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.683 INFO kablam! --> src/core/alias.rs:55:25 Sep 21 06:43:47.683 INFO kablam! | Sep 21 06:43:47.683 INFO kablam! 55 | pub type Matrix2x5 = MatrixMN; Sep 21 06:43:47.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.683 INFO kablam! | Sep 21 06:43:47.683 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.683 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.683 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.683 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.683 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.683 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.683 INFO kablam! Sep 21 06:43:47.683 INFO kablam! Sep 21 06:43:47.683 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.683 INFO kablam! --> src/core/alias_slice.rs:189:45 Sep 21 06:43:47.683 INFO kablam! | Sep 21 06:43:47.683 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 21 06:43:47.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.683 INFO kablam! | Sep 21 06:43:47.683 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.683 INFO kablam! --> src/core/alias.rs:55:25 Sep 21 06:43:47.683 INFO kablam! | Sep 21 06:43:47.684 INFO kablam! 55 | pub type Matrix2x5 = MatrixMN; Sep 21 06:43:47.684 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.684 INFO kablam! | | Sep 21 06:43:47.684 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.684 INFO kablam! | Sep 21 06:43:47.684 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.684 INFO kablam! --> src/core/alias.rs:55:25 Sep 21 06:43:47.684 INFO kablam! | Sep 21 06:43:47.684 INFO kablam! 55 | pub type Matrix2x5 = MatrixMN; Sep 21 06:43:47.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.684 INFO kablam! Sep 21 06:43:47.684 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.684 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.684 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.684 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.684 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.684 INFO kablam! Sep 21 06:43:47.684 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.684 INFO kablam! --> src/core/alias_slice.rs:189:45 Sep 21 06:43:47.684 INFO kablam! | Sep 21 06:43:47.684 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 21 06:43:47.684 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.684 INFO kablam! | | Sep 21 06:43:47.684 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.684 INFO kablam! | Sep 21 06:43:47.685 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.685 INFO kablam! --> src/core/alias_slice.rs:189:45 Sep 21 06:43:47.685 INFO kablam! | Sep 21 06:43:47.685 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 21 06:43:47.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.685 INFO kablam! Sep 21 06:43:47.685 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.685 INFO kablam! --> src/core/alias_slice.rs:191:45 Sep 21 06:43:47.685 INFO kablam! | Sep 21 06:43:47.685 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 21 06:43:47.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:47.686 INFO kablam! | Sep 21 06:43:47.686 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:47.686 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.686 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.686 INFO kablam! Sep 21 06:43:47.686 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.686 INFO kablam! --> src/core/alias_slice.rs:191:45 Sep 21 06:43:47.686 INFO kablam! | Sep 21 06:43:47.686 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 21 06:43:47.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.686 INFO kablam! | Sep 21 06:43:47.686 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.687 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.687 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.687 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.687 INFO kablam! Sep 21 06:43:47.687 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.687 INFO kablam! --> src/core/alias_slice.rs:191:45 Sep 21 06:43:47.687 INFO kablam! | Sep 21 06:43:47.687 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 21 06:43:47.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.687 INFO kablam! | Sep 21 06:43:47.687 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.687 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.687 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.688 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.688 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.688 INFO kablam! Sep 21 06:43:47.688 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.688 INFO kablam! --> src/core/alias_slice.rs:191:45 Sep 21 06:43:47.688 INFO kablam! | Sep 21 06:43:47.688 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 21 06:43:47.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.688 INFO kablam! | Sep 21 06:43:47.689 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.689 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.689 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.689 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.689 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.689 INFO kablam! Sep 21 06:43:47.690 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.690 INFO kablam! --> src/core/alias_slice.rs:191:45 Sep 21 06:43:47.690 INFO kablam! | Sep 21 06:43:47.690 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 21 06:43:47.690 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.690 INFO kablam! | | Sep 21 06:43:47.690 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.690 INFO kablam! | Sep 21 06:43:47.690 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.690 INFO kablam! --> src/core/alias.rs:57:25 Sep 21 06:43:47.690 INFO kablam! | Sep 21 06:43:47.690 INFO kablam! 57 | pub type Matrix2x6 = MatrixMN; Sep 21 06:43:47.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.690 INFO kablam! | Sep 21 06:43:47.690 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.690 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.690 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.690 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.690 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.690 INFO kablam! Sep 21 06:43:47.690 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.690 INFO kablam! --> src/core/alias.rs:57:25 Sep 21 06:43:47.690 INFO kablam! | Sep 21 06:43:47.690 INFO kablam! 57 | pub type Matrix2x6 = MatrixMN; Sep 21 06:43:47.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.690 INFO kablam! | Sep 21 06:43:47.690 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.690 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.690 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.690 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.690 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.690 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.690 INFO kablam! Sep 21 06:43:47.690 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.690 INFO kablam! --> src/core/alias.rs:57:25 Sep 21 06:43:47.690 INFO kablam! | Sep 21 06:43:47.691 INFO kablam! 57 | pub type Matrix2x6 = MatrixMN; Sep 21 06:43:47.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.691 INFO kablam! | Sep 21 06:43:47.691 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.691 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.691 INFO kablam! --> src/core/alias_slice.rs:191:45 Sep 21 06:43:47.691 INFO kablam! | Sep 21 06:43:47.691 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 21 06:43:47.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.691 INFO kablam! Sep 21 06:43:47.691 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.691 INFO kablam! --> src/core/alias_slice.rs:193:45 Sep 21 06:43:47.691 INFO kablam! | Sep 21 06:43:47.691 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 21 06:43:47.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:47.691 INFO kablam! | Sep 21 06:43:47.691 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:47.692 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.692 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.692 INFO kablam! Sep 21 06:43:47.692 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.692 INFO kablam! --> src/core/alias_slice.rs:193:45 Sep 21 06:43:47.692 INFO kablam! | Sep 21 06:43:47.692 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 21 06:43:47.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.692 INFO kablam! | Sep 21 06:43:47.692 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.692 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.693 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.693 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.693 INFO kablam! Sep 21 06:43:47.693 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.693 INFO kablam! --> src/core/alias_slice.rs:193:45 Sep 21 06:43:47.693 INFO kablam! | Sep 21 06:43:47.693 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 21 06:43:47.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.693 INFO kablam! | Sep 21 06:43:47.693 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.693 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.694 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.694 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.694 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.694 INFO kablam! Sep 21 06:43:47.694 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.694 INFO kablam! --> src/core/alias_slice.rs:193:45 Sep 21 06:43:47.694 INFO kablam! | Sep 21 06:43:47.694 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 21 06:43:47.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.694 INFO kablam! | Sep 21 06:43:47.695 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.695 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.695 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.695 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.695 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.695 INFO kablam! Sep 21 06:43:47.696 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.696 INFO kablam! --> src/core/alias_slice.rs:193:45 Sep 21 06:43:47.696 INFO kablam! | Sep 21 06:43:47.696 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 21 06:43:47.696 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.696 INFO kablam! | | Sep 21 06:43:47.696 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.696 INFO kablam! | Sep 21 06:43:47.696 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.696 INFO kablam! --> src/core/alias_slice.rs:193:45 Sep 21 06:43:47.696 INFO kablam! | Sep 21 06:43:47.696 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 21 06:43:47.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.696 INFO kablam! Sep 21 06:43:47.697 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.697 INFO kablam! --> src/core/alias_slice.rs:195:45 Sep 21 06:43:47.697 INFO kablam! | Sep 21 06:43:47.697 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 21 06:43:47.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:47.697 INFO kablam! | Sep 21 06:43:47.697 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:47.697 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.697 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.697 INFO kablam! Sep 21 06:43:47.697 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.698 INFO kablam! --> src/core/alias_slice.rs:195:45 Sep 21 06:43:47.698 INFO kablam! | Sep 21 06:43:47.698 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 21 06:43:47.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.698 INFO kablam! | Sep 21 06:43:47.698 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.698 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.698 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.698 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.698 INFO kablam! Sep 21 06:43:47.698 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.698 INFO kablam! --> src/core/alias_slice.rs:195:45 Sep 21 06:43:47.698 INFO kablam! | Sep 21 06:43:47.698 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 21 06:43:47.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.698 INFO kablam! | Sep 21 06:43:47.699 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.699 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.699 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.699 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.699 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.699 INFO kablam! Sep 21 06:43:47.699 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.699 INFO kablam! --> src/core/alias_slice.rs:195:45 Sep 21 06:43:47.699 INFO kablam! | Sep 21 06:43:47.699 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 21 06:43:47.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.700 INFO kablam! | Sep 21 06:43:47.700 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.700 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.700 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.700 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.700 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.700 INFO kablam! Sep 21 06:43:47.701 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.701 INFO kablam! --> src/core/alias_slice.rs:195:45 Sep 21 06:43:47.701 INFO kablam! | Sep 21 06:43:47.701 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 21 06:43:47.701 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.701 INFO kablam! | | Sep 21 06:43:47.701 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.701 INFO kablam! | Sep 21 06:43:47.701 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.701 INFO kablam! --> src/core/alias_slice.rs:195:45 Sep 21 06:43:47.701 INFO kablam! | Sep 21 06:43:47.701 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 21 06:43:47.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.701 INFO kablam! Sep 21 06:43:47.701 INFO kablam! warning: the trait bound `R: core::dimension::Dim` is not satisfied Sep 21 06:43:47.701 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 21 06:43:47.701 INFO kablam! | Sep 21 06:43:47.701 INFO kablam! 206 | Matrix>; Sep 21 06:43:47.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `R` Sep 21 06:43:47.702 INFO kablam! | Sep 21 06:43:47.702 INFO kablam! = help: consider adding a `where R: core::dimension::Dim` bound Sep 21 06:43:47.702 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.702 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.702 INFO kablam! Sep 21 06:43:47.702 INFO kablam! warning: the trait bound `C: core::dimension::Dim` is not satisfied Sep 21 06:43:47.702 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 21 06:43:47.702 INFO kablam! | Sep 21 06:43:47.702 INFO kablam! 206 | Matrix>; Sep 21 06:43:47.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `C` Sep 21 06:43:47.702 INFO kablam! | Sep 21 06:43:47.702 INFO kablam! = help: consider adding a `where C: core::dimension::Dim` bound Sep 21 06:43:47.702 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.703 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.703 INFO kablam! Sep 21 06:43:47.703 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.703 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 21 06:43:47.703 INFO kablam! | Sep 21 06:43:47.703 INFO kablam! 206 | Matrix>; Sep 21 06:43:47.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.703 INFO kablam! | Sep 21 06:43:47.703 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.703 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.703 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.704 INFO kablam! Sep 21 06:43:47.704 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.704 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 21 06:43:47.704 INFO kablam! | Sep 21 06:43:47.704 INFO kablam! 206 | Matrix>; Sep 21 06:43:47.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.704 INFO kablam! | Sep 21 06:43:47.704 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.704 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.704 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.704 INFO kablam! Sep 21 06:43:47.705 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.705 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 21 06:43:47.705 INFO kablam! | Sep 21 06:43:47.705 INFO kablam! 206 | Matrix>; Sep 21 06:43:47.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.705 INFO kablam! | Sep 21 06:43:47.705 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.705 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.705 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.705 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.706 INFO kablam! Sep 21 06:43:47.706 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.706 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.706 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.706 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.706 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.706 INFO kablam! Sep 21 06:43:47.706 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.706 INFO kablam! --> src/core/alias.rs:57:25 Sep 21 06:43:47.706 INFO kablam! | Sep 21 06:43:47.706 INFO kablam! 57 | pub type Matrix2x6 = MatrixMN; Sep 21 06:43:47.706 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.707 INFO kablam! | | Sep 21 06:43:47.707 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.707 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.707 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 21 06:43:47.707 INFO kablam! | Sep 21 06:43:47.707 INFO kablam! 206 | Matrix>; Sep 21 06:43:47.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.707 INFO kablam! | Sep 21 06:43:47.707 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.707 INFO kablam! --> src/core/alias.rs:57:25 Sep 21 06:43:47.707 INFO kablam! | Sep 21 06:43:47.707 INFO kablam! 57 | pub type Matrix2x6 = MatrixMN; Sep 21 06:43:47.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.707 INFO kablam! Sep 21 06:43:47.707 INFO kablam! | Sep 21 06:43:47.708 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.708 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.708 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.708 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.708 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.708 INFO kablam! Sep 21 06:43:47.708 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.708 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 21 06:43:47.709 INFO kablam! | Sep 21 06:43:47.709 INFO kablam! 206 | Matrix>; Sep 21 06:43:47.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.709 INFO kablam! | Sep 21 06:43:47.709 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.709 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.709 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.709 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.709 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.709 INFO kablam! Sep 21 06:43:47.710 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.710 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 21 06:43:47.710 INFO kablam! | Sep 21 06:43:47.710 INFO kablam! 205 | pub type MatrixSliceMutMN<'a, N, R, C, RStride = U1, CStride = R> = Sep 21 06:43:47.710 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.710 INFO kablam! 206 | Matrix>; Sep 21 06:43:47.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.710 INFO kablam! | Sep 21 06:43:47.710 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.710 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 21 06:43:47.710 INFO kablam! | Sep 21 06:43:47.710 INFO kablam! 206 | Matrix>; Sep 21 06:43:47.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.711 INFO kablam! Sep 21 06:43:47.711 INFO kablam! warning: the trait bound `D: core::dimension::Dim` is not satisfied Sep 21 06:43:47.711 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 21 06:43:47.711 INFO kablam! | Sep 21 06:43:47.711 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 21 06:43:47.712 INFO kablam! | Sep 21 06:43:47.712 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 21 06:43:47.712 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.712 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.712 INFO kablam! Sep 21 06:43:47.712 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.712 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 21 06:43:47.712 INFO kablam! | Sep 21 06:43:47.712 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.713 INFO kablam! | Sep 21 06:43:47.713 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.713 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.713 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.713 INFO kablam! Sep 21 06:43:47.713 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.713 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 21 06:43:47.713 INFO kablam! | Sep 21 06:43:47.713 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.714 INFO kablam! | Sep 21 06:43:47.714 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.714 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.714 INFO kablam! --> src/core/alias.rs:60:25 Sep 21 06:43:47.714 INFO kablam! | Sep 21 06:43:47.714 INFO kablam! 60 | pub type Matrix3x4 = MatrixMN; Sep 21 06:43:47.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.714 INFO kablam! | Sep 21 06:43:47.714 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.714 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.714 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.714 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.714 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.714 INFO kablam! Sep 21 06:43:47.714 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.715 INFO kablam! --> src/core/alias.rs:60:25 Sep 21 06:43:47.715 INFO kablam! | Sep 21 06:43:47.715 INFO kablam! 60 | pub type Matrix3x4 = MatrixMN; Sep 21 06:43:47.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.715 INFO kablam! | Sep 21 06:43:47.715 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.715 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.715 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.715 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.715 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.715 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.715 INFO kablam! Sep 21 06:43:47.715 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.715 INFO kablam! --> src/core/alias.rs:60:25 Sep 21 06:43:47.716 INFO kablam! | Sep 21 06:43:47.716 INFO kablam! 60 | pub type Matrix3x4 = MatrixMN; Sep 21 06:43:47.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.716 INFO kablam! | Sep 21 06:43:47.716 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.716 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.716 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.716 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.716 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.716 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.716 INFO kablam! Sep 21 06:43:47.716 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.716 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.717 INFO kablam! Sep 21 06:43:47.717 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.717 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 21 06:43:47.717 INFO kablam! | Sep 21 06:43:47.717 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.717 INFO kablam! | Sep 21 06:43:47.717 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.717 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.717 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.718 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.718 INFO kablam! Sep 21 06:43:47.718 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.718 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 21 06:43:47.718 INFO kablam! | Sep 21 06:43:47.718 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.718 INFO kablam! | Sep 21 06:43:47.718 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.719 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.719 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.719 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.719 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.719 INFO kablam! Sep 21 06:43:47.719 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.719 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 21 06:43:47.719 INFO kablam! | Sep 21 06:43:47.719 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.720 INFO kablam! | Sep 21 06:43:47.720 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.720 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.720 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.720 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.720 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.720 INFO kablam! Sep 21 06:43:47.721 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.721 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 21 06:43:47.721 INFO kablam! | Sep 21 06:43:47.721 INFO kablam! 209 | pub type MatrixSliceMutN<'a, N, D, RStride = U1, CStride = D> = Sep 21 06:43:47.721 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.721 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.721 INFO kablam! | Sep 21 06:43:47.721 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.721 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 21 06:43:47.721 INFO kablam! | Sep 21 06:43:47.722 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.722 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.722 INFO kablam! --> src/core/alias.rs:60:25 Sep 21 06:43:47.722 INFO kablam! | Sep 21 06:43:47.722 INFO kablam! 60 | pub type Matrix3x4 = MatrixMN; Sep 21 06:43:47.722 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.722 INFO kablam! | | Sep 21 06:43:47.722 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.722 INFO kablam! Sep 21 06:43:47.723 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.723 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 21 06:43:47.723 INFO kablam! | Sep 21 06:43:47.723 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:47.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.723 INFO kablam! | Sep 21 06:43:47.723 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.723 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.723 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.724 INFO kablam! Sep 21 06:43:47.724 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.724 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 21 06:43:47.724 INFO kablam! | Sep 21 06:43:47.724 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:47.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.724 INFO kablam! | Sep 21 06:43:47.724 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.724 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.724 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.724 INFO kablam! Sep 21 06:43:47.725 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.725 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 21 06:43:47.725 INFO kablam! | Sep 21 06:43:47.725 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:47.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.725 INFO kablam! | Sep 21 06:43:47.725 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.725 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.725 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.726 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.726 INFO kablam! | Sep 21 06:43:47.726 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.726 INFO kablam! --> src/core/alias.rs:60:25 Sep 21 06:43:47.726 INFO kablam! | Sep 21 06:43:47.726 INFO kablam! 60 | pub type Matrix3x4 = MatrixMN; Sep 21 06:43:47.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.726 INFO kablam! Sep 21 06:43:47.726 INFO kablam! Sep 21 06:43:47.726 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.726 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 21 06:43:47.726 INFO kablam! | Sep 21 06:43:47.726 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:47.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.727 INFO kablam! | Sep 21 06:43:47.727 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.727 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.727 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.727 INFO kablam! --> src/core/alias.rs:62:25 Sep 21 06:43:47.727 INFO kablam! | Sep 21 06:43:47.727 INFO kablam! 62 | pub type Matrix3x5 = MatrixMN; Sep 21 06:43:47.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.727 INFO kablam! | Sep 21 06:43:47.727 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.727 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.727 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.727 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.727 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.727 INFO kablam! Sep 21 06:43:47.728 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.728 INFO kablam! --> src/core/alias.rs:62:25 Sep 21 06:43:47.728 INFO kablam! | Sep 21 06:43:47.728 INFO kablam! 62 | pub type Matrix3x5 = MatrixMN; Sep 21 06:43:47.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.728 INFO kablam! | Sep 21 06:43:47.728 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.728 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.728 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.728 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.728 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.728 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.728 INFO kablam! Sep 21 06:43:47.728 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.728 INFO kablam! --> src/core/alias.rs:62:25 Sep 21 06:43:47.728 INFO kablam! | Sep 21 06:43:47.729 INFO kablam! 62 | pub type Matrix3x5 = MatrixMN; Sep 21 06:43:47.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.729 INFO kablam! | Sep 21 06:43:47.729 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.729 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.729 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.729 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.729 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.729 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.729 INFO kablam! Sep 21 06:43:47.729 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.729 INFO kablam! --> src/core/alias.rs:62:25 Sep 21 06:43:47.729 INFO kablam! | Sep 21 06:43:47.729 INFO kablam! 62 | pub type Matrix3x5 = MatrixMN; Sep 21 06:43:47.729 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.729 INFO kablam! | | Sep 21 06:43:47.729 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.729 INFO kablam! | Sep 21 06:43:47.730 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.730 INFO kablam! --> src/core/alias.rs:62:25 Sep 21 06:43:47.730 INFO kablam! | Sep 21 06:43:47.730 INFO kablam! 62 | pub type Matrix3x5 = MatrixMN; Sep 21 06:43:47.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.730 INFO kablam! Sep 21 06:43:47.730 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.730 INFO kablam! --> src/core/alias.rs:64:25 Sep 21 06:43:47.730 INFO kablam! | Sep 21 06:43:47.730 INFO kablam! 64 | pub type Matrix3x6 = MatrixMN; Sep 21 06:43:47.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.730 INFO kablam! | Sep 21 06:43:47.730 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.730 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.730 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.730 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.730 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.730 INFO kablam! Sep 21 06:43:47.730 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.730 INFO kablam! --> src/core/alias.rs:64:25 Sep 21 06:43:47.731 INFO kablam! | Sep 21 06:43:47.731 INFO kablam! 64 | pub type Matrix3x6 = MatrixMN; Sep 21 06:43:47.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.731 INFO kablam! | Sep 21 06:43:47.731 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.731 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.731 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.731 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.731 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.731 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.731 INFO kablam! Sep 21 06:43:47.731 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.731 INFO kablam! --> src/core/alias.rs:64:25 Sep 21 06:43:47.731 INFO kablam! | Sep 21 06:43:47.731 INFO kablam! 64 | pub type Matrix3x6 = MatrixMN; Sep 21 06:43:47.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.731 INFO kablam! | Sep 21 06:43:47.731 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.731 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.731 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.732 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.732 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.732 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.732 INFO kablam! Sep 21 06:43:47.732 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.732 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.732 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.732 INFO kablam! Sep 21 06:43:47.732 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.732 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 21 06:43:47.732 INFO kablam! | Sep 21 06:43:47.732 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:47.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.732 INFO kablam! | Sep 21 06:43:47.732 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.732 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.732 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.733 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.733 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.733 INFO kablam! Sep 21 06:43:47.733 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.733 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 21 06:43:47.733 INFO kablam! | Sep 21 06:43:47.733 INFO kablam! 213 | pub type DMatrixSliceMut<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:47.733 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.733 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:47.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.733 INFO kablam! | Sep 21 06:43:47.733 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.733 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 21 06:43:47.733 INFO kablam! | Sep 21 06:43:47.733 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:47.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.733 INFO kablam! Sep 21 06:43:47.733 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.733 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 21 06:43:47.733 INFO kablam! | Sep 21 06:43:47.733 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 21 06:43:47.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.733 INFO kablam! | Sep 21 06:43:47.734 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.734 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.734 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.734 INFO kablam! Sep 21 06:43:47.734 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.734 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 21 06:43:47.734 INFO kablam! | Sep 21 06:43:47.734 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 21 06:43:47.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.734 INFO kablam! | Sep 21 06:43:47.734 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.734 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.734 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.734 INFO kablam! Sep 21 06:43:47.734 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.734 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 21 06:43:47.734 INFO kablam! | Sep 21 06:43:47.734 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 21 06:43:47.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.735 INFO kablam! | Sep 21 06:43:47.735 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.735 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.735 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.735 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.735 INFO kablam! Sep 21 06:43:47.735 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.735 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 21 06:43:47.735 INFO kablam! | Sep 21 06:43:47.735 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 21 06:43:47.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.735 INFO kablam! | Sep 21 06:43:47.735 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.735 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.735 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.735 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.735 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.735 INFO kablam! Sep 21 06:43:47.735 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.735 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 21 06:43:47.735 INFO kablam! | Sep 21 06:43:47.736 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 21 06:43:47.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.736 INFO kablam! | Sep 21 06:43:47.736 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.736 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.736 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.736 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.736 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.736 INFO kablam! Sep 21 06:43:47.736 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.736 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 21 06:43:47.736 INFO kablam! | Sep 21 06:43:47.736 INFO kablam! 217 | pub type MatrixSliceMut1<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:47.736 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.736 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 21 06:43:47.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.736 INFO kablam! | Sep 21 06:43:47.736 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.736 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 21 06:43:47.737 INFO kablam! | Sep 21 06:43:47.737 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 21 06:43:47.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.737 INFO kablam! Sep 21 06:43:47.737 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.737 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 21 06:43:47.737 INFO kablam! | Sep 21 06:43:47.737 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 21 06:43:47.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.737 INFO kablam! | Sep 21 06:43:47.737 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.737 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.737 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.737 INFO kablam! Sep 21 06:43:47.737 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.737 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 21 06:43:47.737 INFO kablam! | Sep 21 06:43:47.737 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 21 06:43:47.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.737 INFO kablam! | Sep 21 06:43:47.737 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.737 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.738 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.738 INFO kablam! Sep 21 06:43:47.738 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.738 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 21 06:43:47.738 INFO kablam! | Sep 21 06:43:47.738 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 21 06:43:47.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.738 INFO kablam! | Sep 21 06:43:47.738 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.738 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.738 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.738 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.738 INFO kablam! Sep 21 06:43:47.738 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.738 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 21 06:43:47.738 INFO kablam! | Sep 21 06:43:47.738 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 21 06:43:47.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.738 INFO kablam! | Sep 21 06:43:47.738 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.739 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.739 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.739 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.739 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.739 INFO kablam! Sep 21 06:43:47.739 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.739 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 21 06:43:47.739 INFO kablam! | Sep 21 06:43:47.739 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 21 06:43:47.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.739 INFO kablam! | Sep 21 06:43:47.739 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.739 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.739 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.739 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.739 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.739 INFO kablam! Sep 21 06:43:47.739 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.740 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 21 06:43:47.740 INFO kablam! | Sep 21 06:43:47.740 INFO kablam! 220 | pub type MatrixSliceMut2<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:47.740 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.740 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 21 06:43:47.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.740 INFO kablam! | Sep 21 06:43:47.740 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.740 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 21 06:43:47.740 INFO kablam! | Sep 21 06:43:47.740 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 21 06:43:47.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.740 INFO kablam! Sep 21 06:43:47.740 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.740 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 21 06:43:47.741 INFO kablam! | Sep 21 06:43:47.741 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 21 06:43:47.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.741 INFO kablam! | Sep 21 06:43:47.741 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.741 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.741 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.741 INFO kablam! Sep 21 06:43:47.741 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.741 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 21 06:43:47.741 INFO kablam! | Sep 21 06:43:47.741 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 21 06:43:47.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.741 INFO kablam! | Sep 21 06:43:47.741 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.741 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.741 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.741 INFO kablam! Sep 21 06:43:47.742 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.742 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 21 06:43:47.742 INFO kablam! | Sep 21 06:43:47.742 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 21 06:43:47.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.742 INFO kablam! | Sep 21 06:43:47.742 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.742 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.742 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.742 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.742 INFO kablam! Sep 21 06:43:47.742 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.742 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 21 06:43:47.742 INFO kablam! | Sep 21 06:43:47.742 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 21 06:43:47.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.742 INFO kablam! | Sep 21 06:43:47.742 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.742 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.743 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.743 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.743 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.743 INFO kablam! Sep 21 06:43:47.743 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.743 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 21 06:43:47.743 INFO kablam! | Sep 21 06:43:47.743 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 21 06:43:47.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.743 INFO kablam! | Sep 21 06:43:47.743 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.743 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.743 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.743 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.743 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.743 INFO kablam! Sep 21 06:43:47.743 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.743 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 21 06:43:47.743 INFO kablam! | Sep 21 06:43:47.743 INFO kablam! 223 | pub type MatrixSliceMut3<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:47.743 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.743 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 21 06:43:47.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.744 INFO kablam! | Sep 21 06:43:47.744 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.744 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 21 06:43:47.744 INFO kablam! | Sep 21 06:43:47.744 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 21 06:43:47.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.744 INFO kablam! Sep 21 06:43:47.744 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.744 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 21 06:43:47.744 INFO kablam! | Sep 21 06:43:47.744 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 21 06:43:47.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.744 INFO kablam! | Sep 21 06:43:47.744 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.744 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.744 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.744 INFO kablam! Sep 21 06:43:47.744 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.745 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 21 06:43:47.745 INFO kablam! | Sep 21 06:43:47.745 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 21 06:43:47.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.745 INFO kablam! | Sep 21 06:43:47.745 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.745 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.745 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.745 INFO kablam! Sep 21 06:43:47.745 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.745 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 21 06:43:47.745 INFO kablam! | Sep 21 06:43:47.745 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 21 06:43:47.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.745 INFO kablam! | Sep 21 06:43:47.745 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.745 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.745 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.745 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.745 INFO kablam! Sep 21 06:43:47.745 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.745 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 21 06:43:47.746 INFO kablam! | Sep 21 06:43:47.746 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 21 06:43:47.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.746 INFO kablam! | Sep 21 06:43:47.746 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.746 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.746 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.746 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.746 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.746 INFO kablam! Sep 21 06:43:47.746 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.746 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 21 06:43:47.746 INFO kablam! | Sep 21 06:43:47.746 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 21 06:43:47.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.746 INFO kablam! | Sep 21 06:43:47.746 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.746 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.746 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.746 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.747 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.747 INFO kablam! Sep 21 06:43:47.747 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.747 INFO kablam! --> src/core/alias.rs:64:25 Sep 21 06:43:47.747 INFO kablam! | Sep 21 06:43:47.747 INFO kablam! 64 | pub type Matrix3x6 = MatrixMN; Sep 21 06:43:47.747 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.747 INFO kablam! | | Sep 21 06:43:47.747 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.747 INFO kablam! | Sep 21 06:43:47.747 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.747 INFO kablam! --> src/core/alias.rs:64:25 Sep 21 06:43:47.747 INFO kablam! | Sep 21 06:43:47.747 INFO kablam! 64 | pub type Matrix3x6 = MatrixMN; Sep 21 06:43:47.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.747 INFO kablam! Sep 21 06:43:47.747 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.747 INFO kablam! --> src/core/alias.rs:67:25 Sep 21 06:43:47.747 INFO kablam! | Sep 21 06:43:47.747 INFO kablam! 67 | pub type Matrix4x5 = MatrixMN; Sep 21 06:43:47.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.748 INFO kablam! | Sep 21 06:43:47.748 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.748 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.748 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.748 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.748 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.748 INFO kablam! Sep 21 06:43:47.748 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.748 INFO kablam! --> src/core/alias.rs:67:25 Sep 21 06:43:47.748 INFO kablam! | Sep 21 06:43:47.748 INFO kablam! 67 | pub type Matrix4x5 = MatrixMN; Sep 21 06:43:47.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.748 INFO kablam! | Sep 21 06:43:47.748 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.748 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.748 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.748 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.748 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.748 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.748 INFO kablam! Sep 21 06:43:47.749 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.749 INFO kablam! --> src/core/alias.rs:67:25 Sep 21 06:43:47.749 INFO kablam! | Sep 21 06:43:47.749 INFO kablam! 67 | pub type Matrix4x5 = MatrixMN; Sep 21 06:43:47.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.749 INFO kablam! | Sep 21 06:43:47.749 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.749 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.749 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.749 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.749 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.749 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.749 INFO kablam! Sep 21 06:43:47.749 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.749 INFO kablam! --> src/core/alias.rs:67:25 Sep 21 06:43:47.749 INFO kablam! | Sep 21 06:43:47.749 INFO kablam! 67 | pub type Matrix4x5 = MatrixMN; Sep 21 06:43:47.749 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.749 INFO kablam! | | Sep 21 06:43:47.749 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.749 INFO kablam! | Sep 21 06:43:47.749 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.750 INFO kablam! --> src/core/alias.rs:67:25 Sep 21 06:43:47.750 INFO kablam! | Sep 21 06:43:47.750 INFO kablam! 67 | pub type Matrix4x5 = MatrixMN; Sep 21 06:43:47.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.750 INFO kablam! Sep 21 06:43:47.750 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.750 INFO kablam! --> src/core/alias.rs:69:25 Sep 21 06:43:47.750 INFO kablam! | Sep 21 06:43:47.750 INFO kablam! 69 | pub type Matrix4x6 = MatrixMN; Sep 21 06:43:47.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.750 INFO kablam! | Sep 21 06:43:47.750 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.750 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.750 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.750 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.750 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.750 INFO kablam! Sep 21 06:43:47.750 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.750 INFO kablam! --> src/core/alias.rs:69:25 Sep 21 06:43:47.750 INFO kablam! | Sep 21 06:43:47.750 INFO kablam! 69 | pub type Matrix4x6 = MatrixMN; Sep 21 06:43:47.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.750 INFO kablam! | Sep 21 06:43:47.751 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.751 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.751 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.751 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.751 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.751 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.751 INFO kablam! Sep 21 06:43:47.751 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.751 INFO kablam! --> src/core/alias.rs:69:25 Sep 21 06:43:47.751 INFO kablam! | Sep 21 06:43:47.751 INFO kablam! 69 | pub type Matrix4x6 = MatrixMN; Sep 21 06:43:47.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.751 INFO kablam! | Sep 21 06:43:47.751 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.751 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.751 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.751 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.751 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.751 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.751 INFO kablam! Sep 21 06:43:47.752 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.752 INFO kablam! --> src/core/alias.rs:69:25 Sep 21 06:43:47.752 INFO kablam! | Sep 21 06:43:47.752 INFO kablam! 69 | pub type Matrix4x6 = MatrixMN; Sep 21 06:43:47.752 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.752 INFO kablam! | | Sep 21 06:43:47.752 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.752 INFO kablam! | Sep 21 06:43:47.752 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.752 INFO kablam! --> src/core/alias.rs:69:25 Sep 21 06:43:47.752 INFO kablam! | Sep 21 06:43:47.752 INFO kablam! 69 | pub type Matrix4x6 = MatrixMN; Sep 21 06:43:47.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.752 INFO kablam! Sep 21 06:43:47.752 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.752 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 21 06:43:47.752 INFO kablam! | Sep 21 06:43:47.752 INFO kablam! 226 | pub type MatrixSliceMut4<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:47.752 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.752 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 21 06:43:47.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.752 INFO kablam! | Sep 21 06:43:47.752 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.752 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 21 06:43:47.752 INFO kablam! | Sep 21 06:43:47.752 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 21 06:43:47.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.752 INFO kablam! Sep 21 06:43:47.752 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.752 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 21 06:43:47.752 INFO kablam! | Sep 21 06:43:47.752 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 21 06:43:47.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.753 INFO kablam! | Sep 21 06:43:47.753 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.753 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.753 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.753 INFO kablam! Sep 21 06:43:47.753 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.753 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 21 06:43:47.753 INFO kablam! | Sep 21 06:43:47.753 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 21 06:43:47.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.753 INFO kablam! | Sep 21 06:43:47.753 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.753 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.753 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.753 INFO kablam! Sep 21 06:43:47.753 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.753 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 21 06:43:47.753 INFO kablam! | Sep 21 06:43:47.754 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 21 06:43:47.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.754 INFO kablam! | Sep 21 06:43:47.754 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.754 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.754 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.754 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.754 INFO kablam! Sep 21 06:43:47.754 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.754 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 21 06:43:47.754 INFO kablam! | Sep 21 06:43:47.754 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 21 06:43:47.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.754 INFO kablam! | Sep 21 06:43:47.754 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.754 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.754 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.754 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.754 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.754 INFO kablam! Sep 21 06:43:47.754 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.754 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 21 06:43:47.754 INFO kablam! | Sep 21 06:43:47.754 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 21 06:43:47.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.754 INFO kablam! | Sep 21 06:43:47.754 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.758 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.758 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.758 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.758 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.758 INFO kablam! Sep 21 06:43:47.758 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.758 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 21 06:43:47.758 INFO kablam! | Sep 21 06:43:47.758 INFO kablam! 229 | pub type MatrixSliceMut5<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:47.758 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.758 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 21 06:43:47.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.758 INFO kablam! | Sep 21 06:43:47.758 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.758 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 21 06:43:47.758 INFO kablam! | Sep 21 06:43:47.758 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 21 06:43:47.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.758 INFO kablam! Sep 21 06:43:47.758 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.758 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 21 06:43:47.758 INFO kablam! | Sep 21 06:43:47.758 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 21 06:43:47.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.758 INFO kablam! | Sep 21 06:43:47.759 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.759 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.759 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.759 INFO kablam! Sep 21 06:43:47.759 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.759 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 21 06:43:47.759 INFO kablam! | Sep 21 06:43:47.759 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 21 06:43:47.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.759 INFO kablam! | Sep 21 06:43:47.759 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.759 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.759 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.759 INFO kablam! Sep 21 06:43:47.759 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.759 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 21 06:43:47.759 INFO kablam! | Sep 21 06:43:47.759 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 21 06:43:47.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.759 INFO kablam! | Sep 21 06:43:47.759 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.759 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.760 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.760 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.760 INFO kablam! Sep 21 06:43:47.760 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.760 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 21 06:43:47.760 INFO kablam! | Sep 21 06:43:47.760 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 21 06:43:47.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.760 INFO kablam! | Sep 21 06:43:47.760 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.760 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.760 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.760 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.760 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.760 INFO kablam! Sep 21 06:43:47.760 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.760 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 21 06:43:47.760 INFO kablam! | Sep 21 06:43:47.760 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 21 06:43:47.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.760 INFO kablam! | Sep 21 06:43:47.760 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.760 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.760 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.760 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.760 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.760 INFO kablam! Sep 21 06:43:47.760 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.760 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 21 06:43:47.760 INFO kablam! | Sep 21 06:43:47.760 INFO kablam! 232 | pub type MatrixSliceMut6<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:47.761 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.761 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 21 06:43:47.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.761 INFO kablam! | Sep 21 06:43:47.761 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.761 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 21 06:43:47.761 INFO kablam! | Sep 21 06:43:47.761 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 21 06:43:47.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.761 INFO kablam! Sep 21 06:43:47.761 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.761 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 21 06:43:47.761 INFO kablam! | Sep 21 06:43:47.761 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:47.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.761 INFO kablam! | Sep 21 06:43:47.761 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.761 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.761 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.761 INFO kablam! Sep 21 06:43:47.761 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.761 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 21 06:43:47.761 INFO kablam! | Sep 21 06:43:47.761 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:47.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.761 INFO kablam! | Sep 21 06:43:47.761 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.761 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.761 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.762 INFO kablam! Sep 21 06:43:47.762 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.762 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 21 06:43:47.762 INFO kablam! | Sep 21 06:43:47.762 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:47.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.762 INFO kablam! | Sep 21 06:43:47.762 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.762 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.762 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.762 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.762 INFO kablam! Sep 21 06:43:47.762 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.762 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 21 06:43:47.762 INFO kablam! | Sep 21 06:43:47.762 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:47.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.762 INFO kablam! | Sep 21 06:43:47.762 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.762 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.762 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.762 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.762 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.762 INFO kablam! Sep 21 06:43:47.762 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.762 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 21 06:43:47.762 INFO kablam! | Sep 21 06:43:47.762 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:47.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.763 INFO kablam! | Sep 21 06:43:47.763 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.763 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.763 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.763 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.763 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.763 INFO kablam! Sep 21 06:43:47.763 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.763 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 21 06:43:47.763 INFO kablam! | Sep 21 06:43:47.763 INFO kablam! 236 | pub type MatrixSliceMut1x2<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:47.763 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.763 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:47.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.763 INFO kablam! | Sep 21 06:43:47.763 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.763 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 21 06:43:47.763 INFO kablam! | Sep 21 06:43:47.763 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:47.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.763 INFO kablam! Sep 21 06:43:47.763 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.763 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 21 06:43:47.764 INFO kablam! | Sep 21 06:43:47.764 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:47.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.764 INFO kablam! | Sep 21 06:43:47.764 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.764 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.764 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.764 INFO kablam! Sep 21 06:43:47.764 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.764 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 21 06:43:47.764 INFO kablam! | Sep 21 06:43:47.764 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:47.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.764 INFO kablam! | Sep 21 06:43:47.764 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.764 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.764 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.764 INFO kablam! Sep 21 06:43:47.764 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.764 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 21 06:43:47.764 INFO kablam! | Sep 21 06:43:47.764 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:47.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.764 INFO kablam! | Sep 21 06:43:47.764 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.765 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.765 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.765 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.765 INFO kablam! Sep 21 06:43:47.765 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.765 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 21 06:43:47.765 INFO kablam! | Sep 21 06:43:47.765 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:47.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.765 INFO kablam! | Sep 21 06:43:47.765 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.765 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.765 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.765 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.765 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.765 INFO kablam! Sep 21 06:43:47.765 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.765 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 21 06:43:47.765 INFO kablam! | Sep 21 06:43:47.765 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:47.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.765 INFO kablam! | Sep 21 06:43:47.765 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.765 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.765 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.765 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.765 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.765 INFO kablam! Sep 21 06:43:47.765 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.765 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 21 06:43:47.765 INFO kablam! | Sep 21 06:43:47.766 INFO kablam! 239 | pub type MatrixSliceMut1x3<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:47.766 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.766 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:47.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.766 INFO kablam! | Sep 21 06:43:47.766 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.766 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 21 06:43:47.766 INFO kablam! | Sep 21 06:43:47.766 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:47.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.766 INFO kablam! Sep 21 06:43:47.766 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.766 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 21 06:43:47.766 INFO kablam! | Sep 21 06:43:47.766 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:47.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.766 INFO kablam! | Sep 21 06:43:47.766 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.766 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.766 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.766 INFO kablam! Sep 21 06:43:47.766 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.766 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 21 06:43:47.766 INFO kablam! | Sep 21 06:43:47.766 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:47.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.766 INFO kablam! | Sep 21 06:43:47.766 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.766 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.766 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.766 INFO kablam! Sep 21 06:43:47.767 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.767 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 21 06:43:47.767 INFO kablam! | Sep 21 06:43:47.767 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:47.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.767 INFO kablam! | Sep 21 06:43:47.767 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.767 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.767 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.767 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.767 INFO kablam! Sep 21 06:43:47.767 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.767 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 21 06:43:47.767 INFO kablam! | Sep 21 06:43:47.767 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:47.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.767 INFO kablam! | Sep 21 06:43:47.767 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.767 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.767 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.767 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.767 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.767 INFO kablam! Sep 21 06:43:47.767 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.767 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 21 06:43:47.767 INFO kablam! | Sep 21 06:43:47.767 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:47.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.767 INFO kablam! | Sep 21 06:43:47.768 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.768 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.768 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.768 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.768 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.768 INFO kablam! Sep 21 06:43:47.768 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.768 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 21 06:43:47.768 INFO kablam! | Sep 21 06:43:47.768 INFO kablam! 242 | pub type MatrixSliceMut1x4<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:47.768 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.768 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:47.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.768 INFO kablam! | Sep 21 06:43:47.768 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.768 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 21 06:43:47.768 INFO kablam! | Sep 21 06:43:47.768 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:47.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.768 INFO kablam! Sep 21 06:43:47.768 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.769 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 21 06:43:47.769 INFO kablam! | Sep 21 06:43:47.769 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:47.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.769 INFO kablam! | Sep 21 06:43:47.769 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.769 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.769 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.769 INFO kablam! Sep 21 06:43:47.769 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.769 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 21 06:43:47.769 INFO kablam! | Sep 21 06:43:47.769 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:47.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.769 INFO kablam! | Sep 21 06:43:47.769 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.769 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.769 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.769 INFO kablam! Sep 21 06:43:47.769 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.769 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 21 06:43:47.769 INFO kablam! | Sep 21 06:43:47.769 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:47.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.769 INFO kablam! | Sep 21 06:43:47.769 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.769 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.769 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.769 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.770 INFO kablam! Sep 21 06:43:47.770 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.770 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 21 06:43:47.770 INFO kablam! | Sep 21 06:43:47.770 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:47.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.770 INFO kablam! | Sep 21 06:43:47.770 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.770 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.770 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.770 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.770 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.770 INFO kablam! Sep 21 06:43:47.770 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.770 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 21 06:43:47.770 INFO kablam! | Sep 21 06:43:47.770 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:47.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.770 INFO kablam! | Sep 21 06:43:47.770 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.770 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.770 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.771 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.771 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.771 INFO kablam! Sep 21 06:43:47.771 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.771 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 21 06:43:47.771 INFO kablam! | Sep 21 06:43:47.771 INFO kablam! 245 | pub type MatrixSliceMut1x5<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:47.771 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.771 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:47.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.771 INFO kablam! | Sep 21 06:43:47.771 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.771 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 21 06:43:47.771 INFO kablam! | Sep 21 06:43:47.771 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:47.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.771 INFO kablam! Sep 21 06:43:47.771 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.771 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 21 06:43:47.771 INFO kablam! | Sep 21 06:43:47.771 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:47.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.771 INFO kablam! | Sep 21 06:43:47.771 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.771 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.771 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.771 INFO kablam! Sep 21 06:43:47.771 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.771 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 21 06:43:47.771 INFO kablam! | Sep 21 06:43:47.771 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:47.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.771 INFO kablam! | Sep 21 06:43:47.771 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.771 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.771 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.771 INFO kablam! Sep 21 06:43:47.771 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.771 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 21 06:43:47.771 INFO kablam! | Sep 21 06:43:47.772 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:47.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.772 INFO kablam! | Sep 21 06:43:47.772 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.773 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.773 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.773 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.773 INFO kablam! Sep 21 06:43:47.773 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.773 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 21 06:43:47.773 INFO kablam! | Sep 21 06:43:47.773 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:47.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.773 INFO kablam! | Sep 21 06:43:47.773 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.773 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.773 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.773 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.773 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.773 INFO kablam! Sep 21 06:43:47.773 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.773 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 21 06:43:47.773 INFO kablam! | Sep 21 06:43:47.773 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:47.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.773 INFO kablam! | Sep 21 06:43:47.773 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.773 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.773 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.773 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.773 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.773 INFO kablam! Sep 21 06:43:47.773 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.773 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 21 06:43:47.773 INFO kablam! | Sep 21 06:43:47.773 INFO kablam! 248 | pub type MatrixSliceMut1x6<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:47.773 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.773 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:47.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.773 INFO kablam! | Sep 21 06:43:47.773 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.773 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 21 06:43:47.773 INFO kablam! | Sep 21 06:43:47.773 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:47.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.773 INFO kablam! Sep 21 06:43:47.773 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.773 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 21 06:43:47.773 INFO kablam! | Sep 21 06:43:47.773 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:47.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.773 INFO kablam! | Sep 21 06:43:47.773 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.773 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.773 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.773 INFO kablam! Sep 21 06:43:47.773 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.773 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 21 06:43:47.773 INFO kablam! | Sep 21 06:43:47.773 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:47.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.774 INFO kablam! | Sep 21 06:43:47.774 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.774 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.774 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.774 INFO kablam! Sep 21 06:43:47.774 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.774 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 21 06:43:47.774 INFO kablam! | Sep 21 06:43:47.774 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:47.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.774 INFO kablam! | Sep 21 06:43:47.775 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.775 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.775 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.775 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.775 INFO kablam! Sep 21 06:43:47.775 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.775 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 21 06:43:47.775 INFO kablam! | Sep 21 06:43:47.775 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:47.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.775 INFO kablam! | Sep 21 06:43:47.775 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.775 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.775 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.775 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.775 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.775 INFO kablam! Sep 21 06:43:47.775 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.775 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 21 06:43:47.776 INFO kablam! | Sep 21 06:43:47.776 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:47.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.776 INFO kablam! | Sep 21 06:43:47.776 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.776 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.776 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.776 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.776 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.776 INFO kablam! Sep 21 06:43:47.776 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.776 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 21 06:43:47.776 INFO kablam! | Sep 21 06:43:47.776 INFO kablam! 252 | pub type MatrixSliceMut2x1<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:47.776 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.776 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:47.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.776 INFO kablam! | Sep 21 06:43:47.776 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.776 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 21 06:43:47.776 INFO kablam! | Sep 21 06:43:47.776 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:47.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.776 INFO kablam! Sep 21 06:43:47.776 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.776 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 21 06:43:47.776 INFO kablam! | Sep 21 06:43:47.776 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:47.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.776 INFO kablam! | Sep 21 06:43:47.776 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.776 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.776 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.776 INFO kablam! Sep 21 06:43:47.776 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.776 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 21 06:43:47.776 INFO kablam! | Sep 21 06:43:47.776 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:47.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.776 INFO kablam! | Sep 21 06:43:47.776 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.776 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.776 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.776 INFO kablam! Sep 21 06:43:47.776 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.776 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 21 06:43:47.776 INFO kablam! | Sep 21 06:43:47.776 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:47.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.776 INFO kablam! | Sep 21 06:43:47.776 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.776 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.776 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.776 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.776 INFO kablam! Sep 21 06:43:47.776 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.777 INFO kablam! --> src/core/alias.rs:72:25 Sep 21 06:43:47.777 INFO kablam! | Sep 21 06:43:47.777 INFO kablam! 72 | pub type Matrix5x6 = MatrixMN; Sep 21 06:43:47.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.777 INFO kablam! | Sep 21 06:43:47.777 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.777 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.777 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.777 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.777 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.777 INFO kablam! Sep 21 06:43:47.777 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.777 INFO kablam! --> src/core/alias.rs:72:25 Sep 21 06:43:47.777 INFO kablam! | Sep 21 06:43:47.777 INFO kablam! 72 | pub type Matrix5x6 = MatrixMN; Sep 21 06:43:47.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.778 INFO kablam! | Sep 21 06:43:47.778 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.778 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.778 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.778 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.778 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.778 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.778 INFO kablam! Sep 21 06:43:47.778 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.778 INFO kablam! --> src/core/alias.rs:72:25 Sep 21 06:43:47.778 INFO kablam! | Sep 21 06:43:47.778 INFO kablam! 72 | pub type Matrix5x6 = MatrixMN; Sep 21 06:43:47.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.778 INFO kablam! | Sep 21 06:43:47.778 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.778 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.778 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.778 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.778 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.778 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.778 INFO kablam! Sep 21 06:43:47.778 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.778 INFO kablam! --> src/core/alias.rs:72:25 Sep 21 06:43:47.778 INFO kablam! | Sep 21 06:43:47.778 INFO kablam! 72 | pub type Matrix5x6 = MatrixMN; Sep 21 06:43:47.778 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.778 INFO kablam! | | Sep 21 06:43:47.778 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.778 INFO kablam! | Sep 21 06:43:47.778 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.778 INFO kablam! --> src/core/alias.rs:72:25 Sep 21 06:43:47.778 INFO kablam! | Sep 21 06:43:47.778 INFO kablam! 72 | pub type Matrix5x6 = MatrixMN; Sep 21 06:43:47.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.778 INFO kablam! Sep 21 06:43:47.778 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.779 INFO kablam! --> src/core/alias.rs:75:25 Sep 21 06:43:47.779 INFO kablam! | Sep 21 06:43:47.779 INFO kablam! 75 | pub type Matrix2x1 = MatrixMN; Sep 21 06:43:47.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.779 INFO kablam! | Sep 21 06:43:47.779 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.779 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.779 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.779 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.779 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.779 INFO kablam! Sep 21 06:43:47.779 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.779 INFO kablam! --> src/core/alias.rs:75:25 Sep 21 06:43:47.779 INFO kablam! | Sep 21 06:43:47.779 INFO kablam! 75 | pub type Matrix2x1 = MatrixMN; Sep 21 06:43:47.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.779 INFO kablam! | Sep 21 06:43:47.779 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.779 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.779 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.779 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.779 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.779 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.779 INFO kablam! Sep 21 06:43:47.779 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.779 INFO kablam! --> src/core/alias.rs:75:25 Sep 21 06:43:47.779 INFO kablam! | Sep 21 06:43:47.779 INFO kablam! 75 | pub type Matrix2x1 = MatrixMN; Sep 21 06:43:47.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.779 INFO kablam! | Sep 21 06:43:47.779 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.779 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.779 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.779 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.779 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.779 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.780 INFO kablam! Sep 21 06:43:47.780 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.780 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 21 06:43:47.780 INFO kablam! | Sep 21 06:43:47.780 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:47.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.780 INFO kablam! | Sep 21 06:43:47.780 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.780 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.780 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.780 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.780 INFO kablam! --> src/core/alias.rs:75:25 Sep 21 06:43:47.780 INFO kablam! | Sep 21 06:43:47.780 INFO kablam! 75 | pub type Matrix2x1 = MatrixMN; Sep 21 06:43:47.780 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.781 INFO kablam! | | Sep 21 06:43:47.781 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.781 INFO kablam! | Sep 21 06:43:47.781 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.781 INFO kablam! --> src/core/alias.rs:75:25 Sep 21 06:43:47.781 INFO kablam! | Sep 21 06:43:47.781 INFO kablam! 75 | pub type Matrix2x1 = MatrixMN; Sep 21 06:43:47.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.781 INFO kablam! Sep 21 06:43:47.781 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.781 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.781 INFO kablam! Sep 21 06:43:47.781 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.781 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 21 06:43:47.781 INFO kablam! | Sep 21 06:43:47.781 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:47.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.781 INFO kablam! | Sep 21 06:43:47.781 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.781 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.781 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.781 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.781 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.781 INFO kablam! Sep 21 06:43:47.781 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.781 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 21 06:43:47.781 INFO kablam! | Sep 21 06:43:47.781 INFO kablam! 255 | pub type MatrixSliceMut2x3<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:47.781 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.781 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:47.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.782 INFO kablam! | Sep 21 06:43:47.782 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.782 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 21 06:43:47.782 INFO kablam! | Sep 21 06:43:47.782 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:47.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.782 INFO kablam! Sep 21 06:43:47.782 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.782 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 21 06:43:47.782 INFO kablam! | Sep 21 06:43:47.782 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:47.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.782 INFO kablam! | Sep 21 06:43:47.782 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.782 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.782 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.782 INFO kablam! Sep 21 06:43:47.782 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.782 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 21 06:43:47.782 INFO kablam! | Sep 21 06:43:47.782 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:47.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.782 INFO kablam! | Sep 21 06:43:47.782 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.782 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.782 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.782 INFO kablam! Sep 21 06:43:47.782 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.782 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 21 06:43:47.782 INFO kablam! | Sep 21 06:43:47.782 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:47.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.782 INFO kablam! | Sep 21 06:43:47.782 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.782 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.782 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.782 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.782 INFO kablam! Sep 21 06:43:47.783 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.783 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 21 06:43:47.783 INFO kablam! | Sep 21 06:43:47.783 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:47.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.783 INFO kablam! | Sep 21 06:43:47.783 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.783 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.783 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.783 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.783 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.783 INFO kablam! Sep 21 06:43:47.783 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.783 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 21 06:43:47.783 INFO kablam! | Sep 21 06:43:47.784 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:47.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.784 INFO kablam! | Sep 21 06:43:47.784 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.784 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.784 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.784 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.784 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.784 INFO kablam! Sep 21 06:43:47.784 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.784 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 21 06:43:47.784 INFO kablam! | Sep 21 06:43:47.784 INFO kablam! 258 | pub type MatrixSliceMut2x4<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:47.784 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.784 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:47.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.784 INFO kablam! | Sep 21 06:43:47.784 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.784 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 21 06:43:47.784 INFO kablam! | Sep 21 06:43:47.784 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:47.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.784 INFO kablam! Sep 21 06:43:47.784 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.784 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 21 06:43:47.785 INFO kablam! | Sep 21 06:43:47.785 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:47.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.785 INFO kablam! | Sep 21 06:43:47.785 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.785 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.785 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.785 INFO kablam! Sep 21 06:43:47.785 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.785 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 21 06:43:47.785 INFO kablam! | Sep 21 06:43:47.785 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:47.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.785 INFO kablam! | Sep 21 06:43:47.785 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.785 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.785 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.785 INFO kablam! Sep 21 06:43:47.785 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.785 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 21 06:43:47.785 INFO kablam! | Sep 21 06:43:47.785 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:47.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.785 INFO kablam! | Sep 21 06:43:47.785 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.785 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.785 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.785 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.785 INFO kablam! Sep 21 06:43:47.785 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.785 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 21 06:43:47.785 INFO kablam! | Sep 21 06:43:47.785 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:47.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.785 INFO kablam! | Sep 21 06:43:47.785 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.785 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.785 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.786 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.786 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.786 INFO kablam! Sep 21 06:43:47.786 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.786 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 21 06:43:47.786 INFO kablam! | Sep 21 06:43:47.786 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:47.786 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.786 INFO kablam! | Sep 21 06:43:47.786 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.786 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.786 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.786 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.786 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.786 INFO kablam! Sep 21 06:43:47.786 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.786 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 21 06:43:47.786 INFO kablam! | Sep 21 06:43:47.786 INFO kablam! 261 | pub type MatrixSliceMut2x5<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:47.786 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.786 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:47.786 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.786 INFO kablam! | Sep 21 06:43:47.786 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.786 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 21 06:43:47.786 INFO kablam! | Sep 21 06:43:47.786 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:47.786 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.786 INFO kablam! Sep 21 06:43:47.787 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.787 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 21 06:43:47.787 INFO kablam! | Sep 21 06:43:47.787 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:47.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.787 INFO kablam! | Sep 21 06:43:47.787 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.787 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.787 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.787 INFO kablam! Sep 21 06:43:47.787 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.787 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 21 06:43:47.787 INFO kablam! | Sep 21 06:43:47.787 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:47.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.787 INFO kablam! | Sep 21 06:43:47.787 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.787 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.787 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.787 INFO kablam! Sep 21 06:43:47.787 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.788 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 21 06:43:47.788 INFO kablam! | Sep 21 06:43:47.788 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:47.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.788 INFO kablam! | Sep 21 06:43:47.788 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.788 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.788 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.788 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.788 INFO kablam! Sep 21 06:43:47.788 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.788 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 21 06:43:47.788 INFO kablam! | Sep 21 06:43:47.788 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:47.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.788 INFO kablam! | Sep 21 06:43:47.788 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.788 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.788 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.788 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.788 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.788 INFO kablam! Sep 21 06:43:47.788 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.788 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 21 06:43:47.788 INFO kablam! | Sep 21 06:43:47.789 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:47.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.789 INFO kablam! | Sep 21 06:43:47.789 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.789 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.789 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.789 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.789 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.789 INFO kablam! Sep 21 06:43:47.789 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.789 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 21 06:43:47.789 INFO kablam! | Sep 21 06:43:47.789 INFO kablam! 264 | pub type MatrixSliceMut2x6<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:47.789 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.789 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:47.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.789 INFO kablam! | Sep 21 06:43:47.789 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.789 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 21 06:43:47.789 INFO kablam! | Sep 21 06:43:47.789 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:47.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.789 INFO kablam! Sep 21 06:43:47.789 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.789 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 21 06:43:47.789 INFO kablam! | Sep 21 06:43:47.789 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:47.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.789 INFO kablam! | Sep 21 06:43:47.789 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.789 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.789 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.789 INFO kablam! Sep 21 06:43:47.789 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.789 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 21 06:43:47.789 INFO kablam! | Sep 21 06:43:47.789 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:47.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.790 INFO kablam! | Sep 21 06:43:47.790 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.790 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.790 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.790 INFO kablam! Sep 21 06:43:47.790 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.790 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 21 06:43:47.790 INFO kablam! | Sep 21 06:43:47.790 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:47.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.790 INFO kablam! | Sep 21 06:43:47.790 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.790 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.790 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.790 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.790 INFO kablam! Sep 21 06:43:47.790 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.790 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 21 06:43:47.790 INFO kablam! | Sep 21 06:43:47.790 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:47.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.790 INFO kablam! | Sep 21 06:43:47.790 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.790 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.790 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.790 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.790 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.790 INFO kablam! Sep 21 06:43:47.790 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.790 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 21 06:43:47.790 INFO kablam! | Sep 21 06:43:47.790 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:47.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.790 INFO kablam! | Sep 21 06:43:47.790 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.790 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.790 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.790 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.790 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.791 INFO kablam! Sep 21 06:43:47.791 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.791 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 21 06:43:47.791 INFO kablam! | Sep 21 06:43:47.791 INFO kablam! 268 | pub type MatrixSliceMut3x1<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:47.791 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.791 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:47.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.791 INFO kablam! | Sep 21 06:43:47.791 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.791 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 21 06:43:47.791 INFO kablam! | Sep 21 06:43:47.791 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:47.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.791 INFO kablam! Sep 21 06:43:47.791 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.791 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 21 06:43:47.791 INFO kablam! | Sep 21 06:43:47.791 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:47.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.791 INFO kablam! | Sep 21 06:43:47.791 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.792 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.792 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.792 INFO kablam! Sep 21 06:43:47.792 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.792 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 21 06:43:47.792 INFO kablam! | Sep 21 06:43:47.792 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:47.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.792 INFO kablam! | Sep 21 06:43:47.792 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.792 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.792 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.792 INFO kablam! Sep 21 06:43:47.792 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.792 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 21 06:43:47.792 INFO kablam! | Sep 21 06:43:47.792 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:47.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.792 INFO kablam! | Sep 21 06:43:47.793 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.793 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.793 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.793 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.793 INFO kablam! Sep 21 06:43:47.793 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.793 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 21 06:43:47.793 INFO kablam! | Sep 21 06:43:47.793 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:47.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.793 INFO kablam! | Sep 21 06:43:47.793 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.793 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.793 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.793 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.793 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.793 INFO kablam! Sep 21 06:43:47.793 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.793 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 21 06:43:47.793 INFO kablam! | Sep 21 06:43:47.793 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:47.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.793 INFO kablam! | Sep 21 06:43:47.793 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.793 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.793 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.793 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.793 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.793 INFO kablam! Sep 21 06:43:47.793 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.793 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 21 06:43:47.793 INFO kablam! | Sep 21 06:43:47.793 INFO kablam! 271 | pub type MatrixSliceMut3x2<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:47.793 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.793 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:47.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.794 INFO kablam! | Sep 21 06:43:47.794 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.794 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 21 06:43:47.794 INFO kablam! | Sep 21 06:43:47.794 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:47.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.794 INFO kablam! Sep 21 06:43:47.794 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.794 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 21 06:43:47.794 INFO kablam! | Sep 21 06:43:47.794 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:47.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.794 INFO kablam! | Sep 21 06:43:47.794 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.794 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.794 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.794 INFO kablam! Sep 21 06:43:47.794 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.794 INFO kablam! --> src/core/alias.rs:77:25 Sep 21 06:43:47.794 INFO kablam! | Sep 21 06:43:47.794 INFO kablam! 77 | pub type Matrix3x1 = MatrixMN; Sep 21 06:43:47.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.794 INFO kablam! | Sep 21 06:43:47.794 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.794 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.794 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.794 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.794 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.794 INFO kablam! Sep 21 06:43:47.794 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.794 INFO kablam! --> src/core/alias.rs:77:25 Sep 21 06:43:47.794 INFO kablam! | Sep 21 06:43:47.794 INFO kablam! 77 | pub type Matrix3x1 = MatrixMN; Sep 21 06:43:47.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.794 INFO kablam! | Sep 21 06:43:47.794 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.794 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.794 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.794 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.795 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.795 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.795 INFO kablam! Sep 21 06:43:47.795 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.795 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 21 06:43:47.795 INFO kablam! | Sep 21 06:43:47.795 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:47.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.795 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.795 INFO kablam! --> src/core/alias.rs:77:25 Sep 21 06:43:47.795 INFO kablam! | Sep 21 06:43:47.795 INFO kablam! 77 | pub type Matrix3x1 = MatrixMN; Sep 21 06:43:47.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.795 INFO kablam! | Sep 21 06:43:47.795 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.795 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.795 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.796 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.796 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.796 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.796 INFO kablam! Sep 21 06:43:47.796 INFO kablam! | Sep 21 06:43:47.796 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.796 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.796 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.796 INFO kablam! Sep 21 06:43:47.796 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.796 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.796 INFO kablam! --> src/core/alias.rs:77:25 Sep 21 06:43:47.796 INFO kablam! | Sep 21 06:43:47.796 INFO kablam! 77 | pub type Matrix3x1 = MatrixMN; Sep 21 06:43:47.796 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.796 INFO kablam! | | Sep 21 06:43:47.796 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 21 06:43:47.796 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.796 INFO kablam! | Sep 21 06:43:47.796 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:47.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.796 INFO kablam! | Sep 21 06:43:47.796 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.797 INFO kablam! --> src/core/alias.rs:77:25 Sep 21 06:43:47.797 INFO kablam! | Sep 21 06:43:47.797 INFO kablam! 77 | pub type Matrix3x1 = MatrixMN; Sep 21 06:43:47.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.797 INFO kablam! Sep 21 06:43:47.797 INFO kablam! | Sep 21 06:43:47.797 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.797 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.797 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.797 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.797 INFO kablam! Sep 21 06:43:47.797 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.797 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 21 06:43:47.797 INFO kablam! | Sep 21 06:43:47.797 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:47.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.797 INFO kablam! | Sep 21 06:43:47.797 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.797 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.797 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.797 INFO kablam! --> src/core/alias.rs:79:25 Sep 21 06:43:47.797 INFO kablam! | Sep 21 06:43:47.797 INFO kablam! 79 | pub type Matrix4x1 = MatrixMN; Sep 21 06:43:47.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.797 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.797 INFO kablam! | Sep 21 06:43:47.797 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.797 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.797 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.797 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.797 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.797 INFO kablam! Sep 21 06:43:47.797 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.797 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.797 INFO kablam! Sep 21 06:43:47.797 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.797 INFO kablam! --> src/core/alias.rs:79:25 Sep 21 06:43:47.797 INFO kablam! | Sep 21 06:43:47.798 INFO kablam! 79 | pub type Matrix4x1 = MatrixMN; Sep 21 06:43:47.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.798 INFO kablam! | Sep 21 06:43:47.798 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.798 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.798 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.798 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.798 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.798 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.798 INFO kablam! Sep 21 06:43:47.798 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.798 INFO kablam! --> src/core/alias.rs:79:25 Sep 21 06:43:47.798 INFO kablam! | Sep 21 06:43:47.798 INFO kablam! 79 | pub type Matrix4x1 = MatrixMN; Sep 21 06:43:47.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.798 INFO kablam! | Sep 21 06:43:47.798 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.798 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.798 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.798 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.798 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.798 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.798 INFO kablam! Sep 21 06:43:47.798 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.798 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 21 06:43:47.798 INFO kablam! | Sep 21 06:43:47.798 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:47.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.798 INFO kablam! | Sep 21 06:43:47.798 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.798 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.798 INFO kablam! --> src/core/alias.rs:79:25 Sep 21 06:43:47.798 INFO kablam! | Sep 21 06:43:47.799 INFO kablam! 79 | pub type Matrix4x1 = MatrixMN; Sep 21 06:43:47.799 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.799 INFO kablam! | | Sep 21 06:43:47.799 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.799 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.799 INFO kablam! | Sep 21 06:43:47.799 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.799 INFO kablam! --> src/core/alias.rs:79:25 Sep 21 06:43:47.799 INFO kablam! | Sep 21 06:43:47.799 INFO kablam! 79 | pub type Matrix4x1 = MatrixMN; Sep 21 06:43:47.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.799 INFO kablam! Sep 21 06:43:47.799 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.799 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.799 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.799 INFO kablam! Sep 21 06:43:47.799 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.799 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 21 06:43:47.799 INFO kablam! | Sep 21 06:43:47.799 INFO kablam! 274 | pub type MatrixSliceMut3x4<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:47.799 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.799 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:47.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.800 INFO kablam! | Sep 21 06:43:47.800 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.800 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 21 06:43:47.800 INFO kablam! | Sep 21 06:43:47.800 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:47.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.800 INFO kablam! Sep 21 06:43:47.800 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.800 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 21 06:43:47.800 INFO kablam! | Sep 21 06:43:47.800 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:47.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.800 INFO kablam! | Sep 21 06:43:47.800 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.800 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.800 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.800 INFO kablam! Sep 21 06:43:47.800 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.800 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 21 06:43:47.800 INFO kablam! | Sep 21 06:43:47.801 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:47.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.801 INFO kablam! | Sep 21 06:43:47.801 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.801 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.801 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.801 INFO kablam! Sep 21 06:43:47.801 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.801 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 21 06:43:47.801 INFO kablam! | Sep 21 06:43:47.801 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:47.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.801 INFO kablam! | Sep 21 06:43:47.801 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.801 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.801 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.801 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.801 INFO kablam! Sep 21 06:43:47.801 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.801 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 21 06:43:47.801 INFO kablam! | Sep 21 06:43:47.801 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:47.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.801 INFO kablam! | Sep 21 06:43:47.801 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.801 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.801 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.801 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.801 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.801 INFO kablam! Sep 21 06:43:47.801 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.801 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 21 06:43:47.801 INFO kablam! | Sep 21 06:43:47.801 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:47.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.801 INFO kablam! | Sep 21 06:43:47.801 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.801 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.801 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.801 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.802 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.802 INFO kablam! Sep 21 06:43:47.802 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.802 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 21 06:43:47.802 INFO kablam! | Sep 21 06:43:47.802 INFO kablam! 277 | pub type MatrixSliceMut3x5<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:47.802 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.802 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:47.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.802 INFO kablam! | Sep 21 06:43:47.802 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.802 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 21 06:43:47.802 INFO kablam! | Sep 21 06:43:47.802 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:47.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.802 INFO kablam! Sep 21 06:43:47.802 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.802 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 21 06:43:47.802 INFO kablam! | Sep 21 06:43:47.802 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:47.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.802 INFO kablam! | Sep 21 06:43:47.802 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.802 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.802 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.802 INFO kablam! Sep 21 06:43:47.802 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.802 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 21 06:43:47.802 INFO kablam! | Sep 21 06:43:47.802 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:47.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.802 INFO kablam! | Sep 21 06:43:47.802 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.802 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.802 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.802 INFO kablam! Sep 21 06:43:47.802 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.803 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 21 06:43:47.803 INFO kablam! | Sep 21 06:43:47.803 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:47.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.803 INFO kablam! | Sep 21 06:43:47.803 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.803 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.803 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.803 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.803 INFO kablam! Sep 21 06:43:47.803 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.803 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 21 06:43:47.803 INFO kablam! | Sep 21 06:43:47.803 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:47.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.803 INFO kablam! | Sep 21 06:43:47.803 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.803 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.803 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.803 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.803 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.804 INFO kablam! Sep 21 06:43:47.804 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.804 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 21 06:43:47.804 INFO kablam! | Sep 21 06:43:47.804 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:47.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.804 INFO kablam! | Sep 21 06:43:47.804 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.804 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.804 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.804 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.804 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.804 INFO kablam! Sep 21 06:43:47.804 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.804 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 21 06:43:47.804 INFO kablam! | Sep 21 06:43:47.804 INFO kablam! 280 | pub type MatrixSliceMut3x6<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:47.804 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.804 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:47.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.804 INFO kablam! | Sep 21 06:43:47.804 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.804 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 21 06:43:47.805 INFO kablam! | Sep 21 06:43:47.805 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:47.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.805 INFO kablam! Sep 21 06:43:47.805 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.805 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 21 06:43:47.805 INFO kablam! | Sep 21 06:43:47.805 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:47.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.805 INFO kablam! | Sep 21 06:43:47.805 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.805 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.805 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.805 INFO kablam! --> src/core/alias.rs:81:25 Sep 21 06:43:47.805 INFO kablam! | Sep 21 06:43:47.805 INFO kablam! 81 | pub type Matrix5x1 = MatrixMN; Sep 21 06:43:47.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.805 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.805 INFO kablam! Sep 21 06:43:47.805 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.805 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 21 06:43:47.805 INFO kablam! | Sep 21 06:43:47.805 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:47.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.805 INFO kablam! | Sep 21 06:43:47.805 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.805 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.806 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.806 INFO kablam! Sep 21 06:43:47.806 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.806 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 21 06:43:47.806 INFO kablam! | Sep 21 06:43:47.806 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:47.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.806 INFO kablam! | Sep 21 06:43:47.806 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.806 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.806 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.806 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.806 INFO kablam! Sep 21 06:43:47.806 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.806 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 21 06:43:47.806 INFO kablam! | Sep 21 06:43:47.806 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:47.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.806 INFO kablam! | Sep 21 06:43:47.806 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.806 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.806 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.806 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.806 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.806 INFO kablam! Sep 21 06:43:47.806 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.806 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 21 06:43:47.806 INFO kablam! | Sep 21 06:43:47.806 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:47.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.806 INFO kablam! | Sep 21 06:43:47.806 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.806 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.806 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.806 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.806 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.806 INFO kablam! Sep 21 06:43:47.807 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.807 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 21 06:43:47.807 INFO kablam! | Sep 21 06:43:47.807 INFO kablam! 284 | pub type MatrixSliceMut4x1<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:47.807 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.807 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:47.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.807 INFO kablam! | Sep 21 06:43:47.807 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.807 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 21 06:43:47.807 INFO kablam! | Sep 21 06:43:47.807 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:47.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.807 INFO kablam! Sep 21 06:43:47.808 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.808 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 21 06:43:47.808 INFO kablam! | Sep 21 06:43:47.808 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:47.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.808 INFO kablam! | Sep 21 06:43:47.808 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.808 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.808 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.808 INFO kablam! Sep 21 06:43:47.808 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.808 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 21 06:43:47.808 INFO kablam! | Sep 21 06:43:47.808 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:47.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.808 INFO kablam! | Sep 21 06:43:47.808 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.808 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.808 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.808 INFO kablam! Sep 21 06:43:47.808 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.808 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 21 06:43:47.808 INFO kablam! | Sep 21 06:43:47.808 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:47.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.808 INFO kablam! | Sep 21 06:43:47.808 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.808 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.808 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.808 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.808 INFO kablam! Sep 21 06:43:47.808 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.808 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 21 06:43:47.808 INFO kablam! | Sep 21 06:43:47.808 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:47.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.808 INFO kablam! | Sep 21 06:43:47.808 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.808 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.808 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.808 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.808 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.808 INFO kablam! Sep 21 06:43:47.808 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.808 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 21 06:43:47.808 INFO kablam! | Sep 21 06:43:47.808 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:47.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.808 INFO kablam! | Sep 21 06:43:47.809 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.809 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.809 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.809 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.809 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.809 INFO kablam! Sep 21 06:43:47.809 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.809 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 21 06:43:47.809 INFO kablam! | Sep 21 06:43:47.809 INFO kablam! 287 | pub type MatrixSliceMut4x2<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:47.809 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.809 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:47.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.809 INFO kablam! | Sep 21 06:43:47.809 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.809 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 21 06:43:47.809 INFO kablam! | Sep 21 06:43:47.809 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:47.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.809 INFO kablam! Sep 21 06:43:47.809 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.809 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 21 06:43:47.809 INFO kablam! | Sep 21 06:43:47.809 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:47.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.810 INFO kablam! | Sep 21 06:43:47.810 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.810 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.810 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.810 INFO kablam! Sep 21 06:43:47.810 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.810 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 21 06:43:47.810 INFO kablam! | Sep 21 06:43:47.810 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:47.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.810 INFO kablam! | Sep 21 06:43:47.810 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.810 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.810 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.810 INFO kablam! Sep 21 06:43:47.810 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.810 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 21 06:43:47.811 INFO kablam! | Sep 21 06:43:47.811 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:47.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.811 INFO kablam! | Sep 21 06:43:47.811 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.811 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.811 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.811 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.811 INFO kablam! Sep 21 06:43:47.811 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.811 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 21 06:43:47.811 INFO kablam! | Sep 21 06:43:47.811 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:47.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.811 INFO kablam! | Sep 21 06:43:47.811 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.811 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.811 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.811 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.811 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.811 INFO kablam! Sep 21 06:43:47.811 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.811 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 21 06:43:47.811 INFO kablam! | Sep 21 06:43:47.811 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:47.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.811 INFO kablam! | Sep 21 06:43:47.811 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.811 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.811 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.811 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.811 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.811 INFO kablam! Sep 21 06:43:47.811 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.811 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 21 06:43:47.811 INFO kablam! | Sep 21 06:43:47.811 INFO kablam! 290 | pub type MatrixSliceMut4x3<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:47.811 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.811 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:47.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.811 INFO kablam! | Sep 21 06:43:47.811 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.812 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 21 06:43:47.812 INFO kablam! | Sep 21 06:43:47.812 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:47.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.812 INFO kablam! Sep 21 06:43:47.812 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.812 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 21 06:43:47.812 INFO kablam! | Sep 21 06:43:47.812 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:47.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.812 INFO kablam! | Sep 21 06:43:47.812 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.812 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.812 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.812 INFO kablam! Sep 21 06:43:47.812 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.812 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 21 06:43:47.812 INFO kablam! | Sep 21 06:43:47.812 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:47.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.812 INFO kablam! | Sep 21 06:43:47.812 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.813 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.813 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.813 INFO kablam! Sep 21 06:43:47.813 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.813 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 21 06:43:47.813 INFO kablam! | Sep 21 06:43:47.813 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:47.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.813 INFO kablam! | Sep 21 06:43:47.813 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.813 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.813 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.813 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.813 INFO kablam! Sep 21 06:43:47.813 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.813 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 21 06:43:47.813 INFO kablam! | Sep 21 06:43:47.813 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:47.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.813 INFO kablam! | Sep 21 06:43:47.814 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.814 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.814 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.814 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.814 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.814 INFO kablam! Sep 21 06:43:47.814 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.814 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 21 06:43:47.814 INFO kablam! | Sep 21 06:43:47.814 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:47.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.814 INFO kablam! | Sep 21 06:43:47.814 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.814 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.814 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.814 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.814 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.814 INFO kablam! Sep 21 06:43:47.814 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.814 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 21 06:43:47.814 INFO kablam! | Sep 21 06:43:47.814 INFO kablam! 293 | pub type MatrixSliceMut4x5<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:47.814 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.814 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:47.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.814 INFO kablam! | Sep 21 06:43:47.814 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.814 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 21 06:43:47.814 INFO kablam! | Sep 21 06:43:47.814 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:47.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.814 INFO kablam! Sep 21 06:43:47.814 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.814 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 21 06:43:47.814 INFO kablam! | Sep 21 06:43:47.814 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:47.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.814 INFO kablam! | Sep 21 06:43:47.814 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.814 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.814 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.815 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.815 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.815 INFO kablam! Sep 21 06:43:47.815 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.815 INFO kablam! --> src/core/alias.rs:81:25 Sep 21 06:43:47.815 INFO kablam! | Sep 21 06:43:47.815 INFO kablam! 81 | pub type Matrix5x1 = MatrixMN; Sep 21 06:43:47.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.815 INFO kablam! | Sep 21 06:43:47.815 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.815 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.815 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.815 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.815 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.815 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.815 INFO kablam! Sep 21 06:43:47.815 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.815 INFO kablam! --> src/core/alias.rs:81:25 Sep 21 06:43:47.816 INFO kablam! | Sep 21 06:43:47.816 INFO kablam! 81 | pub type Matrix5x1 = MatrixMN; Sep 21 06:43:47.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.816 INFO kablam! | Sep 21 06:43:47.816 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.816 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.816 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.816 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.816 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.816 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.816 INFO kablam! Sep 21 06:43:47.816 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.816 INFO kablam! --> src/core/alias.rs:81:25 Sep 21 06:43:47.816 INFO kablam! | Sep 21 06:43:47.816 INFO kablam! 81 | pub type Matrix5x1 = MatrixMN; Sep 21 06:43:47.816 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.816 INFO kablam! | | Sep 21 06:43:47.816 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.816 INFO kablam! | Sep 21 06:43:47.816 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.816 INFO kablam! --> src/core/alias.rs:81:25 Sep 21 06:43:47.816 INFO kablam! | Sep 21 06:43:47.816 INFO kablam! 81 | pub type Matrix5x1 = MatrixMN; Sep 21 06:43:47.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.817 INFO kablam! Sep 21 06:43:47.817 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.817 INFO kablam! --> src/core/alias.rs:83:25 Sep 21 06:43:47.817 INFO kablam! | Sep 21 06:43:47.817 INFO kablam! 83 | pub type Matrix6x1 = MatrixMN; Sep 21 06:43:47.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.817 INFO kablam! | Sep 21 06:43:47.817 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.817 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.817 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.817 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.817 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.817 INFO kablam! Sep 21 06:43:47.817 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.817 INFO kablam! --> src/core/alias.rs:83:25 Sep 21 06:43:47.817 INFO kablam! | Sep 21 06:43:47.817 INFO kablam! 83 | pub type Matrix6x1 = MatrixMN; Sep 21 06:43:47.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.817 INFO kablam! | Sep 21 06:43:47.817 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.817 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.817 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.817 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.817 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.817 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.817 INFO kablam! Sep 21 06:43:47.817 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.817 INFO kablam! --> src/core/alias.rs:83:25 Sep 21 06:43:47.817 INFO kablam! | Sep 21 06:43:47.817 INFO kablam! 83 | pub type Matrix6x1 = MatrixMN; Sep 21 06:43:47.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.817 INFO kablam! | Sep 21 06:43:47.817 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.817 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.817 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.817 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.817 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.817 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.818 INFO kablam! Sep 21 06:43:47.818 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.818 INFO kablam! --> src/core/alias.rs:83:25 Sep 21 06:43:47.818 INFO kablam! | Sep 21 06:43:47.818 INFO kablam! 83 | pub type Matrix6x1 = MatrixMN; Sep 21 06:43:47.818 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.818 INFO kablam! | | Sep 21 06:43:47.818 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.818 INFO kablam! | Sep 21 06:43:47.818 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.818 INFO kablam! --> src/core/alias.rs:83:25 Sep 21 06:43:47.818 INFO kablam! | Sep 21 06:43:47.818 INFO kablam! 83 | pub type Matrix6x1 = MatrixMN; Sep 21 06:43:47.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.818 INFO kablam! Sep 21 06:43:47.818 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.818 INFO kablam! --> src/core/alias.rs:86:25 Sep 21 06:43:47.818 INFO kablam! | Sep 21 06:43:47.818 INFO kablam! 86 | pub type Matrix3x2 = MatrixMN; Sep 21 06:43:47.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.818 INFO kablam! | Sep 21 06:43:47.818 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.819 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.819 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.819 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.819 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.819 INFO kablam! Sep 21 06:43:47.819 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.819 INFO kablam! --> src/core/alias.rs:86:25 Sep 21 06:43:47.819 INFO kablam! | Sep 21 06:43:47.819 INFO kablam! 86 | pub type Matrix3x2 = MatrixMN; Sep 21 06:43:47.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.819 INFO kablam! | Sep 21 06:43:47.819 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.819 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.819 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.819 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.819 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.819 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.819 INFO kablam! Sep 21 06:43:47.820 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.820 INFO kablam! --> src/core/alias.rs:86:25 Sep 21 06:43:47.820 INFO kablam! | Sep 21 06:43:47.820 INFO kablam! 86 | pub type Matrix3x2 = MatrixMN; Sep 21 06:43:47.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.820 INFO kablam! | Sep 21 06:43:47.820 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.820 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.820 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.820 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.820 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.820 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.820 INFO kablam! Sep 21 06:43:47.820 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.820 INFO kablam! --> src/core/alias.rs:86:25 Sep 21 06:43:47.820 INFO kablam! | Sep 21 06:43:47.820 INFO kablam! 86 | pub type Matrix3x2 = MatrixMN; Sep 21 06:43:47.820 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.820 INFO kablam! | | Sep 21 06:43:47.820 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.820 INFO kablam! | Sep 21 06:43:47.820 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.820 INFO kablam! --> src/core/alias.rs:86:25 Sep 21 06:43:47.820 INFO kablam! | Sep 21 06:43:47.820 INFO kablam! 86 | pub type Matrix3x2 = MatrixMN; Sep 21 06:43:47.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.820 INFO kablam! Sep 21 06:43:47.820 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.820 INFO kablam! --> src/core/alias.rs:88:25 Sep 21 06:43:47.820 INFO kablam! | Sep 21 06:43:47.821 INFO kablam! 88 | pub type Matrix4x2 = MatrixMN; Sep 21 06:43:47.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.821 INFO kablam! | Sep 21 06:43:47.821 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.821 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.821 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.821 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.821 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.821 INFO kablam! Sep 21 06:43:47.821 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.821 INFO kablam! --> src/core/alias.rs:88:25 Sep 21 06:43:47.821 INFO kablam! | Sep 21 06:43:47.821 INFO kablam! 88 | pub type Matrix4x2 = MatrixMN; Sep 21 06:43:47.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.821 INFO kablam! | Sep 21 06:43:47.821 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.821 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.821 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.821 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.821 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.821 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.821 INFO kablam! Sep 21 06:43:47.821 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.821 INFO kablam! --> src/core/alias.rs:88:25 Sep 21 06:43:47.821 INFO kablam! | Sep 21 06:43:47.821 INFO kablam! 88 | pub type Matrix4x2 = MatrixMN; Sep 21 06:43:47.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.821 INFO kablam! | Sep 21 06:43:47.821 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.821 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.821 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.822 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.822 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.822 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.822 INFO kablam! Sep 21 06:43:47.822 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.822 INFO kablam! --> src/core/alias.rs:88:25 Sep 21 06:43:47.822 INFO kablam! | Sep 21 06:43:47.822 INFO kablam! 88 | pub type Matrix4x2 = MatrixMN; Sep 21 06:43:47.822 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.822 INFO kablam! | | Sep 21 06:43:47.822 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.822 INFO kablam! | Sep 21 06:43:47.822 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.822 INFO kablam! --> src/core/alias.rs:88:25 Sep 21 06:43:47.822 INFO kablam! | Sep 21 06:43:47.822 INFO kablam! 88 | pub type Matrix4x2 = MatrixMN; Sep 21 06:43:47.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.822 INFO kablam! Sep 21 06:43:47.822 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.822 INFO kablam! --> src/core/alias.rs:90:25 Sep 21 06:43:47.822 INFO kablam! | Sep 21 06:43:47.822 INFO kablam! 90 | pub type Matrix5x2 = MatrixMN; Sep 21 06:43:47.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.822 INFO kablam! | Sep 21 06:43:47.822 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.822 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.822 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.822 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.822 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.822 INFO kablam! Sep 21 06:43:47.822 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.822 INFO kablam! --> src/core/alias.rs:90:25 Sep 21 06:43:47.822 INFO kablam! | Sep 21 06:43:47.822 INFO kablam! 90 | pub type Matrix5x2 = MatrixMN; Sep 21 06:43:47.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.822 INFO kablam! | Sep 21 06:43:47.823 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.823 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.823 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.823 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.823 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.823 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.823 INFO kablam! Sep 21 06:43:47.823 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.823 INFO kablam! --> src/core/alias.rs:90:25 Sep 21 06:43:47.823 INFO kablam! | Sep 21 06:43:47.823 INFO kablam! 90 | pub type Matrix5x2 = MatrixMN; Sep 21 06:43:47.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.823 INFO kablam! | Sep 21 06:43:47.823 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.823 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.823 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.823 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.823 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.823 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.823 INFO kablam! Sep 21 06:43:47.823 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.823 INFO kablam! --> src/core/alias.rs:90:25 Sep 21 06:43:47.823 INFO kablam! | Sep 21 06:43:47.823 INFO kablam! 90 | pub type Matrix5x2 = MatrixMN; Sep 21 06:43:47.824 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.824 INFO kablam! | | Sep 21 06:43:47.824 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.824 INFO kablam! | Sep 21 06:43:47.824 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.824 INFO kablam! --> src/core/alias.rs:90:25 Sep 21 06:43:47.824 INFO kablam! | Sep 21 06:43:47.824 INFO kablam! 90 | pub type Matrix5x2 = MatrixMN; Sep 21 06:43:47.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.824 INFO kablam! Sep 21 06:43:47.824 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.824 INFO kablam! --> src/core/alias.rs:92:25 Sep 21 06:43:47.824 INFO kablam! | Sep 21 06:43:47.824 INFO kablam! 92 | pub type Matrix6x2 = MatrixMN; Sep 21 06:43:47.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.824 INFO kablam! | Sep 21 06:43:47.824 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.824 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.824 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.824 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.824 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.825 INFO kablam! Sep 21 06:43:47.825 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.825 INFO kablam! --> src/core/alias.rs:92:25 Sep 21 06:43:47.825 INFO kablam! | Sep 21 06:43:47.825 INFO kablam! 92 | pub type Matrix6x2 = MatrixMN; Sep 21 06:43:47.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.825 INFO kablam! | Sep 21 06:43:47.825 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.825 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.825 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.825 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.825 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.825 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.825 INFO kablam! Sep 21 06:43:47.825 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.825 INFO kablam! --> src/core/alias.rs:92:25 Sep 21 06:43:47.825 INFO kablam! | Sep 21 06:43:47.825 INFO kablam! 92 | pub type Matrix6x2 = MatrixMN; Sep 21 06:43:47.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.825 INFO kablam! | Sep 21 06:43:47.825 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.825 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.825 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.826 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.826 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.826 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.826 INFO kablam! Sep 21 06:43:47.826 INFO kablam! | Sep 21 06:43:47.826 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.826 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.826 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.826 INFO kablam! Sep 21 06:43:47.826 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.826 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 21 06:43:47.826 INFO kablam! | Sep 21 06:43:47.826 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:47.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.826 INFO kablam! | Sep 21 06:43:47.826 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.826 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.826 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.826 INFO kablam! Sep 21 06:43:47.826 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.826 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 21 06:43:47.826 INFO kablam! | Sep 21 06:43:47.826 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:47.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.826 INFO kablam! | Sep 21 06:43:47.826 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.826 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.826 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.826 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.826 INFO kablam! Sep 21 06:43:47.826 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.826 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 21 06:43:47.826 INFO kablam! | Sep 21 06:43:47.826 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:47.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.826 INFO kablam! | Sep 21 06:43:47.826 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.826 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.826 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.826 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.827 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.827 INFO kablam! Sep 21 06:43:47.827 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.827 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 21 06:43:47.827 INFO kablam! | Sep 21 06:43:47.827 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:47.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.827 INFO kablam! | Sep 21 06:43:47.827 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.827 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.827 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.827 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.827 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.827 INFO kablam! Sep 21 06:43:47.827 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.827 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 21 06:43:47.827 INFO kablam! | Sep 21 06:43:47.827 INFO kablam! 296 | pub type MatrixSliceMut4x6<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:47.827 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.827 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:47.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.827 INFO kablam! | Sep 21 06:43:47.827 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.827 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 21 06:43:47.827 INFO kablam! | Sep 21 06:43:47.827 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:47.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.827 INFO kablam! Sep 21 06:43:47.827 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.827 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 21 06:43:47.828 INFO kablam! | Sep 21 06:43:47.828 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:47.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.828 INFO kablam! | Sep 21 06:43:47.828 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.828 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.828 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.828 INFO kablam! Sep 21 06:43:47.828 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.828 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 21 06:43:47.828 INFO kablam! | Sep 21 06:43:47.828 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:47.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.828 INFO kablam! | Sep 21 06:43:47.828 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.828 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.828 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.828 INFO kablam! Sep 21 06:43:47.828 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.828 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 21 06:43:47.828 INFO kablam! | Sep 21 06:43:47.829 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:47.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.829 INFO kablam! | Sep 21 06:43:47.829 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.829 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.829 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.829 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.829 INFO kablam! Sep 21 06:43:47.829 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.829 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 21 06:43:47.829 INFO kablam! | Sep 21 06:43:47.829 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:47.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.829 INFO kablam! | Sep 21 06:43:47.829 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.829 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.829 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.829 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.829 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.829 INFO kablam! Sep 21 06:43:47.830 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.830 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 21 06:43:47.830 INFO kablam! | Sep 21 06:43:47.830 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:47.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.830 INFO kablam! | Sep 21 06:43:47.830 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.830 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.830 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.830 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.830 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.830 INFO kablam! Sep 21 06:43:47.830 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.830 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 21 06:43:47.830 INFO kablam! | Sep 21 06:43:47.830 INFO kablam! 300 | pub type MatrixSliceMut5x1<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:47.830 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.830 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:47.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.830 INFO kablam! | Sep 21 06:43:47.830 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.830 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 21 06:43:47.830 INFO kablam! | Sep 21 06:43:47.830 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:47.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.830 INFO kablam! Sep 21 06:43:47.830 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.830 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 21 06:43:47.830 INFO kablam! | Sep 21 06:43:47.830 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:47.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.830 INFO kablam! | Sep 21 06:43:47.830 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.830 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.830 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.830 INFO kablam! Sep 21 06:43:47.830 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.830 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 21 06:43:47.830 INFO kablam! | Sep 21 06:43:47.830 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:47.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.831 INFO kablam! | Sep 21 06:43:47.831 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.831 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.831 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.831 INFO kablam! Sep 21 06:43:47.831 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.831 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 21 06:43:47.831 INFO kablam! | Sep 21 06:43:47.831 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:47.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.831 INFO kablam! | Sep 21 06:43:47.831 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.831 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.831 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.831 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.831 INFO kablam! Sep 21 06:43:47.831 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.831 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 21 06:43:47.831 INFO kablam! | Sep 21 06:43:47.831 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:47.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.831 INFO kablam! | Sep 21 06:43:47.831 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.831 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.831 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.831 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.831 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.831 INFO kablam! Sep 21 06:43:47.831 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.831 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 21 06:43:47.831 INFO kablam! | Sep 21 06:43:47.831 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:47.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.832 INFO kablam! | Sep 21 06:43:47.832 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.832 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.832 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.832 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.832 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.832 INFO kablam! Sep 21 06:43:47.832 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.832 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 21 06:43:47.832 INFO kablam! | Sep 21 06:43:47.832 INFO kablam! 303 | pub type MatrixSliceMut5x2<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:47.832 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.832 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:47.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.832 INFO kablam! | Sep 21 06:43:47.832 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.832 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 21 06:43:47.833 INFO kablam! | Sep 21 06:43:47.833 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:47.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.833 INFO kablam! Sep 21 06:43:47.833 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.833 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 21 06:43:47.833 INFO kablam! | Sep 21 06:43:47.833 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:47.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.833 INFO kablam! | Sep 21 06:43:47.833 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.833 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.833 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.833 INFO kablam! Sep 21 06:43:47.833 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.833 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 21 06:43:47.833 INFO kablam! | Sep 21 06:43:47.833 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:47.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.833 INFO kablam! | Sep 21 06:43:47.834 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.834 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.834 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.834 INFO kablam! Sep 21 06:43:47.834 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.834 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 21 06:43:47.834 INFO kablam! | Sep 21 06:43:47.834 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:47.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.834 INFO kablam! | Sep 21 06:43:47.834 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.834 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.834 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.834 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.834 INFO kablam! Sep 21 06:43:47.834 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.834 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 21 06:43:47.834 INFO kablam! | Sep 21 06:43:47.834 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:47.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.834 INFO kablam! | Sep 21 06:43:47.834 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.834 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.834 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.834 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.834 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.834 INFO kablam! Sep 21 06:43:47.834 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.834 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 21 06:43:47.834 INFO kablam! | Sep 21 06:43:47.834 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:47.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.834 INFO kablam! | Sep 21 06:43:47.834 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.834 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.834 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.834 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.835 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.835 INFO kablam! Sep 21 06:43:47.835 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.835 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 21 06:43:47.835 INFO kablam! | Sep 21 06:43:47.835 INFO kablam! 306 | pub type MatrixSliceMut5x3<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:47.835 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.835 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:47.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.835 INFO kablam! | Sep 21 06:43:47.835 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.835 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 21 06:43:47.835 INFO kablam! | Sep 21 06:43:47.835 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:47.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.835 INFO kablam! Sep 21 06:43:47.835 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.835 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 21 06:43:47.835 INFO kablam! | Sep 21 06:43:47.835 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:47.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.835 INFO kablam! | Sep 21 06:43:47.835 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.835 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.835 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.835 INFO kablam! Sep 21 06:43:47.835 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.835 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 21 06:43:47.835 INFO kablam! | Sep 21 06:43:47.835 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:47.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.835 INFO kablam! | Sep 21 06:43:47.835 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.835 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.835 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.835 INFO kablam! Sep 21 06:43:47.836 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.836 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 21 06:43:47.836 INFO kablam! | Sep 21 06:43:47.836 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:47.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.836 INFO kablam! | Sep 21 06:43:47.836 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.836 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.836 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.836 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.836 INFO kablam! Sep 21 06:43:47.836 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.836 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 21 06:43:47.836 INFO kablam! | Sep 21 06:43:47.836 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:47.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.836 INFO kablam! | Sep 21 06:43:47.836 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.836 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.836 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.836 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.837 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.837 INFO kablam! Sep 21 06:43:47.837 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.837 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 21 06:43:47.837 INFO kablam! | Sep 21 06:43:47.837 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:47.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.837 INFO kablam! | Sep 21 06:43:47.837 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.837 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.837 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.837 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.837 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.837 INFO kablam! Sep 21 06:43:47.837 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.837 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 21 06:43:47.837 INFO kablam! | Sep 21 06:43:47.837 INFO kablam! 309 | pub type MatrixSliceMut5x4<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:47.837 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.837 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:47.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.837 INFO kablam! | Sep 21 06:43:47.837 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.838 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 21 06:43:47.838 INFO kablam! | Sep 21 06:43:47.838 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:47.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.838 INFO kablam! Sep 21 06:43:47.838 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.838 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 21 06:43:47.838 INFO kablam! | Sep 21 06:43:47.838 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:47.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.838 INFO kablam! | Sep 21 06:43:47.838 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.838 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.838 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.838 INFO kablam! Sep 21 06:43:47.838 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.838 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 21 06:43:47.838 INFO kablam! | Sep 21 06:43:47.838 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:47.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.838 INFO kablam! | Sep 21 06:43:47.838 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.838 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.838 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.838 INFO kablam! Sep 21 06:43:47.838 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.838 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 21 06:43:47.838 INFO kablam! | Sep 21 06:43:47.838 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:47.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.839 INFO kablam! | Sep 21 06:43:47.839 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.839 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.839 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.839 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.839 INFO kablam! Sep 21 06:43:47.839 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.839 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 21 06:43:47.839 INFO kablam! | Sep 21 06:43:47.839 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:47.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.839 INFO kablam! | Sep 21 06:43:47.839 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.839 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.839 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.839 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.839 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.839 INFO kablam! Sep 21 06:43:47.839 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.839 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 21 06:43:47.839 INFO kablam! | Sep 21 06:43:47.839 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:47.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.839 INFO kablam! | Sep 21 06:43:47.839 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.839 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.839 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.839 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.839 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.839 INFO kablam! Sep 21 06:43:47.839 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.839 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 21 06:43:47.839 INFO kablam! | Sep 21 06:43:47.840 INFO kablam! 312 | pub type MatrixSliceMut5x6<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:47.840 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.840 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:47.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.840 INFO kablam! | Sep 21 06:43:47.840 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.840 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 21 06:43:47.840 INFO kablam! | Sep 21 06:43:47.840 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:47.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.840 INFO kablam! Sep 21 06:43:47.840 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.840 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 21 06:43:47.840 INFO kablam! | Sep 21 06:43:47.840 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:47.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.840 INFO kablam! | Sep 21 06:43:47.840 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.840 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.840 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.840 INFO kablam! Sep 21 06:43:47.840 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.840 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 21 06:43:47.840 INFO kablam! | Sep 21 06:43:47.840 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:47.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.840 INFO kablam! | Sep 21 06:43:47.840 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.840 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.840 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.840 INFO kablam! Sep 21 06:43:47.840 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.840 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 21 06:43:47.840 INFO kablam! | Sep 21 06:43:47.840 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:47.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.841 INFO kablam! | Sep 21 06:43:47.841 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.841 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.841 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.841 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.841 INFO kablam! Sep 21 06:43:47.841 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.841 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 21 06:43:47.841 INFO kablam! | Sep 21 06:43:47.841 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:47.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.841 INFO kablam! | Sep 21 06:43:47.841 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.841 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.841 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.841 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.841 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.841 INFO kablam! Sep 21 06:43:47.841 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.841 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 21 06:43:47.841 INFO kablam! | Sep 21 06:43:47.841 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:47.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.842 INFO kablam! | Sep 21 06:43:47.842 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.842 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.842 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.842 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.842 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.842 INFO kablam! Sep 21 06:43:47.842 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.842 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 21 06:43:47.842 INFO kablam! | Sep 21 06:43:47.842 INFO kablam! 316 | pub type MatrixSliceMut6x1<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:47.842 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.842 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:47.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.842 INFO kablam! | Sep 21 06:43:47.842 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.842 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 21 06:43:47.842 INFO kablam! | Sep 21 06:43:47.842 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:47.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.843 INFO kablam! Sep 21 06:43:47.843 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.843 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 21 06:43:47.843 INFO kablam! | Sep 21 06:43:47.843 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:47.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.843 INFO kablam! | Sep 21 06:43:47.843 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.843 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.843 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.843 INFO kablam! Sep 21 06:43:47.843 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.843 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 21 06:43:47.843 INFO kablam! | Sep 21 06:43:47.843 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:47.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.843 INFO kablam! | Sep 21 06:43:47.843 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.843 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.843 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.843 INFO kablam! Sep 21 06:43:47.843 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.843 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 21 06:43:47.843 INFO kablam! | Sep 21 06:43:47.843 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:47.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.843 INFO kablam! | Sep 21 06:43:47.843 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.843 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.843 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.843 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.843 INFO kablam! Sep 21 06:43:47.844 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.844 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 21 06:43:47.844 INFO kablam! | Sep 21 06:43:47.844 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:47.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.844 INFO kablam! | Sep 21 06:43:47.844 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.844 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.844 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.844 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.844 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.844 INFO kablam! Sep 21 06:43:47.844 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.844 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 21 06:43:47.844 INFO kablam! | Sep 21 06:43:47.844 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:47.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.844 INFO kablam! | Sep 21 06:43:47.844 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.844 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.844 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.844 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.844 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.844 INFO kablam! Sep 21 06:43:47.844 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.844 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 21 06:43:47.844 INFO kablam! | Sep 21 06:43:47.844 INFO kablam! 319 | pub type MatrixSliceMut6x2<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:47.844 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.845 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:47.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.845 INFO kablam! | Sep 21 06:43:47.845 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.845 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 21 06:43:47.845 INFO kablam! | Sep 21 06:43:47.845 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:47.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.845 INFO kablam! Sep 21 06:43:47.845 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.846 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 21 06:43:47.846 INFO kablam! | Sep 21 06:43:47.846 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:47.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.846 INFO kablam! | Sep 21 06:43:47.846 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.846 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.846 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.846 INFO kablam! Sep 21 06:43:47.846 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.846 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 21 06:43:47.846 INFO kablam! | Sep 21 06:43:47.846 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:47.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.846 INFO kablam! | Sep 21 06:43:47.846 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.846 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.846 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.846 INFO kablam! Sep 21 06:43:47.846 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.846 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 21 06:43:47.846 INFO kablam! | Sep 21 06:43:47.846 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:47.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.846 INFO kablam! | Sep 21 06:43:47.846 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.846 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.846 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.846 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.846 INFO kablam! Sep 21 06:43:47.846 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.846 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 21 06:43:47.846 INFO kablam! | Sep 21 06:43:47.847 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:47.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.847 INFO kablam! | Sep 21 06:43:47.847 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.847 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.847 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.847 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.847 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.847 INFO kablam! Sep 21 06:43:47.847 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.847 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 21 06:43:47.847 INFO kablam! | Sep 21 06:43:47.847 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:47.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.847 INFO kablam! | Sep 21 06:43:47.847 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.847 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.847 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.847 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.847 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.847 INFO kablam! Sep 21 06:43:47.847 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.847 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 21 06:43:47.847 INFO kablam! | Sep 21 06:43:47.847 INFO kablam! 322 | pub type MatrixSliceMut6x3<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:47.847 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.847 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:47.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.847 INFO kablam! | Sep 21 06:43:47.847 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.847 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 21 06:43:47.847 INFO kablam! | Sep 21 06:43:47.847 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:47.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.848 INFO kablam! Sep 21 06:43:47.848 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.848 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 21 06:43:47.848 INFO kablam! | Sep 21 06:43:47.848 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:47.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.848 INFO kablam! | Sep 21 06:43:47.848 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.848 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.848 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.848 INFO kablam! Sep 21 06:43:47.848 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.848 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 21 06:43:47.848 INFO kablam! | Sep 21 06:43:47.849 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:47.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.849 INFO kablam! | Sep 21 06:43:47.849 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.849 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.849 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.849 INFO kablam! Sep 21 06:43:47.849 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.849 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 21 06:43:47.849 INFO kablam! | Sep 21 06:43:47.849 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:47.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.849 INFO kablam! | Sep 21 06:43:47.849 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.849 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.849 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.849 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.849 INFO kablam! Sep 21 06:43:47.849 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.849 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 21 06:43:47.849 INFO kablam! | Sep 21 06:43:47.849 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:47.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.849 INFO kablam! | Sep 21 06:43:47.849 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.849 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.850 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.850 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.850 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.850 INFO kablam! Sep 21 06:43:47.850 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.850 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 21 06:43:47.850 INFO kablam! | Sep 21 06:43:47.850 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:47.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.850 INFO kablam! | Sep 21 06:43:47.850 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.850 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.850 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.850 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.850 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.850 INFO kablam! Sep 21 06:43:47.850 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.850 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 21 06:43:47.850 INFO kablam! | Sep 21 06:43:47.850 INFO kablam! 325 | pub type MatrixSliceMut6x4<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:47.850 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.850 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:47.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.850 INFO kablam! | Sep 21 06:43:47.850 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.850 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 21 06:43:47.850 INFO kablam! | Sep 21 06:43:47.850 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:47.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.850 INFO kablam! Sep 21 06:43:47.850 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.850 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 21 06:43:47.850 INFO kablam! | Sep 21 06:43:47.850 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 21 06:43:47.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.851 INFO kablam! | Sep 21 06:43:47.851 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.851 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.851 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.851 INFO kablam! Sep 21 06:43:47.851 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.851 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 21 06:43:47.851 INFO kablam! | Sep 21 06:43:47.851 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 21 06:43:47.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.851 INFO kablam! | Sep 21 06:43:47.851 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.851 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.851 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.851 INFO kablam! Sep 21 06:43:47.851 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.851 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 21 06:43:47.851 INFO kablam! | Sep 21 06:43:47.851 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 21 06:43:47.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.851 INFO kablam! | Sep 21 06:43:47.851 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.851 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.851 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.852 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.852 INFO kablam! Sep 21 06:43:47.852 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.852 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 21 06:43:47.852 INFO kablam! | Sep 21 06:43:47.852 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 21 06:43:47.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.852 INFO kablam! | Sep 21 06:43:47.852 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.852 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.852 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.852 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.852 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.852 INFO kablam! Sep 21 06:43:47.852 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.852 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 21 06:43:47.853 INFO kablam! | Sep 21 06:43:47.853 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 21 06:43:47.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.853 INFO kablam! | Sep 21 06:43:47.853 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.853 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.853 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.853 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.853 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.853 INFO kablam! Sep 21 06:43:47.853 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.853 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 21 06:43:47.853 INFO kablam! | Sep 21 06:43:47.853 INFO kablam! 328 | pub type MatrixSliceMut6x5<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:47.853 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.853 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 21 06:43:47.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.853 INFO kablam! | Sep 21 06:43:47.853 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.853 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 21 06:43:47.853 INFO kablam! | Sep 21 06:43:47.853 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 21 06:43:47.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.853 INFO kablam! Sep 21 06:43:47.853 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.853 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 21 06:43:47.853 INFO kablam! | Sep 21 06:43:47.853 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:47.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.853 INFO kablam! | Sep 21 06:43:47.853 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.853 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.853 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.853 INFO kablam! Sep 21 06:43:47.853 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.854 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 21 06:43:47.854 INFO kablam! | Sep 21 06:43:47.854 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:47.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.854 INFO kablam! | Sep 21 06:43:47.854 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.854 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.854 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.854 INFO kablam! Sep 21 06:43:47.854 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.854 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 21 06:43:47.854 INFO kablam! | Sep 21 06:43:47.854 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:47.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.854 INFO kablam! | Sep 21 06:43:47.854 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.854 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.854 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.854 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.854 INFO kablam! Sep 21 06:43:47.854 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.854 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 21 06:43:47.854 INFO kablam! | Sep 21 06:43:47.854 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:47.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.854 INFO kablam! | Sep 21 06:43:47.854 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.854 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.854 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.854 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.854 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.854 INFO kablam! Sep 21 06:43:47.854 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.855 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 21 06:43:47.855 INFO kablam! | Sep 21 06:43:47.855 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:47.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.855 INFO kablam! | Sep 21 06:43:47.855 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.855 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.855 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.855 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.855 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.855 INFO kablam! Sep 21 06:43:47.855 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.855 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 21 06:43:47.855 INFO kablam! | Sep 21 06:43:47.855 INFO kablam! 332 | pub type MatrixSliceMut1xX<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:47.855 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.856 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:47.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.856 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.856 INFO kablam! --> src/core/alias.rs:92:25 Sep 21 06:43:47.856 INFO kablam! | Sep 21 06:43:47.856 INFO kablam! 92 | pub type Matrix6x2 = MatrixMN; Sep 21 06:43:47.856 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.856 INFO kablam! | | Sep 21 06:43:47.856 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.856 INFO kablam! | Sep 21 06:43:47.856 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.856 INFO kablam! --> src/core/alias.rs:92:25 Sep 21 06:43:47.856 INFO kablam! | Sep 21 06:43:47.856 INFO kablam! 92 | pub type Matrix6x2 = MatrixMN; Sep 21 06:43:47.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.856 INFO kablam! Sep 21 06:43:47.856 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.856 INFO kablam! --> src/core/alias.rs:95:25 Sep 21 06:43:47.856 INFO kablam! | Sep 21 06:43:47.856 INFO kablam! 95 | pub type Matrix4x3 = MatrixMN; Sep 21 06:43:47.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.856 INFO kablam! | Sep 21 06:43:47.856 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.857 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.857 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.857 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.857 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.857 INFO kablam! Sep 21 06:43:47.857 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.857 INFO kablam! --> src/core/alias.rs:95:25 Sep 21 06:43:47.857 INFO kablam! | Sep 21 06:43:47.857 INFO kablam! 95 | pub type Matrix4x3 = MatrixMN; Sep 21 06:43:47.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.857 INFO kablam! | Sep 21 06:43:47.857 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.857 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.857 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.857 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.857 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.857 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.857 INFO kablam! Sep 21 06:43:47.857 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.857 INFO kablam! --> src/core/alias.rs:95:25 Sep 21 06:43:47.857 INFO kablam! | Sep 21 06:43:47.857 INFO kablam! 95 | pub type Matrix4x3 = MatrixMN; Sep 21 06:43:47.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.857 INFO kablam! | Sep 21 06:43:47.857 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.857 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.857 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.857 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.857 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.857 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.858 INFO kablam! Sep 21 06:43:47.858 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.858 INFO kablam! --> src/core/alias.rs:95:25 Sep 21 06:43:47.858 INFO kablam! | Sep 21 06:43:47.858 INFO kablam! 95 | pub type Matrix4x3 = MatrixMN; Sep 21 06:43:47.858 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.858 INFO kablam! | | Sep 21 06:43:47.858 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.858 INFO kablam! | Sep 21 06:43:47.858 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.858 INFO kablam! --> src/core/alias.rs:95:25 Sep 21 06:43:47.858 INFO kablam! | Sep 21 06:43:47.858 INFO kablam! 95 | pub type Matrix4x3 = MatrixMN; Sep 21 06:43:47.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.858 INFO kablam! Sep 21 06:43:47.858 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.858 INFO kablam! --> src/core/alias.rs:97:25 Sep 21 06:43:47.858 INFO kablam! | Sep 21 06:43:47.858 INFO kablam! 97 | pub type Matrix5x3 = MatrixMN; Sep 21 06:43:47.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.858 INFO kablam! | Sep 21 06:43:47.858 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.858 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.858 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.858 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.858 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.858 INFO kablam! Sep 21 06:43:47.858 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.858 INFO kablam! --> src/core/alias.rs:97:25 Sep 21 06:43:47.858 INFO kablam! | Sep 21 06:43:47.858 INFO kablam! 97 | pub type Matrix5x3 = MatrixMN; Sep 21 06:43:47.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.858 INFO kablam! | Sep 21 06:43:47.858 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.858 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.858 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.859 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.859 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.859 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.859 INFO kablam! Sep 21 06:43:47.859 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.859 INFO kablam! --> src/core/alias.rs:97:25 Sep 21 06:43:47.859 INFO kablam! | Sep 21 06:43:47.859 INFO kablam! 97 | pub type Matrix5x3 = MatrixMN; Sep 21 06:43:47.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.859 INFO kablam! | Sep 21 06:43:47.859 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.859 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.859 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.859 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.859 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.859 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.859 INFO kablam! Sep 21 06:43:47.859 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.859 INFO kablam! --> src/core/alias.rs:97:25 Sep 21 06:43:47.860 INFO kablam! | Sep 21 06:43:47.860 INFO kablam! 97 | pub type Matrix5x3 = MatrixMN; Sep 21 06:43:47.860 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.860 INFO kablam! | | Sep 21 06:43:47.860 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.860 INFO kablam! | Sep 21 06:43:47.860 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.860 INFO kablam! --> src/core/alias.rs:97:25 Sep 21 06:43:47.860 INFO kablam! | Sep 21 06:43:47.860 INFO kablam! 97 | pub type Matrix5x3 = MatrixMN; Sep 21 06:43:47.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.860 INFO kablam! Sep 21 06:43:47.860 INFO kablam! | Sep 21 06:43:47.860 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.860 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 21 06:43:47.860 INFO kablam! | Sep 21 06:43:47.860 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:47.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.860 INFO kablam! Sep 21 06:43:47.860 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.861 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 21 06:43:47.861 INFO kablam! | Sep 21 06:43:47.861 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:47.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.861 INFO kablam! | Sep 21 06:43:47.861 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.861 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.861 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.861 INFO kablam! Sep 21 06:43:47.861 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.861 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 21 06:43:47.861 INFO kablam! | Sep 21 06:43:47.861 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:47.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.861 INFO kablam! | Sep 21 06:43:47.861 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.861 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.861 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.861 INFO kablam! Sep 21 06:43:47.861 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.861 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 21 06:43:47.861 INFO kablam! | Sep 21 06:43:47.861 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:47.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.861 INFO kablam! | Sep 21 06:43:47.861 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.861 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.861 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.861 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.861 INFO kablam! Sep 21 06:43:47.861 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.861 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 21 06:43:47.861 INFO kablam! | Sep 21 06:43:47.861 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:47.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.862 INFO kablam! | Sep 21 06:43:47.862 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.862 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.862 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.862 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.862 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.862 INFO kablam! Sep 21 06:43:47.862 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.862 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 21 06:43:47.862 INFO kablam! | Sep 21 06:43:47.862 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:47.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.862 INFO kablam! | Sep 21 06:43:47.862 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.862 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.862 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.862 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.862 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.862 INFO kablam! Sep 21 06:43:47.862 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.862 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 21 06:43:47.862 INFO kablam! | Sep 21 06:43:47.862 INFO kablam! 335 | pub type MatrixSliceMut2xX<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:47.862 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.862 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:47.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.862 INFO kablam! | Sep 21 06:43:47.862 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.862 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 21 06:43:47.862 INFO kablam! | Sep 21 06:43:47.862 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:47.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.862 INFO kablam! Sep 21 06:43:47.862 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.863 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 21 06:43:47.863 INFO kablam! | Sep 21 06:43:47.863 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:47.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.863 INFO kablam! | Sep 21 06:43:47.863 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.863 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.863 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.863 INFO kablam! Sep 21 06:43:47.863 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.863 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 21 06:43:47.863 INFO kablam! | Sep 21 06:43:47.863 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:47.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.863 INFO kablam! | Sep 21 06:43:47.863 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.863 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.863 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.863 INFO kablam! Sep 21 06:43:47.863 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.863 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 21 06:43:47.863 INFO kablam! | Sep 21 06:43:47.863 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:47.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.863 INFO kablam! | Sep 21 06:43:47.863 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.864 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.864 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.864 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.864 INFO kablam! Sep 21 06:43:47.864 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.864 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 21 06:43:47.864 INFO kablam! | Sep 21 06:43:47.864 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:47.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.864 INFO kablam! | Sep 21 06:43:47.864 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.864 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.864 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.864 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.864 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.864 INFO kablam! Sep 21 06:43:47.865 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.865 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 21 06:43:47.865 INFO kablam! | Sep 21 06:43:47.865 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:47.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.865 INFO kablam! | Sep 21 06:43:47.865 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.865 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.865 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.865 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.865 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.865 INFO kablam! Sep 21 06:43:47.865 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.865 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 21 06:43:47.865 INFO kablam! | Sep 21 06:43:47.865 INFO kablam! 338 | pub type MatrixSliceMut3xX<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:47.865 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.865 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:47.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.865 INFO kablam! | Sep 21 06:43:47.865 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.865 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 21 06:43:47.865 INFO kablam! | Sep 21 06:43:47.865 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:47.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.865 INFO kablam! Sep 21 06:43:47.865 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.865 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 21 06:43:47.865 INFO kablam! | Sep 21 06:43:47.865 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:47.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.865 INFO kablam! | Sep 21 06:43:47.865 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.866 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.866 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.866 INFO kablam! Sep 21 06:43:47.866 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.866 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 21 06:43:47.866 INFO kablam! | Sep 21 06:43:47.866 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:47.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.866 INFO kablam! | Sep 21 06:43:47.866 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.866 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.866 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.866 INFO kablam! Sep 21 06:43:47.866 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.866 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 21 06:43:47.866 INFO kablam! | Sep 21 06:43:47.866 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:47.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.866 INFO kablam! | Sep 21 06:43:47.866 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.866 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.866 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.866 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.866 INFO kablam! Sep 21 06:43:47.866 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.866 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 21 06:43:47.866 INFO kablam! | Sep 21 06:43:47.866 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:47.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.866 INFO kablam! | Sep 21 06:43:47.866 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.866 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.866 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.866 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.866 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.866 INFO kablam! Sep 21 06:43:47.866 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.866 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 21 06:43:47.866 INFO kablam! | Sep 21 06:43:47.867 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:47.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.867 INFO kablam! | Sep 21 06:43:47.867 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.867 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.867 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.867 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.867 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.867 INFO kablam! Sep 21 06:43:47.867 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.867 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 21 06:43:47.867 INFO kablam! | Sep 21 06:43:47.867 INFO kablam! 341 | pub type MatrixSliceMut4xX<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:47.867 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.867 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:47.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.867 INFO kablam! | Sep 21 06:43:47.867 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.867 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 21 06:43:47.868 INFO kablam! | Sep 21 06:43:47.868 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:47.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.868 INFO kablam! Sep 21 06:43:47.868 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.868 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 21 06:43:47.868 INFO kablam! | Sep 21 06:43:47.868 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:47.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.868 INFO kablam! | Sep 21 06:43:47.868 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.868 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.868 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.868 INFO kablam! Sep 21 06:43:47.868 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.868 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 21 06:43:47.868 INFO kablam! | Sep 21 06:43:47.868 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:47.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.868 INFO kablam! | Sep 21 06:43:47.869 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.869 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.869 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.869 INFO kablam! Sep 21 06:43:47.869 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.869 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 21 06:43:47.869 INFO kablam! | Sep 21 06:43:47.869 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:47.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.869 INFO kablam! | Sep 21 06:43:47.869 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.869 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.869 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.869 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.869 INFO kablam! Sep 21 06:43:47.869 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.869 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 21 06:43:47.869 INFO kablam! | Sep 21 06:43:47.869 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:47.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.869 INFO kablam! | Sep 21 06:43:47.869 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.869 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.869 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.869 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.869 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.869 INFO kablam! Sep 21 06:43:47.869 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.869 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 21 06:43:47.869 INFO kablam! | Sep 21 06:43:47.869 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:47.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.869 INFO kablam! | Sep 21 06:43:47.870 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.870 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.870 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.870 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.870 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.870 INFO kablam! Sep 21 06:43:47.870 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.870 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 21 06:43:47.870 INFO kablam! | Sep 21 06:43:47.870 INFO kablam! 344 | pub type MatrixSliceMut5xX<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:47.870 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.870 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:47.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.870 INFO kablam! | Sep 21 06:43:47.870 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.870 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 21 06:43:47.870 INFO kablam! | Sep 21 06:43:47.870 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:47.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.870 INFO kablam! Sep 21 06:43:47.870 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.870 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 21 06:43:47.870 INFO kablam! | Sep 21 06:43:47.870 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:47.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.870 INFO kablam! | Sep 21 06:43:47.870 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.870 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.870 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.870 INFO kablam! Sep 21 06:43:47.870 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.870 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 21 06:43:47.870 INFO kablam! | Sep 21 06:43:47.870 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:47.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.871 INFO kablam! | Sep 21 06:43:47.871 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.871 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.871 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.871 INFO kablam! Sep 21 06:43:47.871 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.871 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 21 06:43:47.871 INFO kablam! | Sep 21 06:43:47.871 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:47.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.871 INFO kablam! | Sep 21 06:43:47.871 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.871 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.871 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.871 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.871 INFO kablam! Sep 21 06:43:47.871 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.871 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 21 06:43:47.871 INFO kablam! | Sep 21 06:43:47.871 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:47.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.871 INFO kablam! | Sep 21 06:43:47.871 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.871 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.871 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.872 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.872 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.872 INFO kablam! Sep 21 06:43:47.872 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.872 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 21 06:43:47.872 INFO kablam! | Sep 21 06:43:47.872 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:47.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.872 INFO kablam! | Sep 21 06:43:47.872 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.872 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.872 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.872 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.872 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.872 INFO kablam! Sep 21 06:43:47.872 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.872 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 21 06:43:47.872 INFO kablam! | Sep 21 06:43:47.873 INFO kablam! 347 | pub type MatrixSliceMut6xX<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:47.873 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.873 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:47.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.873 INFO kablam! | Sep 21 06:43:47.873 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.873 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 21 06:43:47.873 INFO kablam! | Sep 21 06:43:47.873 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:47.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.873 INFO kablam! Sep 21 06:43:47.873 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.873 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 21 06:43:47.873 INFO kablam! | Sep 21 06:43:47.873 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:47.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.873 INFO kablam! | Sep 21 06:43:47.873 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.873 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.873 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.873 INFO kablam! Sep 21 06:43:47.873 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.873 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 21 06:43:47.873 INFO kablam! | Sep 21 06:43:47.873 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:47.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.873 INFO kablam! | Sep 21 06:43:47.873 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.874 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.874 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.874 INFO kablam! Sep 21 06:43:47.874 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.874 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 21 06:43:47.874 INFO kablam! | Sep 21 06:43:47.874 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:47.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.874 INFO kablam! | Sep 21 06:43:47.874 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.874 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.874 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.874 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.874 INFO kablam! Sep 21 06:43:47.874 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.874 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 21 06:43:47.874 INFO kablam! | Sep 21 06:43:47.874 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:47.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.874 INFO kablam! | Sep 21 06:43:47.874 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.874 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.874 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.874 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.874 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.874 INFO kablam! Sep 21 06:43:47.874 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.874 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 21 06:43:47.874 INFO kablam! | Sep 21 06:43:47.874 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:47.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.874 INFO kablam! | Sep 21 06:43:47.874 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.874 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.874 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.875 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.875 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.875 INFO kablam! Sep 21 06:43:47.875 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.875 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 21 06:43:47.875 INFO kablam! | Sep 21 06:43:47.875 INFO kablam! 351 | pub type MatrixSliceMutXx1<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:47.875 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.875 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:47.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.875 INFO kablam! | Sep 21 06:43:47.875 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.875 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 21 06:43:47.875 INFO kablam! | Sep 21 06:43:47.875 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:47.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.875 INFO kablam! Sep 21 06:43:47.875 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.875 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 21 06:43:47.875 INFO kablam! | Sep 21 06:43:47.875 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:47.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.875 INFO kablam! | Sep 21 06:43:47.875 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.875 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.875 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.875 INFO kablam! Sep 21 06:43:47.875 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.875 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 21 06:43:47.875 INFO kablam! | Sep 21 06:43:47.875 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:47.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.876 INFO kablam! | Sep 21 06:43:47.876 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.876 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.876 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.876 INFO kablam! Sep 21 06:43:47.876 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.876 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 21 06:43:47.876 INFO kablam! | Sep 21 06:43:47.876 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:47.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.876 INFO kablam! | Sep 21 06:43:47.876 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.876 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.876 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.876 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.876 INFO kablam! Sep 21 06:43:47.876 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.876 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 21 06:43:47.876 INFO kablam! | Sep 21 06:43:47.877 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:47.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.877 INFO kablam! | Sep 21 06:43:47.877 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.877 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.877 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.877 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.877 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.877 INFO kablam! Sep 21 06:43:47.877 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.877 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 21 06:43:47.877 INFO kablam! | Sep 21 06:43:47.877 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:47.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.877 INFO kablam! | Sep 21 06:43:47.877 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.877 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.877 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.877 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.877 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.877 INFO kablam! Sep 21 06:43:47.877 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.877 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 21 06:43:47.877 INFO kablam! | Sep 21 06:43:47.878 INFO kablam! 354 | pub type MatrixSliceMutXx2<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:47.878 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.878 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:47.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.878 INFO kablam! | Sep 21 06:43:47.878 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.878 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 21 06:43:47.878 INFO kablam! | Sep 21 06:43:47.878 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:47.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.878 INFO kablam! Sep 21 06:43:47.878 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.878 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 21 06:43:47.878 INFO kablam! | Sep 21 06:43:47.878 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:47.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.878 INFO kablam! | Sep 21 06:43:47.878 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.878 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.878 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.878 INFO kablam! Sep 21 06:43:47.878 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.878 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 21 06:43:47.878 INFO kablam! | Sep 21 06:43:47.878 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:47.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.878 INFO kablam! | Sep 21 06:43:47.878 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.878 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.878 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.878 INFO kablam! Sep 21 06:43:47.878 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.878 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 21 06:43:47.878 INFO kablam! | Sep 21 06:43:47.878 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:47.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.879 INFO kablam! | Sep 21 06:43:47.879 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.879 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.879 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.879 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.879 INFO kablam! Sep 21 06:43:47.879 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.879 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 21 06:43:47.879 INFO kablam! | Sep 21 06:43:47.879 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:47.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.879 INFO kablam! | Sep 21 06:43:47.879 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.879 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.879 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.879 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.879 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.879 INFO kablam! Sep 21 06:43:47.879 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.879 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 21 06:43:47.879 INFO kablam! | Sep 21 06:43:47.879 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:47.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.879 INFO kablam! | Sep 21 06:43:47.879 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.879 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.879 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.879 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.879 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.879 INFO kablam! Sep 21 06:43:47.879 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.879 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 21 06:43:47.879 INFO kablam! | Sep 21 06:43:47.879 INFO kablam! 357 | pub type MatrixSliceMutXx3<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:47.879 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.880 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:47.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.880 INFO kablam! | Sep 21 06:43:47.880 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.880 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 21 06:43:47.880 INFO kablam! | Sep 21 06:43:47.880 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:47.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.880 INFO kablam! Sep 21 06:43:47.880 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.880 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 21 06:43:47.880 INFO kablam! | Sep 21 06:43:47.880 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:47.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.880 INFO kablam! | Sep 21 06:43:47.880 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.880 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.880 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.880 INFO kablam! Sep 21 06:43:47.880 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.880 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 21 06:43:47.880 INFO kablam! | Sep 21 06:43:47.881 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:47.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.881 INFO kablam! | Sep 21 06:43:47.881 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.881 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.881 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.881 INFO kablam! Sep 21 06:43:47.881 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.881 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 21 06:43:47.881 INFO kablam! | Sep 21 06:43:47.881 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:47.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.881 INFO kablam! | Sep 21 06:43:47.881 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.882 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.882 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.882 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.882 INFO kablam! Sep 21 06:43:47.882 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.882 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 21 06:43:47.882 INFO kablam! | Sep 21 06:43:47.882 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:47.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.882 INFO kablam! | Sep 21 06:43:47.882 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.882 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.882 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.882 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.882 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.882 INFO kablam! Sep 21 06:43:47.882 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.882 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 21 06:43:47.882 INFO kablam! | Sep 21 06:43:47.882 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:47.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.882 INFO kablam! | Sep 21 06:43:47.882 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.882 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.882 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.882 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.882 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.882 INFO kablam! Sep 21 06:43:47.882 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.882 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 21 06:43:47.882 INFO kablam! | Sep 21 06:43:47.882 INFO kablam! 360 | pub type MatrixSliceMutXx4<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:47.882 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.882 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:47.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.883 INFO kablam! | Sep 21 06:43:47.883 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.883 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 21 06:43:47.883 INFO kablam! | Sep 21 06:43:47.883 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:47.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.883 INFO kablam! Sep 21 06:43:47.883 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.883 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 21 06:43:47.883 INFO kablam! | Sep 21 06:43:47.883 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:47.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.883 INFO kablam! | Sep 21 06:43:47.883 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.883 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.883 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.883 INFO kablam! Sep 21 06:43:47.883 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.883 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 21 06:43:47.883 INFO kablam! | Sep 21 06:43:47.883 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:47.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.884 INFO kablam! | Sep 21 06:43:47.884 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.884 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.884 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.884 INFO kablam! Sep 21 06:43:47.884 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.884 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 21 06:43:47.884 INFO kablam! | Sep 21 06:43:47.884 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:47.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.884 INFO kablam! | Sep 21 06:43:47.884 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.884 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.884 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.884 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.885 INFO kablam! Sep 21 06:43:47.885 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.885 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 21 06:43:47.885 INFO kablam! | Sep 21 06:43:47.885 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:47.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.885 INFO kablam! | Sep 21 06:43:47.885 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.885 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.885 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.885 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.885 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.885 INFO kablam! Sep 21 06:43:47.885 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.885 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 21 06:43:47.885 INFO kablam! | Sep 21 06:43:47.885 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:47.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.885 INFO kablam! | Sep 21 06:43:47.885 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.885 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.885 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.885 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.885 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.885 INFO kablam! Sep 21 06:43:47.885 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.885 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 21 06:43:47.885 INFO kablam! | Sep 21 06:43:47.885 INFO kablam! 363 | pub type MatrixSliceMutXx5<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:47.885 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.885 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:47.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.885 INFO kablam! | Sep 21 06:43:47.885 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.886 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 21 06:43:47.886 INFO kablam! | Sep 21 06:43:47.886 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:47.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.886 INFO kablam! Sep 21 06:43:47.886 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.886 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 21 06:43:47.886 INFO kablam! | Sep 21 06:43:47.886 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:47.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.886 INFO kablam! | Sep 21 06:43:47.886 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.886 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.886 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.886 INFO kablam! Sep 21 06:43:47.886 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.886 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 21 06:43:47.886 INFO kablam! | Sep 21 06:43:47.886 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:47.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.886 INFO kablam! | Sep 21 06:43:47.886 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.886 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.886 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.886 INFO kablam! Sep 21 06:43:47.886 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.886 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 21 06:43:47.886 INFO kablam! | Sep 21 06:43:47.886 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:47.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.886 INFO kablam! | Sep 21 06:43:47.886 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.886 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.886 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.886 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.886 INFO kablam! Sep 21 06:43:47.887 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.887 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 21 06:43:47.887 INFO kablam! | Sep 21 06:43:47.887 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:47.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.887 INFO kablam! | Sep 21 06:43:47.887 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.887 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.887 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.887 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.887 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.887 INFO kablam! Sep 21 06:43:47.887 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.888 INFO kablam! --> src/core/alias.rs:99:25 Sep 21 06:43:47.888 INFO kablam! | Sep 21 06:43:47.888 INFO kablam! 99 | pub type Matrix6x3 = MatrixMN; Sep 21 06:43:47.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.888 INFO kablam! | Sep 21 06:43:47.888 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.888 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.888 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.888 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.888 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.888 INFO kablam! Sep 21 06:43:47.888 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.888 INFO kablam! --> src/core/alias.rs:99:25 Sep 21 06:43:47.888 INFO kablam! | Sep 21 06:43:47.888 INFO kablam! 99 | pub type Matrix6x3 = MatrixMN; Sep 21 06:43:47.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.888 INFO kablam! | Sep 21 06:43:47.888 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.888 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.888 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.888 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.888 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.888 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.889 INFO kablam! Sep 21 06:43:47.889 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.889 INFO kablam! --> src/core/alias.rs:99:25 Sep 21 06:43:47.889 INFO kablam! | Sep 21 06:43:47.889 INFO kablam! 99 | pub type Matrix6x3 = MatrixMN; Sep 21 06:43:47.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.889 INFO kablam! | Sep 21 06:43:47.889 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.889 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.889 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.889 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.889 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.889 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.889 INFO kablam! Sep 21 06:43:47.889 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.889 INFO kablam! --> src/core/alias.rs:99:25 Sep 21 06:43:47.889 INFO kablam! | Sep 21 06:43:47.889 INFO kablam! 99 | pub type Matrix6x3 = MatrixMN; Sep 21 06:43:47.889 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.889 INFO kablam! | | Sep 21 06:43:47.889 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.889 INFO kablam! | Sep 21 06:43:47.889 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.889 INFO kablam! --> src/core/alias.rs:99:25 Sep 21 06:43:47.889 INFO kablam! | Sep 21 06:43:47.889 INFO kablam! 99 | pub type Matrix6x3 = MatrixMN; Sep 21 06:43:47.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.889 INFO kablam! Sep 21 06:43:47.889 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.889 INFO kablam! --> src/core/alias.rs:102:25 Sep 21 06:43:47.889 INFO kablam! | Sep 21 06:43:47.889 INFO kablam! 102 | pub type Matrix5x4 = MatrixMN; Sep 21 06:43:47.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.889 INFO kablam! | Sep 21 06:43:47.889 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.890 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.890 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.890 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.890 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.890 INFO kablam! Sep 21 06:43:47.890 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.890 INFO kablam! --> src/core/alias.rs:102:25 Sep 21 06:43:47.890 INFO kablam! | Sep 21 06:43:47.890 INFO kablam! 102 | pub type Matrix5x4 = MatrixMN; Sep 21 06:43:47.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.890 INFO kablam! | Sep 21 06:43:47.890 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.890 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.890 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.890 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.890 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.890 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.890 INFO kablam! Sep 21 06:43:47.890 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.890 INFO kablam! --> src/core/alias.rs:102:25 Sep 21 06:43:47.890 INFO kablam! | Sep 21 06:43:47.890 INFO kablam! 102 | pub type Matrix5x4 = MatrixMN; Sep 21 06:43:47.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.890 INFO kablam! | Sep 21 06:43:47.890 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.890 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.890 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.890 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.890 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.890 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.891 INFO kablam! Sep 21 06:43:47.891 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.891 INFO kablam! --> src/core/alias.rs:102:25 Sep 21 06:43:47.891 INFO kablam! | Sep 21 06:43:47.891 INFO kablam! 102 | pub type Matrix5x4 = MatrixMN; Sep 21 06:43:47.891 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.891 INFO kablam! | | Sep 21 06:43:47.891 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.891 INFO kablam! | Sep 21 06:43:47.891 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.891 INFO kablam! --> src/core/alias.rs:102:25 Sep 21 06:43:47.891 INFO kablam! | Sep 21 06:43:47.891 INFO kablam! 102 | pub type Matrix5x4 = MatrixMN; Sep 21 06:43:47.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.891 INFO kablam! Sep 21 06:43:47.891 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.891 INFO kablam! --> src/core/alias.rs:104:25 Sep 21 06:43:47.892 INFO kablam! | Sep 21 06:43:47.892 INFO kablam! 104 | pub type Matrix6x4 = MatrixMN; Sep 21 06:43:47.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.892 INFO kablam! | Sep 21 06:43:47.892 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.892 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.892 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.892 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.892 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.892 INFO kablam! Sep 21 06:43:47.892 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.892 INFO kablam! --> src/core/alias.rs:104:25 Sep 21 06:43:47.892 INFO kablam! | Sep 21 06:43:47.892 INFO kablam! 104 | pub type Matrix6x4 = MatrixMN; Sep 21 06:43:47.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.892 INFO kablam! | Sep 21 06:43:47.892 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.892 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.892 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.892 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.892 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.892 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.893 INFO kablam! Sep 21 06:43:47.893 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.893 INFO kablam! --> src/core/alias.rs:104:25 Sep 21 06:43:47.893 INFO kablam! | Sep 21 06:43:47.893 INFO kablam! 104 | pub type Matrix6x4 = MatrixMN; Sep 21 06:43:47.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.893 INFO kablam! | Sep 21 06:43:47.893 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.893 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.893 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.893 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.893 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.893 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.893 INFO kablam! Sep 21 06:43:47.893 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.893 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 21 06:43:47.893 INFO kablam! | Sep 21 06:43:47.893 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:47.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.893 INFO kablam! | Sep 21 06:43:47.893 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.893 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.893 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.893 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.893 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.893 INFO kablam! Sep 21 06:43:47.893 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.893 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 21 06:43:47.893 INFO kablam! | Sep 21 06:43:47.893 INFO kablam! 366 | pub type MatrixSliceMutXx6<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:47.893 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.893 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:47.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.894 INFO kablam! | Sep 21 06:43:47.894 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.894 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 21 06:43:47.894 INFO kablam! | Sep 21 06:43:47.894 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:47.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.894 INFO kablam! Sep 21 06:43:47.894 INFO kablam! warning: the trait bound `D: core::dimension::Dim` is not satisfied Sep 21 06:43:47.894 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 21 06:43:47.894 INFO kablam! | Sep 21 06:43:47.894 INFO kablam! 371 | Matrix>; Sep 21 06:43:47.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 21 06:43:47.894 INFO kablam! | Sep 21 06:43:47.894 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 21 06:43:47.894 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.894 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.894 INFO kablam! Sep 21 06:43:47.894 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.894 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 21 06:43:47.894 INFO kablam! | Sep 21 06:43:47.894 INFO kablam! 371 | Matrix>; Sep 21 06:43:47.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:47.894 INFO kablam! | Sep 21 06:43:47.894 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:47.894 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.894 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.894 INFO kablam! Sep 21 06:43:47.894 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.894 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 21 06:43:47.894 INFO kablam! | Sep 21 06:43:47.894 INFO kablam! 371 | Matrix>; Sep 21 06:43:47.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.894 INFO kablam! | Sep 21 06:43:47.894 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.894 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.894 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.895 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.895 INFO kablam! Sep 21 06:43:47.895 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.895 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 21 06:43:47.895 INFO kablam! | Sep 21 06:43:47.895 INFO kablam! 371 | Matrix>; Sep 21 06:43:47.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.895 INFO kablam! | Sep 21 06:43:47.895 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.895 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.895 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.895 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.895 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.895 INFO kablam! Sep 21 06:43:47.895 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.895 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 21 06:43:47.896 INFO kablam! | Sep 21 06:43:47.896 INFO kablam! 371 | Matrix>; Sep 21 06:43:47.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.896 INFO kablam! | Sep 21 06:43:47.896 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.896 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.896 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.896 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.896 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.896 INFO kablam! Sep 21 06:43:47.896 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.896 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 21 06:43:47.896 INFO kablam! | Sep 21 06:43:47.896 INFO kablam! 370 | pub type VectorSliceMutN<'a, N, D, Stride = U1> = Sep 21 06:43:47.896 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.896 INFO kablam! 371 | Matrix>; Sep 21 06:43:47.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.896 INFO kablam! | Sep 21 06:43:47.896 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.896 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 21 06:43:47.896 INFO kablam! | Sep 21 06:43:47.896 INFO kablam! 371 | Matrix>; Sep 21 06:43:47.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.896 INFO kablam! Sep 21 06:43:47.897 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.897 INFO kablam! --> src/core/alias_slice.rs:374:48 Sep 21 06:43:47.897 INFO kablam! | Sep 21 06:43:47.897 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 21 06:43:47.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:47.897 INFO kablam! | Sep 21 06:43:47.897 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:47.897 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.897 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.897 INFO kablam! Sep 21 06:43:47.897 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.897 INFO kablam! --> src/core/alias_slice.rs:374:48 Sep 21 06:43:47.897 INFO kablam! | Sep 21 06:43:47.897 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 21 06:43:47.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.897 INFO kablam! | Sep 21 06:43:47.897 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.897 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.897 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.897 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.897 INFO kablam! Sep 21 06:43:47.897 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.897 INFO kablam! --> src/core/alias_slice.rs:374:48 Sep 21 06:43:47.897 INFO kablam! | Sep 21 06:43:47.897 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 21 06:43:47.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.897 INFO kablam! | Sep 21 06:43:47.897 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.897 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.897 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.897 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.898 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.898 INFO kablam! Sep 21 06:43:47.898 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.898 INFO kablam! --> src/core/alias_slice.rs:374:48 Sep 21 06:43:47.898 INFO kablam! | Sep 21 06:43:47.898 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 21 06:43:47.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.898 INFO kablam! | Sep 21 06:43:47.898 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.898 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.898 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.898 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.898 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.898 INFO kablam! Sep 21 06:43:47.898 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.898 INFO kablam! --> src/core/alias_slice.rs:374:48 Sep 21 06:43:47.898 INFO kablam! | Sep 21 06:43:47.898 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 21 06:43:47.898 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.898 INFO kablam! | | Sep 21 06:43:47.898 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.898 INFO kablam! | Sep 21 06:43:47.898 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.898 INFO kablam! --> src/core/alias_slice.rs:374:48 Sep 21 06:43:47.898 INFO kablam! | Sep 21 06:43:47.898 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 21 06:43:47.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.898 INFO kablam! Sep 21 06:43:47.898 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.898 INFO kablam! --> src/core/alias_slice.rs:377:48 Sep 21 06:43:47.898 INFO kablam! | Sep 21 06:43:47.898 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 21 06:43:47.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:47.898 INFO kablam! | Sep 21 06:43:47.899 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:47.899 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.899 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.899 INFO kablam! Sep 21 06:43:47.899 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.899 INFO kablam! --> src/core/alias_slice.rs:377:48 Sep 21 06:43:47.899 INFO kablam! | Sep 21 06:43:47.899 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 21 06:43:47.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.899 INFO kablam! | Sep 21 06:43:47.899 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.899 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.899 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.899 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.899 INFO kablam! Sep 21 06:43:47.899 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.899 INFO kablam! --> src/core/alias_slice.rs:377:48 Sep 21 06:43:47.899 INFO kablam! | Sep 21 06:43:47.900 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 21 06:43:47.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.900 INFO kablam! | Sep 21 06:43:47.900 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.900 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.900 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.900 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.900 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.900 INFO kablam! Sep 21 06:43:47.900 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.900 INFO kablam! --> src/core/alias_slice.rs:377:48 Sep 21 06:43:47.900 INFO kablam! | Sep 21 06:43:47.900 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 21 06:43:47.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.900 INFO kablam! | Sep 21 06:43:47.900 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.900 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.900 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.900 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.901 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.901 INFO kablam! Sep 21 06:43:47.901 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.901 INFO kablam! --> src/core/alias_slice.rs:377:48 Sep 21 06:43:47.901 INFO kablam! | Sep 21 06:43:47.901 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 21 06:43:47.901 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.901 INFO kablam! | | Sep 21 06:43:47.901 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.901 INFO kablam! | Sep 21 06:43:47.901 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.901 INFO kablam! --> src/core/alias_slice.rs:377:48 Sep 21 06:43:47.901 INFO kablam! | Sep 21 06:43:47.901 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 21 06:43:47.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.901 INFO kablam! Sep 21 06:43:47.901 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.901 INFO kablam! --> src/core/alias_slice.rs:379:48 Sep 21 06:43:47.901 INFO kablam! | Sep 21 06:43:47.901 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 21 06:43:47.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:47.901 INFO kablam! | Sep 21 06:43:47.901 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:47.901 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.901 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.901 INFO kablam! Sep 21 06:43:47.901 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.901 INFO kablam! --> src/core/alias_slice.rs:379:48 Sep 21 06:43:47.901 INFO kablam! | Sep 21 06:43:47.901 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 21 06:43:47.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.901 INFO kablam! | Sep 21 06:43:47.901 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.902 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.902 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.902 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.902 INFO kablam! Sep 21 06:43:47.902 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.902 INFO kablam! --> src/core/alias_slice.rs:379:48 Sep 21 06:43:47.902 INFO kablam! | Sep 21 06:43:47.902 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 21 06:43:47.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.902 INFO kablam! | Sep 21 06:43:47.902 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.902 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.902 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.902 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.902 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.902 INFO kablam! Sep 21 06:43:47.902 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.902 INFO kablam! --> src/core/alias_slice.rs:379:48 Sep 21 06:43:47.902 INFO kablam! | Sep 21 06:43:47.902 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 21 06:43:47.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.902 INFO kablam! | Sep 21 06:43:47.902 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.902 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.902 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.902 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.902 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.902 INFO kablam! Sep 21 06:43:47.902 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.902 INFO kablam! --> src/core/alias_slice.rs:379:48 Sep 21 06:43:47.902 INFO kablam! | Sep 21 06:43:47.902 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 21 06:43:47.902 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.903 INFO kablam! | | Sep 21 06:43:47.903 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.903 INFO kablam! | Sep 21 06:43:47.903 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.903 INFO kablam! --> src/core/alias_slice.rs:379:48 Sep 21 06:43:47.903 INFO kablam! | Sep 21 06:43:47.903 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 21 06:43:47.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.903 INFO kablam! Sep 21 06:43:47.903 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.903 INFO kablam! --> src/core/alias_slice.rs:381:48 Sep 21 06:43:47.903 INFO kablam! | Sep 21 06:43:47.903 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 21 06:43:47.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:47.903 INFO kablam! | Sep 21 06:43:47.903 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:47.903 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.903 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.903 INFO kablam! Sep 21 06:43:47.903 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.903 INFO kablam! --> src/core/alias_slice.rs:381:48 Sep 21 06:43:47.903 INFO kablam! | Sep 21 06:43:47.903 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 21 06:43:47.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.904 INFO kablam! | Sep 21 06:43:47.904 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.904 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.904 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.904 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.904 INFO kablam! Sep 21 06:43:47.904 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.904 INFO kablam! --> src/core/alias_slice.rs:381:48 Sep 21 06:43:47.904 INFO kablam! | Sep 21 06:43:47.904 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 21 06:43:47.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.904 INFO kablam! | Sep 21 06:43:47.904 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.904 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.904 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.904 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.905 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.905 INFO kablam! Sep 21 06:43:47.905 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.905 INFO kablam! --> src/core/alias_slice.rs:381:48 Sep 21 06:43:47.905 INFO kablam! | Sep 21 06:43:47.905 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 21 06:43:47.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.905 INFO kablam! | Sep 21 06:43:47.905 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.905 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.905 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.905 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.905 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.905 INFO kablam! Sep 21 06:43:47.905 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.905 INFO kablam! --> src/core/alias_slice.rs:381:48 Sep 21 06:43:47.905 INFO kablam! | Sep 21 06:43:47.905 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 21 06:43:47.905 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.905 INFO kablam! | | Sep 21 06:43:47.905 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.905 INFO kablam! | Sep 21 06:43:47.905 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.905 INFO kablam! --> src/core/alias_slice.rs:381:48 Sep 21 06:43:47.905 INFO kablam! | Sep 21 06:43:47.905 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 21 06:43:47.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.905 INFO kablam! Sep 21 06:43:47.905 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.905 INFO kablam! --> src/core/alias_slice.rs:383:48 Sep 21 06:43:47.905 INFO kablam! | Sep 21 06:43:47.906 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 21 06:43:47.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:47.906 INFO kablam! | Sep 21 06:43:47.906 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:47.906 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.906 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.906 INFO kablam! Sep 21 06:43:47.906 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.906 INFO kablam! --> src/core/alias_slice.rs:383:48 Sep 21 06:43:47.906 INFO kablam! | Sep 21 06:43:47.906 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 21 06:43:47.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.906 INFO kablam! | Sep 21 06:43:47.906 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.906 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.906 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.906 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.906 INFO kablam! Sep 21 06:43:47.906 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.906 INFO kablam! --> src/core/alias_slice.rs:383:48 Sep 21 06:43:47.906 INFO kablam! | Sep 21 06:43:47.906 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 21 06:43:47.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.906 INFO kablam! | Sep 21 06:43:47.906 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.906 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.906 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.906 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.906 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.906 INFO kablam! Sep 21 06:43:47.906 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.906 INFO kablam! --> src/core/alias_slice.rs:383:48 Sep 21 06:43:47.906 INFO kablam! | Sep 21 06:43:47.906 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 21 06:43:47.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.906 INFO kablam! | Sep 21 06:43:47.907 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.907 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.907 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.907 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.907 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.907 INFO kablam! Sep 21 06:43:47.907 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.907 INFO kablam! --> src/core/alias_slice.rs:383:48 Sep 21 06:43:47.907 INFO kablam! | Sep 21 06:43:47.907 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 21 06:43:47.907 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.907 INFO kablam! | | Sep 21 06:43:47.907 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.907 INFO kablam! | Sep 21 06:43:47.907 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.907 INFO kablam! --> src/core/alias_slice.rs:383:48 Sep 21 06:43:47.907 INFO kablam! | Sep 21 06:43:47.907 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 21 06:43:47.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.907 INFO kablam! Sep 21 06:43:47.907 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.907 INFO kablam! --> src/core/alias_slice.rs:385:48 Sep 21 06:43:47.907 INFO kablam! | Sep 21 06:43:47.907 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 21 06:43:47.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:47.907 INFO kablam! | Sep 21 06:43:47.907 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:47.907 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.908 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.908 INFO kablam! Sep 21 06:43:47.908 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.908 INFO kablam! --> src/core/alias_slice.rs:385:48 Sep 21 06:43:47.908 INFO kablam! | Sep 21 06:43:47.908 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 21 06:43:47.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.908 INFO kablam! | Sep 21 06:43:47.908 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.908 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.908 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.908 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.908 INFO kablam! Sep 21 06:43:47.908 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.908 INFO kablam! --> src/core/alias_slice.rs:385:48 Sep 21 06:43:47.908 INFO kablam! | Sep 21 06:43:47.908 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 21 06:43:47.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.908 INFO kablam! | Sep 21 06:43:47.909 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.909 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.909 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.909 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.909 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.909 INFO kablam! Sep 21 06:43:47.909 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.909 INFO kablam! --> src/core/alias_slice.rs:385:48 Sep 21 06:43:47.909 INFO kablam! | Sep 21 06:43:47.909 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 21 06:43:47.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.909 INFO kablam! | Sep 21 06:43:47.909 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.909 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.909 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.909 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.909 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.909 INFO kablam! Sep 21 06:43:47.909 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.909 INFO kablam! --> src/core/alias_slice.rs:385:48 Sep 21 06:43:47.909 INFO kablam! | Sep 21 06:43:47.909 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 21 06:43:47.910 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.910 INFO kablam! | | Sep 21 06:43:47.910 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.910 INFO kablam! | Sep 21 06:43:47.910 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.910 INFO kablam! --> src/core/alias_slice.rs:385:48 Sep 21 06:43:47.910 INFO kablam! | Sep 21 06:43:47.910 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 21 06:43:47.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.910 INFO kablam! Sep 21 06:43:47.910 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.910 INFO kablam! --> src/core/alias_slice.rs:387:48 Sep 21 06:43:47.910 INFO kablam! | Sep 21 06:43:47.910 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 21 06:43:47.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:47.910 INFO kablam! | Sep 21 06:43:47.910 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:47.910 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.910 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.910 INFO kablam! Sep 21 06:43:47.910 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.910 INFO kablam! --> src/core/alias_slice.rs:387:48 Sep 21 06:43:47.910 INFO kablam! | Sep 21 06:43:47.910 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 21 06:43:47.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.910 INFO kablam! | Sep 21 06:43:47.910 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.910 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.910 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.910 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.910 INFO kablam! Sep 21 06:43:47.910 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.910 INFO kablam! --> src/core/alias_slice.rs:387:48 Sep 21 06:43:47.910 INFO kablam! | Sep 21 06:43:47.910 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 21 06:43:47.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.911 INFO kablam! | Sep 21 06:43:47.911 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.911 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.911 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.911 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.911 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.911 INFO kablam! Sep 21 06:43:47.911 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.911 INFO kablam! --> src/core/alias_slice.rs:387:48 Sep 21 06:43:47.911 INFO kablam! | Sep 21 06:43:47.911 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 21 06:43:47.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.911 INFO kablam! | Sep 21 06:43:47.911 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.911 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.911 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.911 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.911 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.911 INFO kablam! Sep 21 06:43:47.911 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.911 INFO kablam! --> src/core/alias_slice.rs:387:48 Sep 21 06:43:47.911 INFO kablam! | Sep 21 06:43:47.911 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 21 06:43:47.911 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.911 INFO kablam! | | Sep 21 06:43:47.911 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.911 INFO kablam! | Sep 21 06:43:47.911 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.911 INFO kablam! --> src/core/alias_slice.rs:387:48 Sep 21 06:43:47.911 INFO kablam! | Sep 21 06:43:47.911 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 21 06:43:47.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.912 INFO kablam! Sep 21 06:43:47.912 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.912 INFO kablam! --> src/core/alias.rs:104:25 Sep 21 06:43:47.912 INFO kablam! | Sep 21 06:43:47.912 INFO kablam! 104 | pub type Matrix6x4 = MatrixMN; Sep 21 06:43:47.912 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.912 INFO kablam! | | Sep 21 06:43:47.912 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.912 INFO kablam! | Sep 21 06:43:47.912 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.912 INFO kablam! --> src/core/alias.rs:104:25 Sep 21 06:43:47.912 INFO kablam! | Sep 21 06:43:47.912 INFO kablam! 104 | pub type Matrix6x4 = MatrixMN; Sep 21 06:43:47.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.912 INFO kablam! Sep 21 06:43:47.912 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.912 INFO kablam! --> src/core/alias.rs:107:25 Sep 21 06:43:47.912 INFO kablam! | Sep 21 06:43:47.912 INFO kablam! 107 | pub type Matrix6x5 = MatrixMN; Sep 21 06:43:47.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.912 INFO kablam! | Sep 21 06:43:47.912 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.912 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.912 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.912 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.912 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.912 INFO kablam! Sep 21 06:43:47.912 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.912 INFO kablam! --> src/core/alias.rs:107:25 Sep 21 06:43:47.912 INFO kablam! | Sep 21 06:43:47.912 INFO kablam! 107 | pub type Matrix6x5 = MatrixMN; Sep 21 06:43:47.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.912 INFO kablam! | Sep 21 06:43:47.912 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.912 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.913 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.913 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.913 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.913 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.913 INFO kablam! Sep 21 06:43:47.913 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.913 INFO kablam! --> src/core/alias.rs:107:25 Sep 21 06:43:47.913 INFO kablam! | Sep 21 06:43:47.913 INFO kablam! 107 | pub type Matrix6x5 = MatrixMN; Sep 21 06:43:47.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.913 INFO kablam! | Sep 21 06:43:47.913 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.913 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.913 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.913 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.913 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.913 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.913 INFO kablam! Sep 21 06:43:47.913 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.913 INFO kablam! --> src/core/alias.rs:107:25 Sep 21 06:43:47.913 INFO kablam! | Sep 21 06:43:47.913 INFO kablam! 107 | pub type Matrix6x5 = MatrixMN; Sep 21 06:43:47.914 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.914 INFO kablam! | | Sep 21 06:43:47.914 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.914 INFO kablam! | Sep 21 06:43:47.914 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.914 INFO kablam! --> src/core/alias.rs:107:25 Sep 21 06:43:47.914 INFO kablam! | Sep 21 06:43:47.914 INFO kablam! 107 | pub type Matrix6x5 = MatrixMN; Sep 21 06:43:47.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.914 INFO kablam! Sep 21 06:43:47.914 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.914 INFO kablam! --> src/core/alias.rs:117:23 Sep 21 06:43:47.914 INFO kablam! | Sep 21 06:43:47.914 INFO kablam! 117 | pub type DVector = Matrix>; Sep 21 06:43:47.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.914 INFO kablam! | Sep 21 06:43:47.914 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.914 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.914 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.914 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.914 INFO kablam! Sep 21 06:43:47.915 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.915 INFO kablam! --> src/core/alias.rs:117:23 Sep 21 06:43:47.915 INFO kablam! | Sep 21 06:43:47.915 INFO kablam! 117 | pub type DVector = Matrix>; Sep 21 06:43:47.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.915 INFO kablam! | Sep 21 06:43:47.915 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.915 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.915 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.915 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.915 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.915 INFO kablam! Sep 21 06:43:47.915 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.915 INFO kablam! --> src/core/alias.rs:117:23 Sep 21 06:43:47.915 INFO kablam! | Sep 21 06:43:47.915 INFO kablam! 117 | pub type DVector = Matrix>; Sep 21 06:43:47.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.915 INFO kablam! | Sep 21 06:43:47.915 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.915 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.915 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.915 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.915 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.915 INFO kablam! Sep 21 06:43:47.915 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.915 INFO kablam! --> src/core/alias.rs:117:23 Sep 21 06:43:47.915 INFO kablam! | Sep 21 06:43:47.915 INFO kablam! 117 | pub type DVector = Matrix>; Sep 21 06:43:47.915 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.915 INFO kablam! | | Sep 21 06:43:47.915 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.915 INFO kablam! | Sep 21 06:43:47.915 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.916 INFO kablam! --> src/core/alias.rs:117:23 Sep 21 06:43:47.916 INFO kablam! | Sep 21 06:43:47.916 INFO kablam! 117 | pub type DVector = Matrix>; Sep 21 06:43:47.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.916 INFO kablam! Sep 21 06:43:47.916 INFO kablam! warning: the trait bound `D: core::dimension::DimName` is not satisfied Sep 21 06:43:47.916 INFO kablam! --> src/core/alias.rs:120:26 Sep 21 06:43:47.916 INFO kablam! | Sep 21 06:43:47.916 INFO kablam! 120 | pub type VectorN = MatrixMN; Sep 21 06:43:47.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D` Sep 21 06:43:47.916 INFO kablam! | Sep 21 06:43:47.916 INFO kablam! = help: consider adding a `where D: core::dimension::DimName` bound Sep 21 06:43:47.916 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.916 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.916 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.916 INFO kablam! Sep 21 06:43:47.916 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.916 INFO kablam! --> src/core/alias.rs:120:26 Sep 21 06:43:47.916 INFO kablam! | Sep 21 06:43:47.916 INFO kablam! 120 | pub type VectorN = MatrixMN; Sep 21 06:43:47.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.916 INFO kablam! | Sep 21 06:43:47.916 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.916 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.916 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.916 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.916 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.916 INFO kablam! Sep 21 06:43:47.916 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.916 INFO kablam! --> src/core/alias.rs:120:26 Sep 21 06:43:47.916 INFO kablam! | Sep 21 06:43:47.916 INFO kablam! 120 | pub type VectorN = MatrixMN; Sep 21 06:43:47.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.916 INFO kablam! | Sep 21 06:43:47.916 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.917 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.917 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.917 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.917 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.917 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.917 INFO kablam! Sep 21 06:43:47.917 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.917 INFO kablam! --> src/core/alias.rs:120:26 Sep 21 06:43:47.917 INFO kablam! | Sep 21 06:43:47.917 INFO kablam! 120 | pub type VectorN = MatrixMN; Sep 21 06:43:47.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.917 INFO kablam! | Sep 21 06:43:47.917 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.917 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.917 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.917 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.917 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.917 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.917 INFO kablam! Sep 21 06:43:47.917 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.917 INFO kablam! --> src/core/alias.rs:120:26 Sep 21 06:43:47.917 INFO kablam! | Sep 21 06:43:47.917 INFO kablam! 120 | pub type VectorN = MatrixMN; Sep 21 06:43:47.917 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.917 INFO kablam! | | Sep 21 06:43:47.917 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.917 INFO kablam! | Sep 21 06:43:47.917 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.917 INFO kablam! --> src/core/alias.rs:120:26 Sep 21 06:43:47.917 INFO kablam! | Sep 21 06:43:47.917 INFO kablam! 120 | pub type VectorN = MatrixMN; Sep 21 06:43:47.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.918 INFO kablam! Sep 21 06:43:47.918 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.918 INFO kablam! --> src/core/alias.rs:123:23 Sep 21 06:43:47.918 INFO kablam! | Sep 21 06:43:47.918 INFO kablam! 123 | pub type Vector1 = VectorN; Sep 21 06:43:47.918 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.918 INFO kablam! | Sep 21 06:43:47.918 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.919 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.919 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.919 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.919 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.919 INFO kablam! Sep 21 06:43:47.919 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.919 INFO kablam! --> src/core/alias.rs:123:23 Sep 21 06:43:47.919 INFO kablam! | Sep 21 06:43:47.919 INFO kablam! 123 | pub type Vector1 = VectorN; Sep 21 06:43:47.919 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.919 INFO kablam! | Sep 21 06:43:47.919 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.919 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.919 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.919 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.919 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.919 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.919 INFO kablam! Sep 21 06:43:47.919 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.919 INFO kablam! --> src/core/alias.rs:123:23 Sep 21 06:43:47.919 INFO kablam! | Sep 21 06:43:47.919 INFO kablam! 123 | pub type Vector1 = VectorN; Sep 21 06:43:47.919 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.919 INFO kablam! | Sep 21 06:43:47.919 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.919 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.919 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.919 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.919 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.919 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.919 INFO kablam! Sep 21 06:43:47.919 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.919 INFO kablam! --> src/core/alias.rs:123:23 Sep 21 06:43:47.919 INFO kablam! | Sep 21 06:43:47.919 INFO kablam! 123 | pub type Vector1 = VectorN; Sep 21 06:43:47.919 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:47.919 INFO kablam! | | Sep 21 06:43:47.919 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.919 INFO kablam! | Sep 21 06:43:47.919 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.919 INFO kablam! --> src/core/alias.rs:123:23 Sep 21 06:43:47.919 INFO kablam! | Sep 21 06:43:47.919 INFO kablam! 123 | pub type Vector1 = VectorN; Sep 21 06:43:47.919 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:47.919 INFO kablam! Sep 21 06:43:47.919 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.919 INFO kablam! --> src/core/alias.rs:125:23 Sep 21 06:43:47.919 INFO kablam! | Sep 21 06:43:47.919 INFO kablam! 125 | pub type Vector2 = VectorN; Sep 21 06:43:47.920 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.920 INFO kablam! | Sep 21 06:43:47.920 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.920 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.920 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.920 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.920 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.920 INFO kablam! Sep 21 06:43:47.920 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.920 INFO kablam! --> src/core/alias.rs:125:23 Sep 21 06:43:47.920 INFO kablam! | Sep 21 06:43:47.920 INFO kablam! 125 | pub type Vector2 = VectorN; Sep 21 06:43:47.920 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.920 INFO kablam! | Sep 21 06:43:47.920 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.920 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.920 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.920 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.920 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.920 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.921 INFO kablam! Sep 21 06:43:47.921 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.921 INFO kablam! --> src/core/alias.rs:125:23 Sep 21 06:43:47.921 INFO kablam! | Sep 21 06:43:47.921 INFO kablam! 125 | pub type Vector2 = VectorN; Sep 21 06:43:47.921 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.921 INFO kablam! | Sep 21 06:43:47.921 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.921 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.921 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.921 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.921 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.921 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.921 INFO kablam! Sep 21 06:43:47.921 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.921 INFO kablam! --> src/core/alias.rs:125:23 Sep 21 06:43:47.921 INFO kablam! | Sep 21 06:43:47.921 INFO kablam! 125 | pub type Vector2 = VectorN; Sep 21 06:43:47.921 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:47.921 INFO kablam! | | Sep 21 06:43:47.921 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.921 INFO kablam! | Sep 21 06:43:47.921 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.921 INFO kablam! --> src/core/alias.rs:125:23 Sep 21 06:43:47.921 INFO kablam! | Sep 21 06:43:47.921 INFO kablam! 125 | pub type Vector2 = VectorN; Sep 21 06:43:47.921 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:47.921 INFO kablam! Sep 21 06:43:47.921 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.921 INFO kablam! --> src/core/alias.rs:127:23 Sep 21 06:43:47.921 INFO kablam! | Sep 21 06:43:47.921 INFO kablam! 127 | pub type Vector3 = VectorN; Sep 21 06:43:47.921 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.921 INFO kablam! | Sep 21 06:43:47.921 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.921 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.921 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.921 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.921 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.922 INFO kablam! Sep 21 06:43:47.922 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.922 INFO kablam! --> src/core/alias.rs:127:23 Sep 21 06:43:47.922 INFO kablam! | Sep 21 06:43:47.922 INFO kablam! 127 | pub type Vector3 = VectorN; Sep 21 06:43:47.922 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.922 INFO kablam! | Sep 21 06:43:47.922 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.922 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.922 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.922 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.922 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.922 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.922 INFO kablam! Sep 21 06:43:47.922 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.922 INFO kablam! --> src/core/alias.rs:127:23 Sep 21 06:43:47.922 INFO kablam! | Sep 21 06:43:47.922 INFO kablam! 127 | pub type Vector3 = VectorN; Sep 21 06:43:47.922 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.922 INFO kablam! | Sep 21 06:43:47.922 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.922 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.922 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.922 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.922 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.922 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.922 INFO kablam! Sep 21 06:43:47.922 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.922 INFO kablam! --> src/core/alias.rs:127:23 Sep 21 06:43:47.922 INFO kablam! | Sep 21 06:43:47.922 INFO kablam! 127 | pub type Vector3 = VectorN; Sep 21 06:43:47.922 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:47.922 INFO kablam! | | Sep 21 06:43:47.922 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.922 INFO kablam! | Sep 21 06:43:47.922 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.922 INFO kablam! --> src/core/alias.rs:127:23 Sep 21 06:43:47.922 INFO kablam! | Sep 21 06:43:47.922 INFO kablam! 127 | pub type Vector3 = VectorN; Sep 21 06:43:47.922 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:47.922 INFO kablam! Sep 21 06:43:47.922 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.922 INFO kablam! --> src/core/alias.rs:129:23 Sep 21 06:43:47.922 INFO kablam! | Sep 21 06:43:47.922 INFO kablam! 129 | pub type Vector4 = VectorN; Sep 21 06:43:47.922 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.922 INFO kablam! | Sep 21 06:43:47.922 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.922 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.922 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.922 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.922 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.923 INFO kablam! Sep 21 06:43:47.923 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.923 INFO kablam! --> src/core/alias.rs:129:23 Sep 21 06:43:47.923 INFO kablam! | Sep 21 06:43:47.923 INFO kablam! 129 | pub type Vector4 = VectorN; Sep 21 06:43:47.923 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.923 INFO kablam! | Sep 21 06:43:47.923 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.923 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.923 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.923 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.923 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.923 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.923 INFO kablam! Sep 21 06:43:47.923 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.923 INFO kablam! --> src/core/alias.rs:129:23 Sep 21 06:43:47.923 INFO kablam! | Sep 21 06:43:47.923 INFO kablam! 129 | pub type Vector4 = VectorN; Sep 21 06:43:47.923 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.923 INFO kablam! | Sep 21 06:43:47.923 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.923 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.923 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.923 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.923 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.923 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.923 INFO kablam! Sep 21 06:43:47.923 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.923 INFO kablam! --> src/core/alias.rs:129:23 Sep 21 06:43:47.923 INFO kablam! | Sep 21 06:43:47.923 INFO kablam! 129 | pub type Vector4 = VectorN; Sep 21 06:43:47.923 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:47.923 INFO kablam! | | Sep 21 06:43:47.923 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.923 INFO kablam! | Sep 21 06:43:47.923 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.923 INFO kablam! --> src/core/alias.rs:129:23 Sep 21 06:43:47.923 INFO kablam! | Sep 21 06:43:47.923 INFO kablam! 129 | pub type Vector4 = VectorN; Sep 21 06:43:47.923 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:47.923 INFO kablam! Sep 21 06:43:47.923 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.923 INFO kablam! --> src/core/alias.rs:131:23 Sep 21 06:43:47.923 INFO kablam! | Sep 21 06:43:47.923 INFO kablam! 131 | pub type Vector5 = VectorN; Sep 21 06:43:47.923 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.923 INFO kablam! | Sep 21 06:43:47.923 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.923 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.923 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.923 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.923 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.923 INFO kablam! Sep 21 06:43:47.923 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.924 INFO kablam! --> src/core/alias.rs:131:23 Sep 21 06:43:47.924 INFO kablam! | Sep 21 06:43:47.924 INFO kablam! 131 | pub type Vector5 = VectorN; Sep 21 06:43:47.924 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.924 INFO kablam! | Sep 21 06:43:47.924 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.924 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.924 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.924 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.924 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.924 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.924 INFO kablam! Sep 21 06:43:47.924 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.924 INFO kablam! --> src/core/alias.rs:131:23 Sep 21 06:43:47.924 INFO kablam! | Sep 21 06:43:47.924 INFO kablam! 131 | pub type Vector5 = VectorN; Sep 21 06:43:47.924 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.924 INFO kablam! | Sep 21 06:43:47.924 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.924 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.924 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.924 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.924 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.924 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.924 INFO kablam! Sep 21 06:43:47.924 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.924 INFO kablam! --> src/core/alias.rs:131:23 Sep 21 06:43:47.924 INFO kablam! | Sep 21 06:43:47.924 INFO kablam! 131 | pub type Vector5 = VectorN; Sep 21 06:43:47.924 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:47.924 INFO kablam! | | Sep 21 06:43:47.924 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.924 INFO kablam! | Sep 21 06:43:47.924 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.924 INFO kablam! --> src/core/alias.rs:131:23 Sep 21 06:43:47.924 INFO kablam! | Sep 21 06:43:47.924 INFO kablam! 131 | pub type Vector5 = VectorN; Sep 21 06:43:47.924 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:47.924 INFO kablam! Sep 21 06:43:47.924 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.924 INFO kablam! --> src/core/alias.rs:133:23 Sep 21 06:43:47.924 INFO kablam! | Sep 21 06:43:47.924 INFO kablam! 133 | pub type Vector6 = VectorN; Sep 21 06:43:47.924 INFO kablam! | ^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.924 INFO kablam! | Sep 21 06:43:47.924 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.924 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.924 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.924 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.924 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.924 INFO kablam! Sep 21 06:43:47.924 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.924 INFO kablam! --> src/core/alias.rs:133:23 Sep 21 06:43:47.925 INFO kablam! | Sep 21 06:43:47.925 INFO kablam! 133 | pub type Vector6 = VectorN; Sep 21 06:43:47.925 INFO kablam! | ^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.925 INFO kablam! | Sep 21 06:43:47.925 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.925 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.925 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.925 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.925 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.925 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.925 INFO kablam! Sep 21 06:43:47.925 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.925 INFO kablam! --> src/core/alias.rs:133:23 Sep 21 06:43:47.925 INFO kablam! | Sep 21 06:43:47.925 INFO kablam! 133 | pub type Vector6 = VectorN; Sep 21 06:43:47.925 INFO kablam! | ^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.925 INFO kablam! | Sep 21 06:43:47.925 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.925 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.925 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.925 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.925 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.925 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.925 INFO kablam! Sep 21 06:43:47.925 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.925 INFO kablam! --> src/core/alias.rs:133:23 Sep 21 06:43:47.925 INFO kablam! | Sep 21 06:43:47.925 INFO kablam! 133 | pub type Vector6 = VectorN; Sep 21 06:43:47.925 INFO kablam! | - ^^^^^^^^^^^^^^ Sep 21 06:43:47.925 INFO kablam! | | Sep 21 06:43:47.925 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.925 INFO kablam! | Sep 21 06:43:47.925 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.925 INFO kablam! --> src/core/alias.rs:133:23 Sep 21 06:43:47.925 INFO kablam! | Sep 21 06:43:47.925 INFO kablam! 133 | pub type Vector6 = VectorN; Sep 21 06:43:47.925 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:43:47.925 INFO kablam! Sep 21 06:43:47.925 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.925 INFO kablam! --> src/core/alias.rs:143:26 Sep 21 06:43:47.925 INFO kablam! | Sep 21 06:43:47.925 INFO kablam! 143 | pub type RowDVector = Matrix>; Sep 21 06:43:47.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.925 INFO kablam! | Sep 21 06:43:47.925 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.925 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.925 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.925 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.925 INFO kablam! Sep 21 06:43:47.925 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.925 INFO kablam! --> src/core/alias.rs:143:26 Sep 21 06:43:47.925 INFO kablam! | Sep 21 06:43:47.925 INFO kablam! 143 | pub type RowDVector = Matrix>; Sep 21 06:43:47.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.925 INFO kablam! | Sep 21 06:43:47.926 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.926 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.926 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.926 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.926 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.926 INFO kablam! Sep 21 06:43:47.926 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.926 INFO kablam! --> src/core/alias.rs:143:26 Sep 21 06:43:47.926 INFO kablam! | Sep 21 06:43:47.926 INFO kablam! 143 | pub type RowDVector = Matrix>; Sep 21 06:43:47.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.926 INFO kablam! | Sep 21 06:43:47.926 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.926 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.926 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.926 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.926 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.926 INFO kablam! Sep 21 06:43:47.926 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.926 INFO kablam! --> src/core/alias.rs:143:26 Sep 21 06:43:47.926 INFO kablam! | Sep 21 06:43:47.926 INFO kablam! 143 | pub type RowDVector = Matrix>; Sep 21 06:43:47.926 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.926 INFO kablam! | | Sep 21 06:43:47.926 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.926 INFO kablam! | Sep 21 06:43:47.926 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.926 INFO kablam! --> src/core/alias.rs:143:26 Sep 21 06:43:47.926 INFO kablam! | Sep 21 06:43:47.926 INFO kablam! 143 | pub type RowDVector = Matrix>; Sep 21 06:43:47.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.926 INFO kablam! Sep 21 06:43:47.926 INFO kablam! warning: the trait bound `D: core::dimension::DimName` is not satisfied Sep 21 06:43:47.926 INFO kablam! --> src/core/alias.rs:146:29 Sep 21 06:43:47.926 INFO kablam! | Sep 21 06:43:47.926 INFO kablam! 146 | pub type RowVectorN = MatrixMN; Sep 21 06:43:47.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D` Sep 21 06:43:47.926 INFO kablam! | Sep 21 06:43:47.926 INFO kablam! = help: consider adding a `where D: core::dimension::DimName` bound Sep 21 06:43:47.926 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.926 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.926 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.926 INFO kablam! Sep 21 06:43:47.926 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.926 INFO kablam! --> src/core/alias.rs:146:29 Sep 21 06:43:47.926 INFO kablam! | Sep 21 06:43:47.926 INFO kablam! 146 | pub type RowVectorN = MatrixMN; Sep 21 06:43:47.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.926 INFO kablam! | Sep 21 06:43:47.926 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.926 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.926 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.926 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.927 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.927 INFO kablam! Sep 21 06:43:47.927 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.927 INFO kablam! --> src/core/alias.rs:146:29 Sep 21 06:43:47.927 INFO kablam! | Sep 21 06:43:47.927 INFO kablam! 146 | pub type RowVectorN = MatrixMN; Sep 21 06:43:47.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.927 INFO kablam! | Sep 21 06:43:47.927 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.927 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.927 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.927 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.927 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.927 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.927 INFO kablam! Sep 21 06:43:47.927 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.927 INFO kablam! --> src/core/alias.rs:146:29 Sep 21 06:43:47.927 INFO kablam! | Sep 21 06:43:47.927 INFO kablam! 146 | pub type RowVectorN = MatrixMN; Sep 21 06:43:47.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.927 INFO kablam! | Sep 21 06:43:47.927 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.927 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.927 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.927 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.927 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.927 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.927 INFO kablam! Sep 21 06:43:47.927 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.927 INFO kablam! --> src/core/alias.rs:146:29 Sep 21 06:43:47.927 INFO kablam! | Sep 21 06:43:47.927 INFO kablam! 146 | pub type RowVectorN = MatrixMN; Sep 21 06:43:47.927 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.927 INFO kablam! | | Sep 21 06:43:47.927 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.927 INFO kablam! | Sep 21 06:43:47.927 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.927 INFO kablam! --> src/core/alias.rs:146:29 Sep 21 06:43:47.927 INFO kablam! | Sep 21 06:43:47.927 INFO kablam! 146 | pub type RowVectorN = MatrixMN; Sep 21 06:43:47.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.927 INFO kablam! Sep 21 06:43:47.927 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.927 INFO kablam! --> src/core/alias.rs:149:26 Sep 21 06:43:47.927 INFO kablam! | Sep 21 06:43:47.927 INFO kablam! 149 | pub type RowVector1 = RowVectorN; Sep 21 06:43:47.927 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.927 INFO kablam! | Sep 21 06:43:47.927 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.927 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.927 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.927 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.927 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.927 INFO kablam! Sep 21 06:43:47.927 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.928 INFO kablam! --> src/core/alias.rs:149:26 Sep 21 06:43:47.928 INFO kablam! | Sep 21 06:43:47.928 INFO kablam! 149 | pub type RowVector1 = RowVectorN; Sep 21 06:43:47.928 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.928 INFO kablam! | Sep 21 06:43:47.928 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.928 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.928 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.928 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.928 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.928 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.928 INFO kablam! Sep 21 06:43:47.928 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.928 INFO kablam! --> src/core/alias.rs:149:26 Sep 21 06:43:47.928 INFO kablam! | Sep 21 06:43:47.928 INFO kablam! 149 | pub type RowVector1 = RowVectorN; Sep 21 06:43:47.928 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.928 INFO kablam! | Sep 21 06:43:47.928 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.928 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.928 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.928 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.928 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.928 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.928 INFO kablam! Sep 21 06:43:47.928 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.928 INFO kablam! --> src/core/alias.rs:149:26 Sep 21 06:43:47.928 INFO kablam! | Sep 21 06:43:47.928 INFO kablam! 149 | pub type RowVector1 = RowVectorN; Sep 21 06:43:47.928 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.928 INFO kablam! | | Sep 21 06:43:47.928 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.928 INFO kablam! | Sep 21 06:43:47.928 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.928 INFO kablam! --> src/core/alias.rs:149:26 Sep 21 06:43:47.928 INFO kablam! | Sep 21 06:43:47.928 INFO kablam! 149 | pub type RowVector1 = RowVectorN; Sep 21 06:43:47.928 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.928 INFO kablam! Sep 21 06:43:47.928 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.928 INFO kablam! --> src/core/alias.rs:151:26 Sep 21 06:43:47.928 INFO kablam! | Sep 21 06:43:47.928 INFO kablam! 151 | pub type RowVector2 = RowVectorN; Sep 21 06:43:47.928 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.928 INFO kablam! | Sep 21 06:43:47.928 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.928 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.928 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.928 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.928 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.928 INFO kablam! Sep 21 06:43:47.928 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.929 INFO kablam! --> src/core/alias.rs:151:26 Sep 21 06:43:47.929 INFO kablam! | Sep 21 06:43:47.929 INFO kablam! 151 | pub type RowVector2 = RowVectorN; Sep 21 06:43:47.929 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.929 INFO kablam! | Sep 21 06:43:47.929 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.929 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.929 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.929 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.929 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.929 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.929 INFO kablam! Sep 21 06:43:47.929 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.929 INFO kablam! --> src/core/alias.rs:151:26 Sep 21 06:43:47.929 INFO kablam! | Sep 21 06:43:47.929 INFO kablam! 151 | pub type RowVector2 = RowVectorN; Sep 21 06:43:47.929 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.929 INFO kablam! | Sep 21 06:43:47.929 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.929 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.929 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.929 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.929 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.929 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.929 INFO kablam! Sep 21 06:43:47.929 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.929 INFO kablam! --> src/core/alias.rs:151:26 Sep 21 06:43:47.929 INFO kablam! | Sep 21 06:43:47.929 INFO kablam! 151 | pub type RowVector2 = RowVectorN; Sep 21 06:43:47.929 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.929 INFO kablam! | | Sep 21 06:43:47.929 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.929 INFO kablam! | Sep 21 06:43:47.929 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.929 INFO kablam! --> src/core/alias.rs:151:26 Sep 21 06:43:47.929 INFO kablam! | Sep 21 06:43:47.929 INFO kablam! 151 | pub type RowVector2 = RowVectorN; Sep 21 06:43:47.929 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.929 INFO kablam! Sep 21 06:43:47.929 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.929 INFO kablam! --> src/core/alias.rs:153:26 Sep 21 06:43:47.929 INFO kablam! | Sep 21 06:43:47.929 INFO kablam! 153 | pub type RowVector3 = RowVectorN; Sep 21 06:43:47.929 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.929 INFO kablam! | Sep 21 06:43:47.929 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.929 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.929 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.929 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.929 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.929 INFO kablam! Sep 21 06:43:47.929 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.929 INFO kablam! --> src/core/alias.rs:153:26 Sep 21 06:43:47.929 INFO kablam! | Sep 21 06:43:47.929 INFO kablam! 153 | pub type RowVector3 = RowVectorN; Sep 21 06:43:47.930 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.930 INFO kablam! | Sep 21 06:43:47.930 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.930 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.930 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.930 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.930 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.930 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.930 INFO kablam! Sep 21 06:43:47.930 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.930 INFO kablam! --> src/core/alias.rs:153:26 Sep 21 06:43:47.930 INFO kablam! | Sep 21 06:43:47.930 INFO kablam! 153 | pub type RowVector3 = RowVectorN; Sep 21 06:43:47.930 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.930 INFO kablam! | Sep 21 06:43:47.930 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.930 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.930 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.930 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.930 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.930 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.930 INFO kablam! Sep 21 06:43:47.930 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.930 INFO kablam! --> src/core/alias.rs:153:26 Sep 21 06:43:47.930 INFO kablam! | Sep 21 06:43:47.930 INFO kablam! 153 | pub type RowVector3 = RowVectorN; Sep 21 06:43:47.930 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.930 INFO kablam! | | Sep 21 06:43:47.930 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.930 INFO kablam! | Sep 21 06:43:47.930 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.930 INFO kablam! --> src/core/alias.rs:153:26 Sep 21 06:43:47.930 INFO kablam! | Sep 21 06:43:47.930 INFO kablam! 153 | pub type RowVector3 = RowVectorN; Sep 21 06:43:47.930 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.930 INFO kablam! Sep 21 06:43:47.930 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.930 INFO kablam! --> src/core/alias.rs:155:26 Sep 21 06:43:47.930 INFO kablam! | Sep 21 06:43:47.930 INFO kablam! 155 | pub type RowVector4 = RowVectorN; Sep 21 06:43:47.930 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.930 INFO kablam! | Sep 21 06:43:47.930 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.930 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.930 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.930 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.930 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.930 INFO kablam! Sep 21 06:43:47.931 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.931 INFO kablam! --> src/core/alias.rs:155:26 Sep 21 06:43:47.931 INFO kablam! | Sep 21 06:43:47.931 INFO kablam! 155 | pub type RowVector4 = RowVectorN; Sep 21 06:43:47.931 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.931 INFO kablam! | Sep 21 06:43:47.931 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.931 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.931 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.931 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.931 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.931 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.931 INFO kablam! Sep 21 06:43:47.931 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.931 INFO kablam! --> src/core/alias.rs:155:26 Sep 21 06:43:47.931 INFO kablam! | Sep 21 06:43:47.931 INFO kablam! 155 | pub type RowVector4 = RowVectorN; Sep 21 06:43:47.931 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.931 INFO kablam! | Sep 21 06:43:47.931 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.931 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.931 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.931 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.931 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.931 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.931 INFO kablam! Sep 21 06:43:47.931 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.931 INFO kablam! --> src/core/alias.rs:155:26 Sep 21 06:43:47.931 INFO kablam! | Sep 21 06:43:47.931 INFO kablam! 155 | pub type RowVector4 = RowVectorN; Sep 21 06:43:47.931 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.931 INFO kablam! | | Sep 21 06:43:47.931 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.931 INFO kablam! | Sep 21 06:43:47.931 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.931 INFO kablam! --> src/core/alias.rs:155:26 Sep 21 06:43:47.931 INFO kablam! | Sep 21 06:43:47.934 INFO kablam! 155 | pub type RowVector4 = RowVectorN; Sep 21 06:43:47.934 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.934 INFO kablam! Sep 21 06:43:47.934 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.934 INFO kablam! --> src/core/alias.rs:157:26 Sep 21 06:43:47.934 INFO kablam! | Sep 21 06:43:47.934 INFO kablam! 157 | pub type RowVector5 = RowVectorN; Sep 21 06:43:47.935 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.935 INFO kablam! | Sep 21 06:43:47.935 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.935 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.935 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.935 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.935 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.935 INFO kablam! Sep 21 06:43:47.935 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.935 INFO kablam! --> src/core/alias.rs:157:26 Sep 21 06:43:47.935 INFO kablam! | Sep 21 06:43:47.935 INFO kablam! 157 | pub type RowVector5 = RowVectorN; Sep 21 06:43:47.935 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.935 INFO kablam! | Sep 21 06:43:47.935 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.935 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.935 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.935 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.935 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.935 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.935 INFO kablam! Sep 21 06:43:47.935 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.935 INFO kablam! --> src/core/alias.rs:157:26 Sep 21 06:43:47.935 INFO kablam! | Sep 21 06:43:47.935 INFO kablam! 157 | pub type RowVector5 = RowVectorN; Sep 21 06:43:47.935 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.935 INFO kablam! | Sep 21 06:43:47.935 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.935 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.935 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.935 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.935 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.935 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.935 INFO kablam! Sep 21 06:43:47.935 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.935 INFO kablam! --> src/core/alias.rs:157:26 Sep 21 06:43:47.935 INFO kablam! | Sep 21 06:43:47.935 INFO kablam! 157 | pub type RowVector5 = RowVectorN; Sep 21 06:43:47.935 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.935 INFO kablam! | | Sep 21 06:43:47.935 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.935 INFO kablam! | Sep 21 06:43:47.935 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.935 INFO kablam! --> src/core/alias.rs:157:26 Sep 21 06:43:47.935 INFO kablam! | Sep 21 06:43:47.935 INFO kablam! 157 | pub type RowVector5 = RowVectorN; Sep 21 06:43:47.935 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.935 INFO kablam! Sep 21 06:43:47.935 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.935 INFO kablam! --> src/core/alias.rs:159:26 Sep 21 06:43:47.935 INFO kablam! | Sep 21 06:43:47.935 INFO kablam! 159 | pub type RowVector6 = RowVectorN; Sep 21 06:43:47.935 INFO kablam! | ^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.935 INFO kablam! | Sep 21 06:43:47.935 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.936 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.936 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.936 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.936 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.936 INFO kablam! Sep 21 06:43:47.936 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.936 INFO kablam! --> src/core/alias.rs:159:26 Sep 21 06:43:47.936 INFO kablam! | Sep 21 06:43:47.936 INFO kablam! 159 | pub type RowVector6 = RowVectorN; Sep 21 06:43:47.936 INFO kablam! | ^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.936 INFO kablam! | Sep 21 06:43:47.936 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.936 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.936 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.936 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.936 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.936 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.936 INFO kablam! Sep 21 06:43:47.936 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.936 INFO kablam! --> src/core/alias.rs:159:26 Sep 21 06:43:47.936 INFO kablam! | Sep 21 06:43:47.936 INFO kablam! 159 | pub type RowVector6 = RowVectorN; Sep 21 06:43:47.936 INFO kablam! | ^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.936 INFO kablam! | Sep 21 06:43:47.936 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.936 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.936 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.936 INFO kablam! = note: required because of the requirements on the impl of `core::allocator::Allocator` for `core::default_allocator::DefaultAllocator` Sep 21 06:43:47.936 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.936 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.936 INFO kablam! Sep 21 06:43:47.936 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.936 INFO kablam! --> src/core/alias.rs:159:26 Sep 21 06:43:47.936 INFO kablam! | Sep 21 06:43:47.936 INFO kablam! 159 | pub type RowVector6 = RowVectorN; Sep 21 06:43:47.936 INFO kablam! | - ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.936 INFO kablam! | | Sep 21 06:43:47.936 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.936 INFO kablam! | Sep 21 06:43:47.936 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.936 INFO kablam! --> src/core/alias.rs:159:26 Sep 21 06:43:47.936 INFO kablam! | Sep 21 06:43:47.936 INFO kablam! 159 | pub type RowVector6 = RowVectorN; Sep 21 06:43:47.936 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.936 INFO kablam! Sep 21 06:43:47.936 INFO kablam! warning: the trait bound `R: core::dimension::Dim` is not satisfied Sep 21 06:43:47.936 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 21 06:43:47.936 INFO kablam! | Sep 21 06:43:47.936 INFO kablam! 14 | Matrix>; Sep 21 06:43:47.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `R` Sep 21 06:43:47.936 INFO kablam! | Sep 21 06:43:47.936 INFO kablam! = help: consider adding a `where R: core::dimension::Dim` bound Sep 21 06:43:47.936 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.936 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.937 INFO kablam! Sep 21 06:43:47.937 INFO kablam! warning: the trait bound `C: core::dimension::Dim` is not satisfied Sep 21 06:43:47.937 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 21 06:43:47.937 INFO kablam! | Sep 21 06:43:47.937 INFO kablam! 14 | Matrix>; Sep 21 06:43:47.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `C` Sep 21 06:43:47.937 INFO kablam! | Sep 21 06:43:47.937 INFO kablam! = help: consider adding a `where C: core::dimension::Dim` bound Sep 21 06:43:47.937 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.937 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.937 INFO kablam! Sep 21 06:43:47.937 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.937 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 21 06:43:47.937 INFO kablam! | Sep 21 06:43:47.937 INFO kablam! 14 | Matrix>; Sep 21 06:43:47.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.937 INFO kablam! | Sep 21 06:43:47.937 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.937 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.937 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.937 INFO kablam! Sep 21 06:43:47.937 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.937 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 21 06:43:47.937 INFO kablam! | Sep 21 06:43:47.937 INFO kablam! 14 | Matrix>; Sep 21 06:43:47.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.937 INFO kablam! | Sep 21 06:43:47.937 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.937 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.937 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.937 INFO kablam! Sep 21 06:43:47.937 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.937 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 21 06:43:47.937 INFO kablam! | Sep 21 06:43:47.937 INFO kablam! 14 | Matrix>; Sep 21 06:43:47.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.937 INFO kablam! | Sep 21 06:43:47.937 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.937 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.937 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.937 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.937 INFO kablam! Sep 21 06:43:47.937 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.937 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 21 06:43:47.937 INFO kablam! | Sep 21 06:43:47.937 INFO kablam! 14 | Matrix>; Sep 21 06:43:47.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.937 INFO kablam! | Sep 21 06:43:47.937 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.937 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.937 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.937 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.937 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.938 INFO kablam! Sep 21 06:43:47.938 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.938 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 21 06:43:47.938 INFO kablam! | Sep 21 06:43:47.938 INFO kablam! 14 | Matrix>; Sep 21 06:43:47.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.938 INFO kablam! | Sep 21 06:43:47.938 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.938 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.938 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.938 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.938 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.938 INFO kablam! Sep 21 06:43:47.938 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.938 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 21 06:43:47.938 INFO kablam! | Sep 21 06:43:47.938 INFO kablam! 13 | pub type MatrixSliceMN<'a, N, R, C, RStride = U1, CStride = R> = Sep 21 06:43:47.938 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.938 INFO kablam! 14 | Matrix>; Sep 21 06:43:47.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.938 INFO kablam! | Sep 21 06:43:47.938 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.938 INFO kablam! --> src/core/alias_slice.rs:14:5 Sep 21 06:43:47.938 INFO kablam! | Sep 21 06:43:47.938 INFO kablam! 14 | Matrix>; Sep 21 06:43:47.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.938 INFO kablam! Sep 21 06:43:47.938 INFO kablam! warning: the trait bound `D: core::dimension::Dim` is not satisfied Sep 21 06:43:47.938 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 21 06:43:47.938 INFO kablam! | Sep 21 06:43:47.938 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 21 06:43:47.938 INFO kablam! | Sep 21 06:43:47.938 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 21 06:43:47.938 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.938 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.938 INFO kablam! Sep 21 06:43:47.938 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.938 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 21 06:43:47.938 INFO kablam! | Sep 21 06:43:47.938 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.938 INFO kablam! | Sep 21 06:43:47.938 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.938 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.938 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.938 INFO kablam! Sep 21 06:43:47.938 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.938 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 21 06:43:47.938 INFO kablam! | Sep 21 06:43:47.938 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.939 INFO kablam! | Sep 21 06:43:47.939 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.939 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.939 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.939 INFO kablam! Sep 21 06:43:47.939 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.939 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 21 06:43:47.939 INFO kablam! | Sep 21 06:43:47.939 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.939 INFO kablam! | Sep 21 06:43:47.939 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.939 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.939 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.939 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.939 INFO kablam! Sep 21 06:43:47.939 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.939 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 21 06:43:47.939 INFO kablam! | Sep 21 06:43:47.939 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.939 INFO kablam! | Sep 21 06:43:47.939 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.939 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.939 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.939 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.939 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.939 INFO kablam! Sep 21 06:43:47.939 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.939 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 21 06:43:47.939 INFO kablam! | Sep 21 06:43:47.939 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.939 INFO kablam! | Sep 21 06:43:47.939 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.939 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.939 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.939 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.939 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.939 INFO kablam! Sep 21 06:43:47.939 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.939 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 21 06:43:47.939 INFO kablam! | Sep 21 06:43:47.939 INFO kablam! 17 | pub type MatrixSliceN<'a, N, D, RStride = U1, CStride = D> = Sep 21 06:43:47.939 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.939 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.939 INFO kablam! | Sep 21 06:43:47.939 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.939 INFO kablam! --> src/core/alias_slice.rs:18:5 Sep 21 06:43:47.939 INFO kablam! | Sep 21 06:43:47.939 INFO kablam! 18 | MatrixSliceMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:47.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.939 INFO kablam! Sep 21 06:43:47.940 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.940 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 21 06:43:47.940 INFO kablam! | Sep 21 06:43:47.940 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:47.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.940 INFO kablam! | Sep 21 06:43:47.940 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.940 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.940 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.940 INFO kablam! Sep 21 06:43:47.940 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.940 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 21 06:43:47.940 INFO kablam! | Sep 21 06:43:47.940 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:47.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.940 INFO kablam! | Sep 21 06:43:47.940 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.940 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.940 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.940 INFO kablam! Sep 21 06:43:47.940 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.940 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 21 06:43:47.940 INFO kablam! | Sep 21 06:43:47.940 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:47.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.940 INFO kablam! | Sep 21 06:43:47.940 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.940 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.954 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.954 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.954 INFO kablam! Sep 21 06:43:47.954 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.954 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 21 06:43:47.954 INFO kablam! | Sep 21 06:43:47.954 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:47.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.954 INFO kablam! | Sep 21 06:43:47.954 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.954 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.954 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.954 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.954 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.954 INFO kablam! Sep 21 06:43:47.954 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.954 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 21 06:43:47.954 INFO kablam! | Sep 21 06:43:47.954 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:47.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.954 INFO kablam! | Sep 21 06:43:47.954 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.954 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.954 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.954 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.954 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.954 INFO kablam! Sep 21 06:43:47.954 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.955 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 21 06:43:47.955 INFO kablam! | Sep 21 06:43:47.955 INFO kablam! 21 | pub type DMatrixSlice<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:47.955 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.955 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:47.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.955 INFO kablam! | Sep 21 06:43:47.955 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.955 INFO kablam! --> src/core/alias_slice.rs:22:5 Sep 21 06:43:47.955 INFO kablam! | Sep 21 06:43:47.955 INFO kablam! 22 | MatrixSliceN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:47.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.955 INFO kablam! Sep 21 06:43:47.955 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.955 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 21 06:43:47.955 INFO kablam! | Sep 21 06:43:47.955 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 21 06:43:47.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.955 INFO kablam! | Sep 21 06:43:47.955 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.955 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.955 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.955 INFO kablam! Sep 21 06:43:47.955 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.955 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 21 06:43:47.955 INFO kablam! | Sep 21 06:43:47.955 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 21 06:43:47.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.955 INFO kablam! | Sep 21 06:43:47.955 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.955 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.955 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.955 INFO kablam! Sep 21 06:43:47.955 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.956 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 21 06:43:47.956 INFO kablam! | Sep 21 06:43:47.956 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 21 06:43:47.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.956 INFO kablam! | Sep 21 06:43:47.956 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.956 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.956 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.956 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.956 INFO kablam! Sep 21 06:43:47.956 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.956 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 21 06:43:47.956 INFO kablam! | Sep 21 06:43:47.956 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 21 06:43:47.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.956 INFO kablam! | Sep 21 06:43:47.956 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.956 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.956 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.956 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.956 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.956 INFO kablam! Sep 21 06:43:47.956 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.957 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 21 06:43:47.957 INFO kablam! | Sep 21 06:43:47.957 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 21 06:43:47.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.957 INFO kablam! | Sep 21 06:43:47.957 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.957 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.957 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.957 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.957 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.957 INFO kablam! Sep 21 06:43:47.957 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.957 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 21 06:43:47.957 INFO kablam! | Sep 21 06:43:47.957 INFO kablam! 25 | pub type MatrixSlice1<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:47.957 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.957 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 21 06:43:47.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.957 INFO kablam! | Sep 21 06:43:47.957 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.957 INFO kablam! --> src/core/alias_slice.rs:26:5 Sep 21 06:43:47.957 INFO kablam! | Sep 21 06:43:47.957 INFO kablam! 26 | MatrixSliceN<'a, N, U1, RStride, CStride>; Sep 21 06:43:47.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.957 INFO kablam! Sep 21 06:43:47.957 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.957 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 21 06:43:47.957 INFO kablam! | Sep 21 06:43:47.957 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 21 06:43:47.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.957 INFO kablam! | Sep 21 06:43:47.957 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.958 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.958 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.958 INFO kablam! Sep 21 06:43:47.958 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.958 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 21 06:43:47.958 INFO kablam! | Sep 21 06:43:47.958 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 21 06:43:47.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.958 INFO kablam! | Sep 21 06:43:47.958 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.958 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.958 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.958 INFO kablam! Sep 21 06:43:47.958 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.958 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 21 06:43:47.958 INFO kablam! | Sep 21 06:43:47.958 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 21 06:43:47.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.958 INFO kablam! | Sep 21 06:43:47.958 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.958 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.958 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.958 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.958 INFO kablam! Sep 21 06:43:47.958 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.958 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 21 06:43:47.958 INFO kablam! | Sep 21 06:43:47.958 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 21 06:43:47.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.958 INFO kablam! | Sep 21 06:43:47.958 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.958 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.958 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.958 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.958 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.958 INFO kablam! Sep 21 06:43:47.958 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.958 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 21 06:43:47.958 INFO kablam! | Sep 21 06:43:47.958 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 21 06:43:47.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.959 INFO kablam! | Sep 21 06:43:47.959 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.959 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.959 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.959 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.959 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.959 INFO kablam! Sep 21 06:43:47.959 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.959 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 21 06:43:47.959 INFO kablam! | Sep 21 06:43:47.959 INFO kablam! 28 | pub type MatrixSlice2<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:47.959 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.959 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 21 06:43:47.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.959 INFO kablam! | Sep 21 06:43:47.959 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.959 INFO kablam! --> src/core/alias_slice.rs:29:5 Sep 21 06:43:47.959 INFO kablam! | Sep 21 06:43:47.959 INFO kablam! 29 | MatrixSliceN<'a, N, U2, RStride, CStride>; Sep 21 06:43:47.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.959 INFO kablam! Sep 21 06:43:47.959 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.959 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 21 06:43:47.959 INFO kablam! | Sep 21 06:43:47.959 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 21 06:43:47.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.959 INFO kablam! | Sep 21 06:43:47.959 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.959 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.959 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.959 INFO kablam! Sep 21 06:43:47.959 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.959 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 21 06:43:47.959 INFO kablam! | Sep 21 06:43:47.959 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 21 06:43:47.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.959 INFO kablam! | Sep 21 06:43:47.959 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.959 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.959 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.959 INFO kablam! Sep 21 06:43:47.959 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.959 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 21 06:43:47.959 INFO kablam! | Sep 21 06:43:47.959 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 21 06:43:47.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.960 INFO kablam! | Sep 21 06:43:47.960 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.960 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.960 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.960 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.960 INFO kablam! Sep 21 06:43:47.960 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.960 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 21 06:43:47.960 INFO kablam! | Sep 21 06:43:47.960 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 21 06:43:47.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.960 INFO kablam! | Sep 21 06:43:47.960 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.960 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.960 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.960 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.960 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.960 INFO kablam! Sep 21 06:43:47.960 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.960 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 21 06:43:47.960 INFO kablam! | Sep 21 06:43:47.960 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 21 06:43:47.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.960 INFO kablam! | Sep 21 06:43:47.960 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.960 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.960 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.960 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.960 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.960 INFO kablam! Sep 21 06:43:47.960 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.960 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 21 06:43:47.960 INFO kablam! | Sep 21 06:43:47.960 INFO kablam! 31 | pub type MatrixSlice3<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:47.960 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.960 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 21 06:43:47.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.960 INFO kablam! | Sep 21 06:43:47.960 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.960 INFO kablam! --> src/core/alias_slice.rs:32:5 Sep 21 06:43:47.960 INFO kablam! | Sep 21 06:43:47.960 INFO kablam! 32 | MatrixSliceN<'a, N, U3, RStride, CStride>; Sep 21 06:43:47.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.960 INFO kablam! Sep 21 06:43:47.960 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.960 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 21 06:43:47.960 INFO kablam! | Sep 21 06:43:47.960 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 21 06:43:47.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.960 INFO kablam! | Sep 21 06:43:47.960 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.960 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.960 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.960 INFO kablam! Sep 21 06:43:47.960 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.960 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 21 06:43:47.960 INFO kablam! | Sep 21 06:43:47.961 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 21 06:43:47.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.961 INFO kablam! | Sep 21 06:43:47.961 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.961 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.961 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.961 INFO kablam! Sep 21 06:43:47.961 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.961 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 21 06:43:47.961 INFO kablam! | Sep 21 06:43:47.961 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 21 06:43:47.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.961 INFO kablam! | Sep 21 06:43:47.961 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.961 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.961 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.961 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.961 INFO kablam! Sep 21 06:43:47.961 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.961 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 21 06:43:47.961 INFO kablam! | Sep 21 06:43:47.961 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 21 06:43:47.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.961 INFO kablam! | Sep 21 06:43:47.961 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.961 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.961 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.961 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.961 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.961 INFO kablam! Sep 21 06:43:47.961 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.961 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 21 06:43:47.961 INFO kablam! | Sep 21 06:43:47.961 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 21 06:43:47.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.961 INFO kablam! | Sep 21 06:43:47.961 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.962 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.962 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.962 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.962 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.962 INFO kablam! Sep 21 06:43:47.962 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.962 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 21 06:43:47.962 INFO kablam! | Sep 21 06:43:47.962 INFO kablam! 34 | pub type MatrixSlice4<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:47.962 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.962 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 21 06:43:47.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.962 INFO kablam! | Sep 21 06:43:47.962 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.962 INFO kablam! --> src/core/alias_slice.rs:35:5 Sep 21 06:43:47.962 INFO kablam! | Sep 21 06:43:47.962 INFO kablam! 35 | MatrixSliceN<'a, N, U4, RStride, CStride>; Sep 21 06:43:47.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.962 INFO kablam! Sep 21 06:43:47.962 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.962 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 21 06:43:47.962 INFO kablam! | Sep 21 06:43:47.962 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 21 06:43:47.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.962 INFO kablam! | Sep 21 06:43:47.962 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.963 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.963 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.963 INFO kablam! Sep 21 06:43:47.963 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.963 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 21 06:43:47.963 INFO kablam! | Sep 21 06:43:47.963 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 21 06:43:47.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.963 INFO kablam! | Sep 21 06:43:47.963 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.963 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.963 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.963 INFO kablam! Sep 21 06:43:47.963 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.963 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 21 06:43:47.963 INFO kablam! | Sep 21 06:43:47.963 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 21 06:43:47.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.963 INFO kablam! | Sep 21 06:43:47.963 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.963 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.963 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.963 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.963 INFO kablam! Sep 21 06:43:47.963 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.963 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 21 06:43:47.963 INFO kablam! | Sep 21 06:43:47.963 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 21 06:43:47.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.964 INFO kablam! | Sep 21 06:43:47.964 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.964 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.964 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.964 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.964 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.964 INFO kablam! Sep 21 06:43:47.964 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.964 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 21 06:43:47.964 INFO kablam! | Sep 21 06:43:47.964 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 21 06:43:47.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.964 INFO kablam! | Sep 21 06:43:47.964 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.964 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.964 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.964 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.964 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.964 INFO kablam! Sep 21 06:43:47.964 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.964 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 21 06:43:47.964 INFO kablam! | Sep 21 06:43:47.964 INFO kablam! 37 | pub type MatrixSlice5<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:47.964 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.964 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 21 06:43:47.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.965 INFO kablam! | Sep 21 06:43:47.965 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.965 INFO kablam! --> src/core/alias_slice.rs:38:5 Sep 21 06:43:47.965 INFO kablam! | Sep 21 06:43:47.965 INFO kablam! 38 | MatrixSliceN<'a, N, U5, RStride, CStride>; Sep 21 06:43:47.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.965 INFO kablam! Sep 21 06:43:47.965 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.965 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 21 06:43:47.965 INFO kablam! | Sep 21 06:43:47.965 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 21 06:43:47.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.965 INFO kablam! | Sep 21 06:43:47.965 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.965 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.965 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.965 INFO kablam! Sep 21 06:43:47.965 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.965 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 21 06:43:47.965 INFO kablam! | Sep 21 06:43:47.965 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 21 06:43:47.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.965 INFO kablam! | Sep 21 06:43:47.965 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.965 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.965 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.965 INFO kablam! Sep 21 06:43:47.965 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.966 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 21 06:43:47.966 INFO kablam! | Sep 21 06:43:47.966 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 21 06:43:47.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.966 INFO kablam! | Sep 21 06:43:47.966 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.966 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.966 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.966 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.966 INFO kablam! Sep 21 06:43:47.966 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.966 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 21 06:43:47.966 INFO kablam! | Sep 21 06:43:47.966 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 21 06:43:47.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.966 INFO kablam! | Sep 21 06:43:47.966 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.966 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.966 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.966 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.966 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.966 INFO kablam! Sep 21 06:43:47.966 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.966 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 21 06:43:47.966 INFO kablam! | Sep 21 06:43:47.966 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 21 06:43:47.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.966 INFO kablam! | Sep 21 06:43:47.966 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.967 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.967 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.967 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.967 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.967 INFO kablam! Sep 21 06:43:47.967 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.967 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 21 06:43:47.967 INFO kablam! | Sep 21 06:43:47.967 INFO kablam! 40 | pub type MatrixSlice6<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:47.967 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.967 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 21 06:43:47.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.967 INFO kablam! | Sep 21 06:43:47.967 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.967 INFO kablam! --> src/core/alias_slice.rs:41:5 Sep 21 06:43:47.967 INFO kablam! | Sep 21 06:43:47.967 INFO kablam! 41 | MatrixSliceN<'a, N, U6, RStride, CStride>; Sep 21 06:43:47.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.967 INFO kablam! Sep 21 06:43:47.967 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.967 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 21 06:43:47.967 INFO kablam! | Sep 21 06:43:47.967 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:47.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.967 INFO kablam! | Sep 21 06:43:47.967 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.967 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.967 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.967 INFO kablam! Sep 21 06:43:47.967 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.967 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 21 06:43:47.967 INFO kablam! | Sep 21 06:43:47.967 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:47.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.967 INFO kablam! | Sep 21 06:43:47.967 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.967 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.967 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.967 INFO kablam! Sep 21 06:43:47.967 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.968 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 21 06:43:47.968 INFO kablam! | Sep 21 06:43:47.968 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:47.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.968 INFO kablam! | Sep 21 06:43:47.968 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.968 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.968 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.968 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.968 INFO kablam! Sep 21 06:43:47.968 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.968 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 21 06:43:47.968 INFO kablam! | Sep 21 06:43:47.968 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:47.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.968 INFO kablam! | Sep 21 06:43:47.968 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.968 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.968 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.968 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.968 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.968 INFO kablam! Sep 21 06:43:47.968 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.968 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 21 06:43:47.968 INFO kablam! | Sep 21 06:43:47.968 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:47.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.968 INFO kablam! | Sep 21 06:43:47.968 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.968 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.968 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.968 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.968 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.968 INFO kablam! Sep 21 06:43:47.968 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.968 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 21 06:43:47.968 INFO kablam! | Sep 21 06:43:47.968 INFO kablam! 44 | pub type MatrixSlice1x2<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:47.968 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.968 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:47.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.968 INFO kablam! | Sep 21 06:43:47.968 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.968 INFO kablam! --> src/core/alias_slice.rs:45:5 Sep 21 06:43:47.968 INFO kablam! | Sep 21 06:43:47.968 INFO kablam! 45 | MatrixSliceMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:47.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.968 INFO kablam! Sep 21 06:43:47.968 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.968 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 21 06:43:47.968 INFO kablam! | Sep 21 06:43:47.968 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:47.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.969 INFO kablam! | Sep 21 06:43:47.969 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.969 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.969 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.969 INFO kablam! Sep 21 06:43:47.969 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.969 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 21 06:43:47.969 INFO kablam! | Sep 21 06:43:47.969 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:47.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.969 INFO kablam! | Sep 21 06:43:47.969 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.969 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.969 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.969 INFO kablam! Sep 21 06:43:47.969 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.969 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 21 06:43:47.969 INFO kablam! | Sep 21 06:43:47.969 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:47.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.969 INFO kablam! | Sep 21 06:43:47.969 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.969 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.969 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.969 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.969 INFO kablam! Sep 21 06:43:47.969 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.969 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 21 06:43:47.969 INFO kablam! | Sep 21 06:43:47.969 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:47.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.969 INFO kablam! | Sep 21 06:43:47.969 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.969 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.969 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.969 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.969 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.969 INFO kablam! Sep 21 06:43:47.969 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.969 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 21 06:43:47.969 INFO kablam! | Sep 21 06:43:47.969 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:47.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.969 INFO kablam! | Sep 21 06:43:47.969 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.969 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.969 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.969 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.969 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.969 INFO kablam! Sep 21 06:43:47.969 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.969 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 21 06:43:47.969 INFO kablam! | Sep 21 06:43:47.969 INFO kablam! 47 | pub type MatrixSlice1x3<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:47.969 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.970 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:47.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.970 INFO kablam! | Sep 21 06:43:47.970 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.970 INFO kablam! --> src/core/alias_slice.rs:48:5 Sep 21 06:43:47.970 INFO kablam! | Sep 21 06:43:47.970 INFO kablam! 48 | MatrixSliceMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:47.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.970 INFO kablam! Sep 21 06:43:47.970 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.970 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 21 06:43:47.970 INFO kablam! | Sep 21 06:43:47.970 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:47.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.970 INFO kablam! | Sep 21 06:43:47.970 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.970 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.970 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.970 INFO kablam! Sep 21 06:43:47.970 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.970 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 21 06:43:47.970 INFO kablam! | Sep 21 06:43:47.970 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:47.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.970 INFO kablam! | Sep 21 06:43:47.970 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.970 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.970 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.970 INFO kablam! Sep 21 06:43:47.970 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.970 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 21 06:43:47.970 INFO kablam! | Sep 21 06:43:47.970 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:47.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.970 INFO kablam! | Sep 21 06:43:47.970 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.970 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.970 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.970 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.970 INFO kablam! Sep 21 06:43:47.970 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.970 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 21 06:43:47.970 INFO kablam! | Sep 21 06:43:47.970 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:47.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.970 INFO kablam! | Sep 21 06:43:47.970 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.970 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.970 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.970 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.970 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.970 INFO kablam! Sep 21 06:43:47.970 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.970 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 21 06:43:47.970 INFO kablam! | Sep 21 06:43:47.970 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:47.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.971 INFO kablam! | Sep 21 06:43:47.971 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.971 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.971 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.971 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.971 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.971 INFO kablam! Sep 21 06:43:47.971 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.971 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 21 06:43:47.971 INFO kablam! | Sep 21 06:43:47.971 INFO kablam! 50 | pub type MatrixSlice1x4<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:47.971 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.971 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:47.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.971 INFO kablam! | Sep 21 06:43:47.971 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.971 INFO kablam! --> src/core/alias_slice.rs:51:5 Sep 21 06:43:47.971 INFO kablam! | Sep 21 06:43:47.971 INFO kablam! 51 | MatrixSliceMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:47.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.971 INFO kablam! Sep 21 06:43:47.971 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.971 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 21 06:43:47.971 INFO kablam! | Sep 21 06:43:47.971 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:47.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.971 INFO kablam! | Sep 21 06:43:47.971 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.971 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.971 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.971 INFO kablam! Sep 21 06:43:47.971 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.971 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 21 06:43:47.971 INFO kablam! | Sep 21 06:43:47.971 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:47.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.971 INFO kablam! | Sep 21 06:43:47.971 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.971 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.971 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.971 INFO kablam! Sep 21 06:43:47.971 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.971 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 21 06:43:47.971 INFO kablam! | Sep 21 06:43:47.971 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:47.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.971 INFO kablam! | Sep 21 06:43:47.971 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.971 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.971 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.971 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.971 INFO kablam! Sep 21 06:43:47.971 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.971 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 21 06:43:47.971 INFO kablam! | Sep 21 06:43:47.972 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:47.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.972 INFO kablam! | Sep 21 06:43:47.972 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.972 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.972 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.972 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.972 INFO kablam! Sep 21 06:43:47.972 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.972 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 21 06:43:47.972 INFO kablam! | Sep 21 06:43:47.972 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:47.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.972 INFO kablam! | Sep 21 06:43:47.972 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.972 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.972 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.972 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.972 INFO kablam! Sep 21 06:43:47.972 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.972 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 21 06:43:47.972 INFO kablam! | Sep 21 06:43:47.972 INFO kablam! 53 | pub type MatrixSlice1x5<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:47.972 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.972 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:47.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.972 INFO kablam! | Sep 21 06:43:47.972 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.972 INFO kablam! --> src/core/alias_slice.rs:54:5 Sep 21 06:43:47.972 INFO kablam! | Sep 21 06:43:47.972 INFO kablam! 54 | MatrixSliceMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:47.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.972 INFO kablam! Sep 21 06:43:47.972 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.972 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 21 06:43:47.972 INFO kablam! | Sep 21 06:43:47.972 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:47.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.972 INFO kablam! | Sep 21 06:43:47.972 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.972 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.972 INFO kablam! Sep 21 06:43:47.972 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.972 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 21 06:43:47.972 INFO kablam! | Sep 21 06:43:47.972 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:47.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.972 INFO kablam! | Sep 21 06:43:47.972 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.972 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.972 INFO kablam! Sep 21 06:43:47.972 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.972 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 21 06:43:47.973 INFO kablam! | Sep 21 06:43:47.973 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:47.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.973 INFO kablam! | Sep 21 06:43:47.973 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.973 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.973 INFO kablam! Sep 21 06:43:47.973 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.973 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 21 06:43:47.973 INFO kablam! | Sep 21 06:43:47.973 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:47.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.973 INFO kablam! | Sep 21 06:43:47.973 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.973 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.973 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.973 INFO kablam! Sep 21 06:43:47.973 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.973 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 21 06:43:47.973 INFO kablam! | Sep 21 06:43:47.973 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:47.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.973 INFO kablam! | Sep 21 06:43:47.973 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.973 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.973 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.973 INFO kablam! Sep 21 06:43:47.973 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.973 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 21 06:43:47.973 INFO kablam! | Sep 21 06:43:47.973 INFO kablam! 56 | pub type MatrixSlice1x6<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:47.973 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.973 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:47.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.973 INFO kablam! | Sep 21 06:43:47.973 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.973 INFO kablam! --> src/core/alias_slice.rs:57:5 Sep 21 06:43:47.973 INFO kablam! | Sep 21 06:43:47.973 INFO kablam! 57 | MatrixSliceMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:47.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.973 INFO kablam! Sep 21 06:43:47.973 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.973 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 21 06:43:47.973 INFO kablam! | Sep 21 06:43:47.973 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:47.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.973 INFO kablam! | Sep 21 06:43:47.973 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.974 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.974 INFO kablam! Sep 21 06:43:47.974 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.974 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 21 06:43:47.974 INFO kablam! | Sep 21 06:43:47.974 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:47.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.974 INFO kablam! | Sep 21 06:43:47.974 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.974 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.974 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.974 INFO kablam! Sep 21 06:43:47.974 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.974 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 21 06:43:47.974 INFO kablam! | Sep 21 06:43:47.974 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:47.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.974 INFO kablam! | Sep 21 06:43:47.974 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.974 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.974 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.974 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.974 INFO kablam! Sep 21 06:43:47.974 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.974 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 21 06:43:47.974 INFO kablam! | Sep 21 06:43:47.974 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:47.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.974 INFO kablam! | Sep 21 06:43:47.974 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.974 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.974 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.974 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.974 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.974 INFO kablam! Sep 21 06:43:47.974 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.974 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 21 06:43:47.974 INFO kablam! | Sep 21 06:43:47.974 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:47.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.974 INFO kablam! | Sep 21 06:43:47.974 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.974 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.974 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.974 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.974 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.974 INFO kablam! Sep 21 06:43:47.974 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.974 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 21 06:43:47.974 INFO kablam! | Sep 21 06:43:47.974 INFO kablam! 60 | pub type MatrixSlice2x1<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:47.974 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.974 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:47.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.974 INFO kablam! | Sep 21 06:43:47.974 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.975 INFO kablam! --> src/core/alias_slice.rs:61:5 Sep 21 06:43:47.975 INFO kablam! | Sep 21 06:43:47.975 INFO kablam! 61 | MatrixSliceMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:47.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.975 INFO kablam! Sep 21 06:43:47.975 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.975 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 21 06:43:47.975 INFO kablam! | Sep 21 06:43:47.975 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:47.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.975 INFO kablam! | Sep 21 06:43:47.975 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.975 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.975 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.975 INFO kablam! Sep 21 06:43:47.975 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.975 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 21 06:43:47.975 INFO kablam! | Sep 21 06:43:47.975 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:47.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.975 INFO kablam! | Sep 21 06:43:47.975 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.975 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.975 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.975 INFO kablam! Sep 21 06:43:47.975 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.975 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 21 06:43:47.975 INFO kablam! | Sep 21 06:43:47.975 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:47.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.975 INFO kablam! | Sep 21 06:43:47.975 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.975 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.975 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.975 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.975 INFO kablam! Sep 21 06:43:47.975 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.975 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 21 06:43:47.975 INFO kablam! | Sep 21 06:43:47.975 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:47.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.975 INFO kablam! | Sep 21 06:43:47.975 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.975 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.975 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.975 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.975 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.975 INFO kablam! Sep 21 06:43:47.975 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.975 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 21 06:43:47.975 INFO kablam! | Sep 21 06:43:47.975 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:47.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.975 INFO kablam! | Sep 21 06:43:47.975 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.976 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.976 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.976 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.976 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.976 INFO kablam! Sep 21 06:43:47.976 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.976 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 21 06:43:47.976 INFO kablam! | Sep 21 06:43:47.976 INFO kablam! 63 | pub type MatrixSlice2x3<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:47.976 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.976 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:47.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.976 INFO kablam! | Sep 21 06:43:47.976 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.976 INFO kablam! --> src/core/alias_slice.rs:64:5 Sep 21 06:43:47.976 INFO kablam! | Sep 21 06:43:47.976 INFO kablam! 64 | MatrixSliceMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:47.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.976 INFO kablam! Sep 21 06:43:47.976 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.976 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 21 06:43:47.976 INFO kablam! | Sep 21 06:43:47.976 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:47.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.976 INFO kablam! | Sep 21 06:43:47.976 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.976 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.976 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.976 INFO kablam! Sep 21 06:43:47.976 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.976 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 21 06:43:47.976 INFO kablam! | Sep 21 06:43:47.976 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:47.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.976 INFO kablam! | Sep 21 06:43:47.976 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.976 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.976 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.976 INFO kablam! Sep 21 06:43:47.976 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.976 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 21 06:43:47.976 INFO kablam! | Sep 21 06:43:47.976 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:47.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.976 INFO kablam! | Sep 21 06:43:47.976 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.976 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.976 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.976 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.976 INFO kablam! Sep 21 06:43:47.976 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.976 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 21 06:43:47.976 INFO kablam! | Sep 21 06:43:47.976 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:47.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.976 INFO kablam! | Sep 21 06:43:47.977 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.977 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.977 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.977 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.977 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.977 INFO kablam! Sep 21 06:43:47.977 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.977 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 21 06:43:47.977 INFO kablam! | Sep 21 06:43:47.977 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:47.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.977 INFO kablam! | Sep 21 06:43:47.977 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.977 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.977 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.977 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.977 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.977 INFO kablam! Sep 21 06:43:47.977 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.977 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 21 06:43:47.977 INFO kablam! | Sep 21 06:43:47.977 INFO kablam! 66 | pub type MatrixSlice2x4<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:47.977 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.977 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:47.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.977 INFO kablam! | Sep 21 06:43:47.977 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.977 INFO kablam! --> src/core/alias_slice.rs:67:5 Sep 21 06:43:47.977 INFO kablam! | Sep 21 06:43:47.977 INFO kablam! 67 | MatrixSliceMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:47.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.977 INFO kablam! Sep 21 06:43:47.977 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.977 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 21 06:43:47.977 INFO kablam! | Sep 21 06:43:47.977 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:47.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.977 INFO kablam! | Sep 21 06:43:47.977 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.977 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.977 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.977 INFO kablam! Sep 21 06:43:47.977 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.977 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 21 06:43:47.977 INFO kablam! | Sep 21 06:43:47.977 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:47.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.977 INFO kablam! | Sep 21 06:43:47.977 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.977 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.977 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.977 INFO kablam! Sep 21 06:43:47.977 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.977 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 21 06:43:47.978 INFO kablam! | Sep 21 06:43:47.978 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:47.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.978 INFO kablam! | Sep 21 06:43:47.978 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.978 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.978 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.978 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.978 INFO kablam! Sep 21 06:43:47.978 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.978 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 21 06:43:47.978 INFO kablam! | Sep 21 06:43:47.978 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:47.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.978 INFO kablam! | Sep 21 06:43:47.978 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.978 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.978 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.978 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.978 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.978 INFO kablam! Sep 21 06:43:47.978 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.978 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 21 06:43:47.978 INFO kablam! | Sep 21 06:43:47.978 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:47.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.978 INFO kablam! | Sep 21 06:43:47.978 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.978 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.978 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.978 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.978 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.978 INFO kablam! Sep 21 06:43:47.978 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.978 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 21 06:43:47.978 INFO kablam! | Sep 21 06:43:47.978 INFO kablam! 69 | pub type MatrixSlice2x5<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:47.978 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.978 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:47.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.978 INFO kablam! | Sep 21 06:43:47.978 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.978 INFO kablam! --> src/core/alias_slice.rs:70:5 Sep 21 06:43:47.978 INFO kablam! | Sep 21 06:43:47.978 INFO kablam! 70 | MatrixSliceMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:47.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.978 INFO kablam! Sep 21 06:43:47.978 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.978 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 21 06:43:47.978 INFO kablam! | Sep 21 06:43:47.978 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:47.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.979 INFO kablam! | Sep 21 06:43:47.979 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.979 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.979 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.979 INFO kablam! Sep 21 06:43:47.979 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.979 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 21 06:43:47.979 INFO kablam! | Sep 21 06:43:47.979 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:47.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.979 INFO kablam! | Sep 21 06:43:47.979 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.979 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.979 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.979 INFO kablam! Sep 21 06:43:47.979 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.979 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 21 06:43:47.979 INFO kablam! | Sep 21 06:43:47.979 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:47.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.979 INFO kablam! | Sep 21 06:43:47.979 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.979 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.979 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.979 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.979 INFO kablam! Sep 21 06:43:47.979 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.979 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 21 06:43:47.979 INFO kablam! | Sep 21 06:43:47.979 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:47.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.979 INFO kablam! | Sep 21 06:43:47.979 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.979 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.979 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.979 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.979 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.979 INFO kablam! Sep 21 06:43:47.979 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.979 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 21 06:43:47.979 INFO kablam! | Sep 21 06:43:47.979 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:47.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.979 INFO kablam! | Sep 21 06:43:47.979 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.979 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.979 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.979 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.979 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.979 INFO kablam! Sep 21 06:43:47.979 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.979 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 21 06:43:47.980 INFO kablam! | Sep 21 06:43:47.980 INFO kablam! 72 | pub type MatrixSlice2x6<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:47.980 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.980 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:47.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.980 INFO kablam! | Sep 21 06:43:47.980 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.980 INFO kablam! --> src/core/alias_slice.rs:73:5 Sep 21 06:43:47.980 INFO kablam! | Sep 21 06:43:47.980 INFO kablam! 73 | MatrixSliceMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:47.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.980 INFO kablam! Sep 21 06:43:47.980 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.980 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 21 06:43:47.980 INFO kablam! | Sep 21 06:43:47.980 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:47.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.980 INFO kablam! | Sep 21 06:43:47.980 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.980 INFO kablam! Sep 21 06:43:47.980 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.980 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 21 06:43:47.980 INFO kablam! | Sep 21 06:43:47.980 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:47.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.980 INFO kablam! | Sep 21 06:43:47.980 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.980 INFO kablam! Sep 21 06:43:47.980 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.980 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 21 06:43:47.980 INFO kablam! | Sep 21 06:43:47.980 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:47.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.980 INFO kablam! | Sep 21 06:43:47.980 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.980 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.980 INFO kablam! Sep 21 06:43:47.980 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.980 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 21 06:43:47.980 INFO kablam! | Sep 21 06:43:47.980 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:47.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.980 INFO kablam! | Sep 21 06:43:47.980 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.980 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.980 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.981 INFO kablam! Sep 21 06:43:47.981 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.981 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 21 06:43:47.981 INFO kablam! | Sep 21 06:43:47.981 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:47.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.981 INFO kablam! | Sep 21 06:43:47.981 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.981 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.981 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.981 INFO kablam! Sep 21 06:43:47.981 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.981 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 21 06:43:47.981 INFO kablam! | Sep 21 06:43:47.981 INFO kablam! 76 | pub type MatrixSlice3x1<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:47.981 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.981 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:47.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.981 INFO kablam! | Sep 21 06:43:47.981 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.981 INFO kablam! --> src/core/alias_slice.rs:77:5 Sep 21 06:43:47.981 INFO kablam! | Sep 21 06:43:47.981 INFO kablam! 77 | MatrixSliceMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:47.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.981 INFO kablam! Sep 21 06:43:47.981 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.981 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 21 06:43:47.981 INFO kablam! | Sep 21 06:43:47.981 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:47.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.981 INFO kablam! | Sep 21 06:43:47.981 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.981 INFO kablam! Sep 21 06:43:47.981 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.981 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 21 06:43:47.981 INFO kablam! | Sep 21 06:43:47.981 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:47.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.981 INFO kablam! | Sep 21 06:43:47.981 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.981 INFO kablam! Sep 21 06:43:47.981 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.981 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 21 06:43:47.981 INFO kablam! | Sep 21 06:43:47.981 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:47.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.981 INFO kablam! | Sep 21 06:43:47.981 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.981 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.981 INFO kablam! Sep 21 06:43:47.981 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.981 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 21 06:43:47.981 INFO kablam! | Sep 21 06:43:47.981 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:47.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.981 INFO kablam! | Sep 21 06:43:47.981 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.982 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.982 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.982 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.982 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.982 INFO kablam! Sep 21 06:43:47.982 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.982 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 21 06:43:47.982 INFO kablam! | Sep 21 06:43:47.982 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:47.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.982 INFO kablam! | Sep 21 06:43:47.982 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.982 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.982 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.982 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.982 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.982 INFO kablam! Sep 21 06:43:47.982 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.982 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 21 06:43:47.982 INFO kablam! | Sep 21 06:43:47.982 INFO kablam! 79 | pub type MatrixSlice3x2<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:47.982 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.982 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:47.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.982 INFO kablam! | Sep 21 06:43:47.982 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.982 INFO kablam! --> src/core/alias_slice.rs:80:5 Sep 21 06:43:47.982 INFO kablam! | Sep 21 06:43:47.982 INFO kablam! 80 | MatrixSliceMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:47.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.982 INFO kablam! Sep 21 06:43:47.982 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.982 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 21 06:43:47.982 INFO kablam! | Sep 21 06:43:47.982 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:47.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.982 INFO kablam! | Sep 21 06:43:47.982 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.982 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.982 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.982 INFO kablam! Sep 21 06:43:47.982 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.982 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 21 06:43:47.982 INFO kablam! | Sep 21 06:43:47.982 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:47.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.982 INFO kablam! | Sep 21 06:43:47.982 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.982 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.982 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.982 INFO kablam! Sep 21 06:43:47.982 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.982 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 21 06:43:47.982 INFO kablam! | Sep 21 06:43:47.982 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:47.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.982 INFO kablam! | Sep 21 06:43:47.982 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.982 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.982 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.982 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.982 INFO kablam! Sep 21 06:43:47.982 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.982 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 21 06:43:47.982 INFO kablam! | Sep 21 06:43:47.982 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:47.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.982 INFO kablam! | Sep 21 06:43:47.982 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.983 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.983 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.983 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.986 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.986 INFO kablam! Sep 21 06:43:47.986 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.986 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 21 06:43:47.986 INFO kablam! | Sep 21 06:43:47.986 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:47.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.986 INFO kablam! | Sep 21 06:43:47.986 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.986 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.986 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.986 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.986 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.986 INFO kablam! Sep 21 06:43:47.986 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.986 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 21 06:43:47.986 INFO kablam! | Sep 21 06:43:47.986 INFO kablam! 82 | pub type MatrixSlice3x4<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:47.986 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.986 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:47.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.986 INFO kablam! | Sep 21 06:43:47.986 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.986 INFO kablam! --> src/core/alias_slice.rs:83:5 Sep 21 06:43:47.986 INFO kablam! | Sep 21 06:43:47.986 INFO kablam! 83 | MatrixSliceMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:47.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.986 INFO kablam! Sep 21 06:43:47.986 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.986 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 21 06:43:47.986 INFO kablam! | Sep 21 06:43:47.986 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:47.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.986 INFO kablam! | Sep 21 06:43:47.986 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.986 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.986 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.987 INFO kablam! Sep 21 06:43:47.987 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.987 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 21 06:43:47.987 INFO kablam! | Sep 21 06:43:47.987 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:47.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.987 INFO kablam! | Sep 21 06:43:47.987 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.987 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.987 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.987 INFO kablam! Sep 21 06:43:47.987 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.987 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 21 06:43:47.987 INFO kablam! | Sep 21 06:43:47.987 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:47.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.987 INFO kablam! | Sep 21 06:43:47.987 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.987 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.987 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.987 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.987 INFO kablam! Sep 21 06:43:47.987 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.987 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 21 06:43:47.987 INFO kablam! | Sep 21 06:43:47.987 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:47.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.987 INFO kablam! | Sep 21 06:43:47.987 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.987 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.987 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.987 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.987 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.987 INFO kablam! Sep 21 06:43:47.987 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.987 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 21 06:43:47.987 INFO kablam! | Sep 21 06:43:47.987 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:47.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.987 INFO kablam! | Sep 21 06:43:47.987 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.987 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.987 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.987 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.987 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.987 INFO kablam! Sep 21 06:43:47.987 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.987 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 21 06:43:47.987 INFO kablam! | Sep 21 06:43:47.987 INFO kablam! 85 | pub type MatrixSlice3x5<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:47.987 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.987 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:47.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.987 INFO kablam! | Sep 21 06:43:47.987 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.987 INFO kablam! --> src/core/alias_slice.rs:86:5 Sep 21 06:43:47.987 INFO kablam! | Sep 21 06:43:47.988 INFO kablam! 86 | MatrixSliceMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:47.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.988 INFO kablam! Sep 21 06:43:47.988 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.988 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 21 06:43:47.988 INFO kablam! | Sep 21 06:43:47.988 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:47.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.988 INFO kablam! | Sep 21 06:43:47.988 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.988 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.988 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.988 INFO kablam! Sep 21 06:43:47.988 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.988 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 21 06:43:47.988 INFO kablam! | Sep 21 06:43:47.988 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:47.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.988 INFO kablam! | Sep 21 06:43:47.988 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.988 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.988 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.988 INFO kablam! Sep 21 06:43:47.988 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.988 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 21 06:43:47.988 INFO kablam! | Sep 21 06:43:47.988 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:47.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.988 INFO kablam! | Sep 21 06:43:47.988 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.988 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.988 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.988 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.988 INFO kablam! Sep 21 06:43:47.988 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.988 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 21 06:43:47.988 INFO kablam! | Sep 21 06:43:47.988 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:47.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.988 INFO kablam! | Sep 21 06:43:47.988 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.988 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.988 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.988 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.988 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.988 INFO kablam! Sep 21 06:43:47.988 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.988 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 21 06:43:47.988 INFO kablam! | Sep 21 06:43:47.988 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:47.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.988 INFO kablam! | Sep 21 06:43:47.988 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.988 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.988 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.988 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.988 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.988 INFO kablam! Sep 21 06:43:47.988 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.988 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 21 06:43:47.988 INFO kablam! | Sep 21 06:43:47.988 INFO kablam! 88 | pub type MatrixSlice3x6<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:47.988 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.989 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:47.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.989 INFO kablam! | Sep 21 06:43:47.989 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.989 INFO kablam! --> src/core/alias_slice.rs:89:5 Sep 21 06:43:47.989 INFO kablam! | Sep 21 06:43:47.989 INFO kablam! 89 | MatrixSliceMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:47.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.989 INFO kablam! Sep 21 06:43:47.989 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.989 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 21 06:43:47.989 INFO kablam! | Sep 21 06:43:47.989 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:47.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.989 INFO kablam! | Sep 21 06:43:47.989 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.989 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.989 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.989 INFO kablam! Sep 21 06:43:47.989 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.989 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 21 06:43:47.989 INFO kablam! | Sep 21 06:43:47.989 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:47.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.989 INFO kablam! | Sep 21 06:43:47.989 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.989 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.989 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.989 INFO kablam! Sep 21 06:43:47.989 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.989 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 21 06:43:47.989 INFO kablam! | Sep 21 06:43:47.989 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:47.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.989 INFO kablam! | Sep 21 06:43:47.989 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.989 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.989 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.989 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.989 INFO kablam! Sep 21 06:43:47.989 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.989 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 21 06:43:47.989 INFO kablam! | Sep 21 06:43:47.989 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:47.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.989 INFO kablam! | Sep 21 06:43:47.989 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.989 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.989 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.989 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.989 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.989 INFO kablam! Sep 21 06:43:47.989 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.989 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 21 06:43:47.989 INFO kablam! | Sep 21 06:43:47.989 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:47.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.989 INFO kablam! | Sep 21 06:43:47.989 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.989 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.989 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.989 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.989 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.989 INFO kablam! Sep 21 06:43:47.989 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.990 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 21 06:43:47.990 INFO kablam! | Sep 21 06:43:47.990 INFO kablam! 92 | pub type MatrixSlice4x1<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:47.990 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.990 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:47.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.990 INFO kablam! | Sep 21 06:43:47.990 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.990 INFO kablam! --> src/core/alias_slice.rs:93:5 Sep 21 06:43:47.990 INFO kablam! | Sep 21 06:43:47.990 INFO kablam! 93 | MatrixSliceMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:47.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.990 INFO kablam! Sep 21 06:43:47.990 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.990 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 21 06:43:47.990 INFO kablam! | Sep 21 06:43:47.990 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:47.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.990 INFO kablam! | Sep 21 06:43:47.990 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.990 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.990 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.990 INFO kablam! Sep 21 06:43:47.990 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.990 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 21 06:43:47.990 INFO kablam! | Sep 21 06:43:47.990 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:47.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.990 INFO kablam! | Sep 21 06:43:47.990 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.990 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.990 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.990 INFO kablam! Sep 21 06:43:47.990 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.990 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 21 06:43:47.990 INFO kablam! | Sep 21 06:43:47.990 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:47.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.990 INFO kablam! | Sep 21 06:43:47.990 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.990 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.990 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.990 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.990 INFO kablam! Sep 21 06:43:47.990 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.990 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 21 06:43:47.990 INFO kablam! | Sep 21 06:43:47.990 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:47.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.990 INFO kablam! | Sep 21 06:43:47.990 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.990 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.990 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.990 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.990 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.990 INFO kablam! Sep 21 06:43:47.990 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.990 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 21 06:43:47.990 INFO kablam! | Sep 21 06:43:47.990 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:47.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.990 INFO kablam! | Sep 21 06:43:47.990 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.990 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.990 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.991 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.991 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.991 INFO kablam! Sep 21 06:43:47.991 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.991 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 21 06:43:47.991 INFO kablam! | Sep 21 06:43:47.991 INFO kablam! 95 | pub type MatrixSlice4x2<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:47.991 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.991 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:47.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.991 INFO kablam! | Sep 21 06:43:47.991 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.991 INFO kablam! --> src/core/alias_slice.rs:96:5 Sep 21 06:43:47.991 INFO kablam! | Sep 21 06:43:47.991 INFO kablam! 96 | MatrixSliceMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:47.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.991 INFO kablam! Sep 21 06:43:47.991 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.991 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 21 06:43:47.991 INFO kablam! | Sep 21 06:43:47.991 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:47.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.991 INFO kablam! | Sep 21 06:43:47.991 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.991 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.991 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.991 INFO kablam! Sep 21 06:43:47.991 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.991 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 21 06:43:47.991 INFO kablam! | Sep 21 06:43:47.991 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:47.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.991 INFO kablam! | Sep 21 06:43:47.991 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.991 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.991 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.991 INFO kablam! Sep 21 06:43:47.991 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.991 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 21 06:43:47.991 INFO kablam! | Sep 21 06:43:47.991 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:47.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.991 INFO kablam! | Sep 21 06:43:47.991 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.991 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.991 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.991 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.991 INFO kablam! Sep 21 06:43:47.991 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.991 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 21 06:43:47.991 INFO kablam! | Sep 21 06:43:47.991 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:47.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.991 INFO kablam! | Sep 21 06:43:47.991 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.991 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.991 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.991 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.991 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.991 INFO kablam! Sep 21 06:43:47.991 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.991 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 21 06:43:47.991 INFO kablam! | Sep 21 06:43:47.991 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:47.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.992 INFO kablam! | Sep 21 06:43:47.992 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.992 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.992 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.992 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.992 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.992 INFO kablam! Sep 21 06:43:47.992 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.992 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 21 06:43:47.992 INFO kablam! | Sep 21 06:43:47.992 INFO kablam! 98 | pub type MatrixSlice4x3<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:47.992 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.992 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:47.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.992 INFO kablam! | Sep 21 06:43:47.992 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.992 INFO kablam! --> src/core/alias_slice.rs:99:5 Sep 21 06:43:47.992 INFO kablam! | Sep 21 06:43:47.992 INFO kablam! 99 | MatrixSliceMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:47.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.992 INFO kablam! Sep 21 06:43:47.992 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.992 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 21 06:43:47.992 INFO kablam! | Sep 21 06:43:47.992 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:47.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.992 INFO kablam! | Sep 21 06:43:47.992 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.992 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.992 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.992 INFO kablam! Sep 21 06:43:47.992 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.992 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 21 06:43:47.992 INFO kablam! | Sep 21 06:43:47.992 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:47.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.992 INFO kablam! | Sep 21 06:43:47.992 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.992 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.992 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.992 INFO kablam! Sep 21 06:43:47.992 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.992 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 21 06:43:47.992 INFO kablam! | Sep 21 06:43:47.992 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:47.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.992 INFO kablam! | Sep 21 06:43:47.992 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.992 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.992 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.992 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.992 INFO kablam! Sep 21 06:43:47.992 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.992 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 21 06:43:47.992 INFO kablam! | Sep 21 06:43:47.992 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:47.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.992 INFO kablam! | Sep 21 06:43:47.992 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.992 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.992 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.992 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.993 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.993 INFO kablam! Sep 21 06:43:47.993 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.993 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 21 06:43:47.993 INFO kablam! | Sep 21 06:43:47.993 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:47.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.993 INFO kablam! | Sep 21 06:43:47.993 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.993 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.993 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.993 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.993 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.993 INFO kablam! Sep 21 06:43:47.993 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.993 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 21 06:43:47.993 INFO kablam! | Sep 21 06:43:47.993 INFO kablam! 101 | pub type MatrixSlice4x5<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:47.993 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.993 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:47.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.993 INFO kablam! | Sep 21 06:43:47.993 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.993 INFO kablam! --> src/core/alias_slice.rs:102:5 Sep 21 06:43:47.993 INFO kablam! | Sep 21 06:43:47.993 INFO kablam! 102 | MatrixSliceMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:47.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.993 INFO kablam! Sep 21 06:43:47.993 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.993 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 21 06:43:47.993 INFO kablam! | Sep 21 06:43:47.993 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:47.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.993 INFO kablam! | Sep 21 06:43:47.993 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.993 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.993 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.993 INFO kablam! Sep 21 06:43:47.993 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.993 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 21 06:43:47.993 INFO kablam! | Sep 21 06:43:47.993 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:47.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.993 INFO kablam! | Sep 21 06:43:47.993 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.993 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.993 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.993 INFO kablam! Sep 21 06:43:47.993 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.993 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 21 06:43:47.993 INFO kablam! | Sep 21 06:43:47.993 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:47.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.993 INFO kablam! | Sep 21 06:43:47.993 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.993 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.994 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.994 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.994 INFO kablam! Sep 21 06:43:47.994 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.994 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 21 06:43:47.994 INFO kablam! | Sep 21 06:43:47.994 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:47.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.994 INFO kablam! | Sep 21 06:43:47.994 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.994 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.994 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.994 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.994 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.994 INFO kablam! Sep 21 06:43:47.994 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.994 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 21 06:43:47.994 INFO kablam! | Sep 21 06:43:47.994 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:47.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.994 INFO kablam! | Sep 21 06:43:47.994 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.994 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.994 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.994 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.994 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.994 INFO kablam! Sep 21 06:43:47.994 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.994 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 21 06:43:47.994 INFO kablam! | Sep 21 06:43:47.994 INFO kablam! 104 | pub type MatrixSlice4x6<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:47.994 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.994 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:47.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.994 INFO kablam! | Sep 21 06:43:47.994 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.994 INFO kablam! --> src/core/alias_slice.rs:105:5 Sep 21 06:43:47.994 INFO kablam! | Sep 21 06:43:47.994 INFO kablam! 105 | MatrixSliceMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:47.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.994 INFO kablam! Sep 21 06:43:47.994 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.994 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 21 06:43:47.994 INFO kablam! | Sep 21 06:43:47.994 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:47.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.994 INFO kablam! | Sep 21 06:43:47.994 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.994 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.994 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.994 INFO kablam! Sep 21 06:43:47.994 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.994 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 21 06:43:47.995 INFO kablam! | Sep 21 06:43:47.995 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:47.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.995 INFO kablam! | Sep 21 06:43:47.995 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.995 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.995 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.995 INFO kablam! Sep 21 06:43:47.995 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.995 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 21 06:43:47.995 INFO kablam! | Sep 21 06:43:47.995 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:47.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.995 INFO kablam! | Sep 21 06:43:47.995 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.995 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.995 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.995 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.995 INFO kablam! Sep 21 06:43:47.995 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.995 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 21 06:43:47.995 INFO kablam! | Sep 21 06:43:47.995 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:47.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.995 INFO kablam! | Sep 21 06:43:47.995 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.995 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.995 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.995 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.995 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.995 INFO kablam! Sep 21 06:43:47.995 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.995 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 21 06:43:47.995 INFO kablam! | Sep 21 06:43:47.995 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:47.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.995 INFO kablam! | Sep 21 06:43:47.995 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.995 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.995 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.995 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.995 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.995 INFO kablam! Sep 21 06:43:47.995 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.995 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 21 06:43:47.995 INFO kablam! | Sep 21 06:43:47.995 INFO kablam! 108 | pub type MatrixSlice5x1<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:47.995 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.995 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:47.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.995 INFO kablam! | Sep 21 06:43:47.995 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.995 INFO kablam! --> src/core/alias_slice.rs:109:5 Sep 21 06:43:47.995 INFO kablam! | Sep 21 06:43:47.995 INFO kablam! 109 | MatrixSliceMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:47.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.995 INFO kablam! Sep 21 06:43:47.996 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.996 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 21 06:43:47.996 INFO kablam! | Sep 21 06:43:47.996 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:47.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.996 INFO kablam! | Sep 21 06:43:47.996 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.996 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.996 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.996 INFO kablam! Sep 21 06:43:47.996 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.996 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 21 06:43:47.996 INFO kablam! | Sep 21 06:43:47.996 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:47.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.996 INFO kablam! | Sep 21 06:43:47.996 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.996 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.996 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.996 INFO kablam! Sep 21 06:43:47.996 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.996 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 21 06:43:47.996 INFO kablam! | Sep 21 06:43:47.996 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:47.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.996 INFO kablam! | Sep 21 06:43:47.996 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.996 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.996 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.996 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.996 INFO kablam! Sep 21 06:43:47.996 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.996 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 21 06:43:47.996 INFO kablam! | Sep 21 06:43:47.996 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:47.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.996 INFO kablam! | Sep 21 06:43:47.996 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.996 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.996 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.996 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.996 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.996 INFO kablam! Sep 21 06:43:47.996 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.996 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 21 06:43:47.996 INFO kablam! | Sep 21 06:43:47.996 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:47.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.996 INFO kablam! | Sep 21 06:43:47.996 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.996 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.996 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.996 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.997 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.997 INFO kablam! Sep 21 06:43:47.997 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.997 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 21 06:43:47.997 INFO kablam! | Sep 21 06:43:47.997 INFO kablam! 111 | pub type MatrixSlice5x2<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:47.997 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.997 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:47.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.997 INFO kablam! | Sep 21 06:43:47.997 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.997 INFO kablam! --> src/core/alias_slice.rs:112:5 Sep 21 06:43:47.997 INFO kablam! | Sep 21 06:43:47.997 INFO kablam! 112 | MatrixSliceMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:47.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.997 INFO kablam! Sep 21 06:43:47.997 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.997 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 21 06:43:47.997 INFO kablam! | Sep 21 06:43:47.997 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:47.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.997 INFO kablam! | Sep 21 06:43:47.997 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.997 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.997 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.997 INFO kablam! Sep 21 06:43:47.997 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.997 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 21 06:43:47.997 INFO kablam! | Sep 21 06:43:47.997 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:47.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.997 INFO kablam! | Sep 21 06:43:47.997 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.997 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.997 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.997 INFO kablam! Sep 21 06:43:47.997 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.997 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 21 06:43:47.997 INFO kablam! | Sep 21 06:43:47.997 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:47.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.997 INFO kablam! | Sep 21 06:43:47.997 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:47.997 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.997 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.997 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.997 INFO kablam! Sep 21 06:43:47.997 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:47.997 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 21 06:43:47.997 INFO kablam! | Sep 21 06:43:47.997 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:47.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:47.997 INFO kablam! | Sep 21 06:43:47.998 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:47.998 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:47.998 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.998 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.998 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.998 INFO kablam! Sep 21 06:43:47.998 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:47.998 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 21 06:43:47.998 INFO kablam! | Sep 21 06:43:47.998 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:47.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:47.998 INFO kablam! | Sep 21 06:43:47.998 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:47.998 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:47.998 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:47.998 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.998 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.998 INFO kablam! Sep 21 06:43:47.998 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:47.998 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 21 06:43:47.998 INFO kablam! | Sep 21 06:43:47.998 INFO kablam! 114 | pub type MatrixSlice5x3<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:47.998 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:47.998 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:47.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.998 INFO kablam! | Sep 21 06:43:47.998 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:47.998 INFO kablam! --> src/core/alias_slice.rs:115:5 Sep 21 06:43:47.998 INFO kablam! | Sep 21 06:43:47.998 INFO kablam! 115 | MatrixSliceMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:47.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:47.998 INFO kablam! Sep 21 06:43:47.998 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.998 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 21 06:43:47.998 INFO kablam! | Sep 21 06:43:47.998 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:47.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:47.998 INFO kablam! | Sep 21 06:43:47.998 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:47.998 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.998 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.998 INFO kablam! Sep 21 06:43:47.998 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:47.998 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 21 06:43:47.998 INFO kablam! | Sep 21 06:43:47.998 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:47.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:47.998 INFO kablam! | Sep 21 06:43:47.998 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:47.998 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:47.998 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:47.998 INFO kablam! Sep 21 06:43:47.998 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:47.998 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 21 06:43:47.998 INFO kablam! | Sep 21 06:43:47.999 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:47.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:47.999 INFO kablam! | Sep 21 06:43:47.999 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.010 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.010 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.010 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.010 INFO kablam! Sep 21 06:43:48.010 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.010 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 21 06:43:48.010 INFO kablam! | Sep 21 06:43:48.010 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:48.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.010 INFO kablam! | Sep 21 06:43:48.010 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.010 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.010 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.010 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.010 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.010 INFO kablam! Sep 21 06:43:48.010 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.010 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 21 06:43:48.010 INFO kablam! | Sep 21 06:43:48.010 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:48.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.010 INFO kablam! | Sep 21 06:43:48.010 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.011 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.011 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.011 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.011 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.011 INFO kablam! Sep 21 06:43:48.011 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.011 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 21 06:43:48.011 INFO kablam! | Sep 21 06:43:48.011 INFO kablam! 117 | pub type MatrixSlice5x4<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:48.011 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.011 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:48.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.011 INFO kablam! | Sep 21 06:43:48.011 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.011 INFO kablam! --> src/core/alias_slice.rs:118:5 Sep 21 06:43:48.011 INFO kablam! | Sep 21 06:43:48.011 INFO kablam! 118 | MatrixSliceMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:48.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.011 INFO kablam! Sep 21 06:43:48.011 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.011 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 21 06:43:48.011 INFO kablam! | Sep 21 06:43:48.011 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:48.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.011 INFO kablam! | Sep 21 06:43:48.011 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.011 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.011 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.011 INFO kablam! Sep 21 06:43:48.011 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.011 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 21 06:43:48.011 INFO kablam! | Sep 21 06:43:48.011 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:48.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.011 INFO kablam! | Sep 21 06:43:48.011 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.011 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.011 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.011 INFO kablam! Sep 21 06:43:48.012 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.012 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 21 06:43:48.012 INFO kablam! | Sep 21 06:43:48.012 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:48.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.012 INFO kablam! | Sep 21 06:43:48.012 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.012 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.012 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.012 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.012 INFO kablam! Sep 21 06:43:48.012 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.012 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 21 06:43:48.012 INFO kablam! | Sep 21 06:43:48.012 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:48.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.012 INFO kablam! | Sep 21 06:43:48.012 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.012 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.012 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.012 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.012 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.012 INFO kablam! Sep 21 06:43:48.012 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.012 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 21 06:43:48.012 INFO kablam! | Sep 21 06:43:48.012 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:48.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.012 INFO kablam! | Sep 21 06:43:48.012 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.012 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.012 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.012 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.012 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.012 INFO kablam! Sep 21 06:43:48.012 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.012 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 21 06:43:48.012 INFO kablam! | Sep 21 06:43:48.012 INFO kablam! 120 | pub type MatrixSlice5x6<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:48.012 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.012 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:48.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.012 INFO kablam! | Sep 21 06:43:48.012 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.012 INFO kablam! --> src/core/alias_slice.rs:121:5 Sep 21 06:43:48.012 INFO kablam! | Sep 21 06:43:48.012 INFO kablam! 121 | MatrixSliceMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:48.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.013 INFO kablam! Sep 21 06:43:48.013 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.013 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 21 06:43:48.013 INFO kablam! | Sep 21 06:43:48.013 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:48.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.013 INFO kablam! | Sep 21 06:43:48.013 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.013 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.013 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.013 INFO kablam! Sep 21 06:43:48.013 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.013 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 21 06:43:48.013 INFO kablam! | Sep 21 06:43:48.013 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:48.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.013 INFO kablam! | Sep 21 06:43:48.013 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.013 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.013 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.013 INFO kablam! Sep 21 06:43:48.013 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.013 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 21 06:43:48.013 INFO kablam! | Sep 21 06:43:48.013 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:48.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.013 INFO kablam! | Sep 21 06:43:48.013 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.013 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.013 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.013 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.013 INFO kablam! Sep 21 06:43:48.013 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.013 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 21 06:43:48.013 INFO kablam! | Sep 21 06:43:48.013 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:48.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.013 INFO kablam! | Sep 21 06:43:48.013 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.013 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.013 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.013 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.013 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.013 INFO kablam! Sep 21 06:43:48.013 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.013 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 21 06:43:48.013 INFO kablam! | Sep 21 06:43:48.014 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:48.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.014 INFO kablam! | Sep 21 06:43:48.014 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.014 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.014 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.014 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.014 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.014 INFO kablam! Sep 21 06:43:48.014 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.014 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 21 06:43:48.014 INFO kablam! | Sep 21 06:43:48.014 INFO kablam! 124 | pub type MatrixSlice6x1<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:48.014 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.014 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:48.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.014 INFO kablam! | Sep 21 06:43:48.014 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.014 INFO kablam! --> src/core/alias_slice.rs:125:5 Sep 21 06:43:48.014 INFO kablam! | Sep 21 06:43:48.014 INFO kablam! 125 | MatrixSliceMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:48.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.014 INFO kablam! Sep 21 06:43:48.014 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.014 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 21 06:43:48.014 INFO kablam! | Sep 21 06:43:48.014 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:48.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.014 INFO kablam! | Sep 21 06:43:48.014 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.014 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.014 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.014 INFO kablam! Sep 21 06:43:48.014 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.014 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 21 06:43:48.014 INFO kablam! | Sep 21 06:43:48.014 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:48.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.014 INFO kablam! | Sep 21 06:43:48.014 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.014 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.014 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.014 INFO kablam! Sep 21 06:43:48.014 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.014 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 21 06:43:48.014 INFO kablam! | Sep 21 06:43:48.014 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:48.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.014 INFO kablam! | Sep 21 06:43:48.015 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.015 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.015 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.015 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.015 INFO kablam! Sep 21 06:43:48.015 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.015 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 21 06:43:48.015 INFO kablam! | Sep 21 06:43:48.015 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:48.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.015 INFO kablam! | Sep 21 06:43:48.015 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.015 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.015 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.015 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.015 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.015 INFO kablam! Sep 21 06:43:48.015 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.015 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 21 06:43:48.015 INFO kablam! | Sep 21 06:43:48.015 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:48.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.015 INFO kablam! | Sep 21 06:43:48.015 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.015 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.015 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.015 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.015 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.015 INFO kablam! Sep 21 06:43:48.015 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.015 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 21 06:43:48.016 INFO kablam! | Sep 21 06:43:48.016 INFO kablam! 127 | pub type MatrixSlice6x2<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:48.016 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.016 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:48.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.016 INFO kablam! | Sep 21 06:43:48.016 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.016 INFO kablam! --> src/core/alias_slice.rs:128:5 Sep 21 06:43:48.016 INFO kablam! | Sep 21 06:43:48.016 INFO kablam! 128 | MatrixSliceMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:48.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.016 INFO kablam! Sep 21 06:43:48.016 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.016 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 21 06:43:48.016 INFO kablam! | Sep 21 06:43:48.016 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:48.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.016 INFO kablam! | Sep 21 06:43:48.016 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.016 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.016 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.016 INFO kablam! Sep 21 06:43:48.016 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.016 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 21 06:43:48.016 INFO kablam! | Sep 21 06:43:48.016 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:48.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.016 INFO kablam! | Sep 21 06:43:48.016 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.016 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.016 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.016 INFO kablam! Sep 21 06:43:48.016 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.016 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 21 06:43:48.016 INFO kablam! | Sep 21 06:43:48.016 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:48.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.016 INFO kablam! | Sep 21 06:43:48.016 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.016 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.016 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.016 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.016 INFO kablam! Sep 21 06:43:48.016 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.016 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 21 06:43:48.016 INFO kablam! | Sep 21 06:43:48.016 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:48.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.016 INFO kablam! | Sep 21 06:43:48.016 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.016 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.017 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.017 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.017 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.017 INFO kablam! Sep 21 06:43:48.017 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.017 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 21 06:43:48.017 INFO kablam! | Sep 21 06:43:48.017 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:48.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.017 INFO kablam! | Sep 21 06:43:48.017 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.017 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.017 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.017 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.017 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.017 INFO kablam! Sep 21 06:43:48.017 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.017 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 21 06:43:48.017 INFO kablam! | Sep 21 06:43:48.017 INFO kablam! 130 | pub type MatrixSlice6x3<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:48.017 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.017 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:48.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.017 INFO kablam! | Sep 21 06:43:48.017 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.017 INFO kablam! --> src/core/alias_slice.rs:131:5 Sep 21 06:43:48.017 INFO kablam! | Sep 21 06:43:48.017 INFO kablam! 131 | MatrixSliceMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:48.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.017 INFO kablam! Sep 21 06:43:48.018 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.018 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 21 06:43:48.018 INFO kablam! | Sep 21 06:43:48.018 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:48.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.018 INFO kablam! | Sep 21 06:43:48.018 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.018 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.018 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.018 INFO kablam! Sep 21 06:43:48.018 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.018 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 21 06:43:48.018 INFO kablam! | Sep 21 06:43:48.018 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:48.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.018 INFO kablam! | Sep 21 06:43:48.018 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.018 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.018 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.018 INFO kablam! Sep 21 06:43:48.018 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.018 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 21 06:43:48.018 INFO kablam! | Sep 21 06:43:48.018 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:48.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.018 INFO kablam! | Sep 21 06:43:48.018 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.018 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.018 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.018 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.018 INFO kablam! Sep 21 06:43:48.018 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.018 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 21 06:43:48.018 INFO kablam! | Sep 21 06:43:48.018 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:48.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.018 INFO kablam! | Sep 21 06:43:48.018 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.018 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.018 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.018 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.018 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.018 INFO kablam! Sep 21 06:43:48.018 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.018 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 21 06:43:48.018 INFO kablam! | Sep 21 06:43:48.018 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:48.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.019 INFO kablam! | Sep 21 06:43:48.019 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.019 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.019 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.019 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.019 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.019 INFO kablam! Sep 21 06:43:48.019 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.019 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 21 06:43:48.019 INFO kablam! | Sep 21 06:43:48.019 INFO kablam! 133 | pub type MatrixSlice6x4<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:48.019 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.019 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:48.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.019 INFO kablam! | Sep 21 06:43:48.019 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.019 INFO kablam! --> src/core/alias_slice.rs:134:5 Sep 21 06:43:48.019 INFO kablam! | Sep 21 06:43:48.019 INFO kablam! 134 | MatrixSliceMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:48.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.019 INFO kablam! Sep 21 06:43:48.019 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.019 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 21 06:43:48.019 INFO kablam! | Sep 21 06:43:48.019 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 21 06:43:48.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.019 INFO kablam! | Sep 21 06:43:48.019 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.019 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.019 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.019 INFO kablam! Sep 21 06:43:48.019 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.019 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 21 06:43:48.019 INFO kablam! | Sep 21 06:43:48.019 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 21 06:43:48.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.019 INFO kablam! | Sep 21 06:43:48.019 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.019 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.019 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.019 INFO kablam! Sep 21 06:43:48.019 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.019 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 21 06:43:48.019 INFO kablam! | Sep 21 06:43:48.019 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 21 06:43:48.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.019 INFO kablam! | Sep 21 06:43:48.019 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.020 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.021 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.021 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.021 INFO kablam! Sep 21 06:43:48.021 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.021 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 21 06:43:48.021 INFO kablam! | Sep 21 06:43:48.021 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 21 06:43:48.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.021 INFO kablam! | Sep 21 06:43:48.021 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.021 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.021 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.021 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.021 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.021 INFO kablam! Sep 21 06:43:48.021 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.021 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 21 06:43:48.021 INFO kablam! | Sep 21 06:43:48.021 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 21 06:43:48.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.021 INFO kablam! | Sep 21 06:43:48.021 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.021 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.021 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.021 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.021 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.021 INFO kablam! Sep 21 06:43:48.021 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.021 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 21 06:43:48.021 INFO kablam! | Sep 21 06:43:48.021 INFO kablam! 136 | pub type MatrixSlice6x5<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:48.021 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.021 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 21 06:43:48.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.021 INFO kablam! | Sep 21 06:43:48.021 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.021 INFO kablam! --> src/core/alias_slice.rs:137:5 Sep 21 06:43:48.021 INFO kablam! | Sep 21 06:43:48.021 INFO kablam! 137 | MatrixSliceMN<'a, N, U6, U6, RStride, CStride>; Sep 21 06:43:48.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.021 INFO kablam! Sep 21 06:43:48.022 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 21 06:43:48.022 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 21 06:43:48.022 INFO kablam! | Sep 21 06:43:48.022 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 21 06:43:48.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:48.022 INFO kablam! | Sep 21 06:43:48.022 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 21 06:43:48.022 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.022 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.022 INFO kablam! Sep 21 06:43:48.023 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` is not satisfied Sep 21 06:43:48.023 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 21 06:43:48.023 INFO kablam! | Sep 21 06:43:48.023 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 21 06:43:48.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfColumns` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:48.023 INFO kablam! | Sep 21 06:43:48.023 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` bound Sep 21 06:43:48.023 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.023 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.023 INFO kablam! Sep 21 06:43:48.024 INFO kablam! warning: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 21 06:43:48.024 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 21 06:43:48.024 INFO kablam! | Sep 21 06:43:48.024 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 21 06:43:48.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 21 06:43:48.024 INFO kablam! | Sep 21 06:43:48.024 INFO kablam! = help: the following implementations were found: Sep 21 06:43:48.024 INFO kablam! > Sep 21 06:43:48.024 INFO kablam! > Sep 21 06:43:48.025 INFO kablam! > Sep 21 06:43:48.025 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.025 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.025 INFO kablam! Sep 21 06:43:48.025 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.025 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 21 06:43:48.025 INFO kablam! | Sep 21 06:43:48.025 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 21 06:43:48.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.025 INFO kablam! | Sep 21 06:43:48.026 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.026 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.026 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.026 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.026 INFO kablam! Sep 21 06:43:48.026 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.026 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 21 06:43:48.026 INFO kablam! | Sep 21 06:43:48.026 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 21 06:43:48.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.027 INFO kablam! | Sep 21 06:43:48.027 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.027 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.027 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.027 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.027 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.027 INFO kablam! Sep 21 06:43:48.027 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.028 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 21 06:43:48.028 INFO kablam! | Sep 21 06:43:48.028 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 21 06:43:48.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.028 INFO kablam! | Sep 21 06:43:48.028 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.028 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.028 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.028 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.028 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.029 INFO kablam! Sep 21 06:43:48.029 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.029 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 21 06:43:48.029 INFO kablam! | Sep 21 06:43:48.029 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 21 06:43:48.029 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.029 INFO kablam! | | Sep 21 06:43:48.029 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.029 INFO kablam! | Sep 21 06:43:48.030 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.034 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 21 06:43:48.034 INFO kablam! | Sep 21 06:43:48.034 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 21 06:43:48.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.034 INFO kablam! Sep 21 06:43:48.034 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.034 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 21 06:43:48.034 INFO kablam! | Sep 21 06:43:48.034 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:48.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.034 INFO kablam! | Sep 21 06:43:48.034 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.034 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.034 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.034 INFO kablam! Sep 21 06:43:48.034 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.034 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 21 06:43:48.034 INFO kablam! | Sep 21 06:43:48.034 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:48.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.034 INFO kablam! | Sep 21 06:43:48.034 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.034 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.034 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.034 INFO kablam! Sep 21 06:43:48.034 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.034 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 21 06:43:48.034 INFO kablam! | Sep 21 06:43:48.034 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:48.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.034 INFO kablam! | Sep 21 06:43:48.034 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.034 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.034 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.034 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.034 INFO kablam! Sep 21 06:43:48.034 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.034 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 21 06:43:48.034 INFO kablam! | Sep 21 06:43:48.034 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:48.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.034 INFO kablam! | Sep 21 06:43:48.034 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.034 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.034 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.035 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.035 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.035 INFO kablam! Sep 21 06:43:48.035 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.035 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 21 06:43:48.035 INFO kablam! | Sep 21 06:43:48.035 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:48.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.035 INFO kablam! | Sep 21 06:43:48.035 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.035 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.035 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.035 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.035 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.035 INFO kablam! Sep 21 06:43:48.035 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.035 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 21 06:43:48.035 INFO kablam! | Sep 21 06:43:48.035 INFO kablam! 140 | pub type MatrixSlice1xX<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:48.035 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.035 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:48.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.035 INFO kablam! | Sep 21 06:43:48.035 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.035 INFO kablam! --> src/core/alias_slice.rs:141:5 Sep 21 06:43:48.035 INFO kablam! | Sep 21 06:43:48.035 INFO kablam! 141 | MatrixSliceMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:48.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.035 INFO kablam! Sep 21 06:43:48.035 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.035 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 21 06:43:48.035 INFO kablam! | Sep 21 06:43:48.035 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:48.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.035 INFO kablam! | Sep 21 06:43:48.035 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.035 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.035 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.035 INFO kablam! Sep 21 06:43:48.035 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.035 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 21 06:43:48.035 INFO kablam! | Sep 21 06:43:48.035 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:48.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.035 INFO kablam! | Sep 21 06:43:48.035 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.035 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.035 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.035 INFO kablam! Sep 21 06:43:48.035 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.035 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 21 06:43:48.035 INFO kablam! | Sep 21 06:43:48.035 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:48.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.035 INFO kablam! | Sep 21 06:43:48.035 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.035 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.035 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.036 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.036 INFO kablam! Sep 21 06:43:48.036 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.036 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 21 06:43:48.036 INFO kablam! | Sep 21 06:43:48.036 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:48.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.036 INFO kablam! | Sep 21 06:43:48.036 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.036 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.036 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.036 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.036 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.036 INFO kablam! Sep 21 06:43:48.036 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.036 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 21 06:43:48.036 INFO kablam! | Sep 21 06:43:48.036 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:48.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.036 INFO kablam! | Sep 21 06:43:48.036 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.036 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.036 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.036 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.036 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.036 INFO kablam! Sep 21 06:43:48.036 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.036 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 21 06:43:48.036 INFO kablam! | Sep 21 06:43:48.036 INFO kablam! 143 | pub type MatrixSlice2xX<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:48.036 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.036 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:48.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.036 INFO kablam! | Sep 21 06:43:48.036 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.036 INFO kablam! --> src/core/alias_slice.rs:144:5 Sep 21 06:43:48.036 INFO kablam! | Sep 21 06:43:48.036 INFO kablam! 144 | MatrixSliceMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:48.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.036 INFO kablam! Sep 21 06:43:48.036 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.036 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 21 06:43:48.036 INFO kablam! | Sep 21 06:43:48.036 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:48.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.036 INFO kablam! | Sep 21 06:43:48.036 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.036 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.036 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.036 INFO kablam! Sep 21 06:43:48.036 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.036 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 21 06:43:48.036 INFO kablam! | Sep 21 06:43:48.037 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:48.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.037 INFO kablam! | Sep 21 06:43:48.037 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.037 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.037 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.037 INFO kablam! Sep 21 06:43:48.037 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.037 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 21 06:43:48.037 INFO kablam! | Sep 21 06:43:48.037 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:48.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.037 INFO kablam! | Sep 21 06:43:48.037 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.037 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.037 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.037 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.037 INFO kablam! Sep 21 06:43:48.037 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.037 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 21 06:43:48.037 INFO kablam! | Sep 21 06:43:48.037 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:48.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.037 INFO kablam! | Sep 21 06:43:48.037 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.037 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.037 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.037 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.037 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.037 INFO kablam! Sep 21 06:43:48.037 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.037 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 21 06:43:48.037 INFO kablam! | Sep 21 06:43:48.037 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:48.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.037 INFO kablam! | Sep 21 06:43:48.037 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.037 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.037 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.037 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.037 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.037 INFO kablam! Sep 21 06:43:48.037 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.037 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 21 06:43:48.037 INFO kablam! | Sep 21 06:43:48.037 INFO kablam! 146 | pub type MatrixSlice3xX<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:48.037 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.037 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:48.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.037 INFO kablam! | Sep 21 06:43:48.037 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.037 INFO kablam! --> src/core/alias_slice.rs:147:5 Sep 21 06:43:48.038 INFO kablam! | Sep 21 06:43:48.038 INFO kablam! 147 | MatrixSliceMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:48.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.038 INFO kablam! Sep 21 06:43:48.038 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.038 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 21 06:43:48.038 INFO kablam! | Sep 21 06:43:48.038 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:48.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.038 INFO kablam! | Sep 21 06:43:48.038 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.038 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.038 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.038 INFO kablam! Sep 21 06:43:48.038 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.038 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 21 06:43:48.038 INFO kablam! | Sep 21 06:43:48.038 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:48.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.038 INFO kablam! | Sep 21 06:43:48.038 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.038 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.038 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.038 INFO kablam! Sep 21 06:43:48.038 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.038 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 21 06:43:48.038 INFO kablam! | Sep 21 06:43:48.038 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:48.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.038 INFO kablam! | Sep 21 06:43:48.038 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.038 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.038 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.038 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.038 INFO kablam! Sep 21 06:43:48.038 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.038 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 21 06:43:48.038 INFO kablam! | Sep 21 06:43:48.038 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:48.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.038 INFO kablam! | Sep 21 06:43:48.038 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.038 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.038 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.038 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.038 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.038 INFO kablam! Sep 21 06:43:48.038 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.038 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 21 06:43:48.038 INFO kablam! | Sep 21 06:43:48.038 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:48.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.039 INFO kablam! | Sep 21 06:43:48.039 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.039 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.039 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.039 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.039 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.039 INFO kablam! Sep 21 06:43:48.039 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.039 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 21 06:43:48.039 INFO kablam! | Sep 21 06:43:48.039 INFO kablam! 149 | pub type MatrixSlice4xX<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:48.039 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.039 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:48.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.039 INFO kablam! | Sep 21 06:43:48.039 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.039 INFO kablam! --> src/core/alias_slice.rs:150:5 Sep 21 06:43:48.039 INFO kablam! | Sep 21 06:43:48.039 INFO kablam! 150 | MatrixSliceMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:48.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.039 INFO kablam! Sep 21 06:43:48.039 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.039 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 21 06:43:48.039 INFO kablam! | Sep 21 06:43:48.039 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:48.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.039 INFO kablam! | Sep 21 06:43:48.039 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.046 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.046 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 21 06:43:48.046 INFO kablam! | Sep 21 06:43:48.046 INFO kablam! 6 | pub type Point1 = Point; Sep 21 06:43:48.046 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.046 INFO kablam! | Sep 21 06:43:48.046 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.046 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.046 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.046 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.046 INFO kablam! Sep 21 06:43:48.046 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.047 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 21 06:43:48.047 INFO kablam! | Sep 21 06:43:48.047 INFO kablam! 6 | pub type Point1 = Point; Sep 21 06:43:48.047 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.047 INFO kablam! | Sep 21 06:43:48.047 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.047 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.047 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.047 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.047 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.047 INFO kablam! Sep 21 06:43:48.054 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.054 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 21 06:43:48.054 INFO kablam! | Sep 21 06:43:48.054 INFO kablam! 6 | pub type Point1 = Point; Sep 21 06:43:48.054 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.054 INFO kablam! | Sep 21 06:43:48.054 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.054 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.054 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.054 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.054 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.054 INFO kablam! Sep 21 06:43:48.054 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.054 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 21 06:43:48.054 INFO kablam! | Sep 21 06:43:48.054 INFO kablam! 6 | pub type Point1 = Point; Sep 21 06:43:48.054 INFO kablam! | - ^^^^^^^^^^^^ Sep 21 06:43:48.054 INFO kablam! | | Sep 21 06:43:48.054 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.054 INFO kablam! | Sep 21 06:43:48.054 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.054 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 21 06:43:48.054 INFO kablam! | Sep 21 06:43:48.054 INFO kablam! 6 | pub type Point1 = Point; Sep 21 06:43:48.054 INFO kablam! | ^^^^^^^^^^^^ Sep 21 06:43:48.055 INFO kablam! Sep 21 06:43:48.055 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.055 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 21 06:43:48.055 INFO kablam! | Sep 21 06:43:48.055 INFO kablam! 8 | pub type Point2 = Point; Sep 21 06:43:48.055 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.055 INFO kablam! | Sep 21 06:43:48.055 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.055 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.055 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.055 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.055 INFO kablam! Sep 21 06:43:48.055 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.055 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 21 06:43:48.055 INFO kablam! | Sep 21 06:43:48.055 INFO kablam! 8 | pub type Point2 = Point; Sep 21 06:43:48.055 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.055 INFO kablam! | Sep 21 06:43:48.055 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.055 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.055 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.055 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.055 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.055 INFO kablam! Sep 21 06:43:48.055 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.055 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 21 06:43:48.055 INFO kablam! | Sep 21 06:43:48.055 INFO kablam! 8 | pub type Point2 = Point; Sep 21 06:43:48.055 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.055 INFO kablam! | Sep 21 06:43:48.055 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.055 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.055 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.055 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.055 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.055 INFO kablam! Sep 21 06:43:48.055 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.055 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 21 06:43:48.055 INFO kablam! | Sep 21 06:43:48.055 INFO kablam! 8 | pub type Point2 = Point; Sep 21 06:43:48.055 INFO kablam! | - ^^^^^^^^^^^^ Sep 21 06:43:48.055 INFO kablam! | | Sep 21 06:43:48.055 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.055 INFO kablam! | Sep 21 06:43:48.055 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.055 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 21 06:43:48.055 INFO kablam! | Sep 21 06:43:48.055 INFO kablam! 8 | pub type Point2 = Point; Sep 21 06:43:48.055 INFO kablam! | ^^^^^^^^^^^^ Sep 21 06:43:48.055 INFO kablam! Sep 21 06:43:48.055 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.055 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 21 06:43:48.055 INFO kablam! | Sep 21 06:43:48.055 INFO kablam! 10 | pub type Point3 = Point; Sep 21 06:43:48.055 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.055 INFO kablam! | Sep 21 06:43:48.055 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.055 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.055 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.055 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.056 INFO kablam! Sep 21 06:43:48.056 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.056 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 21 06:43:48.056 INFO kablam! | Sep 21 06:43:48.056 INFO kablam! 10 | pub type Point3 = Point; Sep 21 06:43:48.056 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.056 INFO kablam! | Sep 21 06:43:48.056 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.056 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.056 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.056 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.056 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.056 INFO kablam! Sep 21 06:43:48.056 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.056 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 21 06:43:48.056 INFO kablam! | Sep 21 06:43:48.056 INFO kablam! 10 | pub type Point3 = Point; Sep 21 06:43:48.056 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.056 INFO kablam! | Sep 21 06:43:48.056 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.056 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.056 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.056 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.056 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.056 INFO kablam! Sep 21 06:43:48.056 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.056 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 21 06:43:48.056 INFO kablam! | Sep 21 06:43:48.056 INFO kablam! 10 | pub type Point3 = Point; Sep 21 06:43:48.056 INFO kablam! | - ^^^^^^^^^^^^ Sep 21 06:43:48.056 INFO kablam! | | Sep 21 06:43:48.056 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.056 INFO kablam! | Sep 21 06:43:48.056 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.056 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 21 06:43:48.056 INFO kablam! | Sep 21 06:43:48.056 INFO kablam! 10 | pub type Point3 = Point; Sep 21 06:43:48.056 INFO kablam! | ^^^^^^^^^^^^ Sep 21 06:43:48.056 INFO kablam! Sep 21 06:43:48.056 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.056 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 21 06:43:48.056 INFO kablam! | Sep 21 06:43:48.056 INFO kablam! 12 | pub type Point4 = Point; Sep 21 06:43:48.056 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.056 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.056 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.056 INFO kablam! Sep 21 06:43:48.056 INFO kablam! | Sep 21 06:43:48.056 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.056 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 21 06:43:48.056 INFO kablam! | Sep 21 06:43:48.056 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:48.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.056 INFO kablam! | Sep 21 06:43:48.056 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.056 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.056 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.056 INFO kablam! Sep 21 06:43:48.056 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.057 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 21 06:43:48.057 INFO kablam! | Sep 21 06:43:48.057 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:48.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.057 INFO kablam! | Sep 21 06:43:48.057 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.057 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.057 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.057 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.057 INFO kablam! Sep 21 06:43:48.057 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.057 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 21 06:43:48.057 INFO kablam! | Sep 21 06:43:48.057 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:48.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.057 INFO kablam! | Sep 21 06:43:48.057 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.057 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.057 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.057 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.057 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.057 INFO kablam! Sep 21 06:43:48.057 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.057 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 21 06:43:48.057 INFO kablam! | Sep 21 06:43:48.057 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:48.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.057 INFO kablam! | Sep 21 06:43:48.057 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.057 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.057 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.057 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.057 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.057 INFO kablam! Sep 21 06:43:48.057 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.057 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 21 06:43:48.057 INFO kablam! | Sep 21 06:43:48.057 INFO kablam! 152 | pub type MatrixSlice5xX<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:48.057 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.057 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:48.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.057 INFO kablam! | Sep 21 06:43:48.057 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.057 INFO kablam! --> src/core/alias_slice.rs:153:5 Sep 21 06:43:48.057 INFO kablam! | Sep 21 06:43:48.057 INFO kablam! 153 | MatrixSliceMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:48.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.057 INFO kablam! Sep 21 06:43:48.057 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.057 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 21 06:43:48.057 INFO kablam! | Sep 21 06:43:48.057 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:48.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.057 INFO kablam! | Sep 21 06:43:48.057 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.057 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.057 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.057 INFO kablam! Sep 21 06:43:48.057 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.057 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 21 06:43:48.057 INFO kablam! | Sep 21 06:43:48.057 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:48.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.058 INFO kablam! | Sep 21 06:43:48.058 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.058 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.058 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.058 INFO kablam! Sep 21 06:43:48.058 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.058 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 21 06:43:48.058 INFO kablam! | Sep 21 06:43:48.058 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:48.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.058 INFO kablam! | Sep 21 06:43:48.058 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.058 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.058 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.058 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.058 INFO kablam! Sep 21 06:43:48.058 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.058 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 21 06:43:48.058 INFO kablam! | Sep 21 06:43:48.058 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:48.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.058 INFO kablam! | Sep 21 06:43:48.058 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.058 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.058 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.058 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.058 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.058 INFO kablam! Sep 21 06:43:48.058 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.058 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 21 06:43:48.058 INFO kablam! | Sep 21 06:43:48.058 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:48.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.058 INFO kablam! | Sep 21 06:43:48.058 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.058 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.058 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.058 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.058 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.058 INFO kablam! Sep 21 06:43:48.058 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.058 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 21 06:43:48.058 INFO kablam! | Sep 21 06:43:48.058 INFO kablam! 155 | pub type MatrixSlice6xX<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:48.058 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.058 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:48.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.058 INFO kablam! | Sep 21 06:43:48.058 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.058 INFO kablam! --> src/core/alias_slice.rs:156:5 Sep 21 06:43:48.058 INFO kablam! | Sep 21 06:43:48.058 INFO kablam! 156 | MatrixSliceMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:48.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.058 INFO kablam! Sep 21 06:43:48.058 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.058 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 21 06:43:48.058 INFO kablam! | Sep 21 06:43:48.058 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:48.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.059 INFO kablam! | Sep 21 06:43:48.059 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.059 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.059 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.059 INFO kablam! Sep 21 06:43:48.059 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.059 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 21 06:43:48.059 INFO kablam! | Sep 21 06:43:48.059 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:48.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.059 INFO kablam! | Sep 21 06:43:48.059 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.059 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.059 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.059 INFO kablam! Sep 21 06:43:48.059 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.059 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 21 06:43:48.059 INFO kablam! | Sep 21 06:43:48.059 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:48.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.059 INFO kablam! | Sep 21 06:43:48.059 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.059 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.059 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.059 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.059 INFO kablam! Sep 21 06:43:48.059 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.059 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 21 06:43:48.059 INFO kablam! | Sep 21 06:43:48.059 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:48.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.059 INFO kablam! | Sep 21 06:43:48.059 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.059 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.059 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.059 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.059 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.059 INFO kablam! Sep 21 06:43:48.059 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.059 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 21 06:43:48.059 INFO kablam! | Sep 21 06:43:48.059 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:48.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.059 INFO kablam! | Sep 21 06:43:48.059 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.059 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.067 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.067 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.067 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.067 INFO kablam! Sep 21 06:43:48.067 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.067 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 21 06:43:48.067 INFO kablam! | Sep 21 06:43:48.067 INFO kablam! 159 | pub type MatrixSliceXx1<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:48.067 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.067 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:48.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.067 INFO kablam! | Sep 21 06:43:48.067 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.067 INFO kablam! --> src/core/alias_slice.rs:160:5 Sep 21 06:43:48.067 INFO kablam! | Sep 21 06:43:48.067 INFO kablam! 160 | MatrixSliceMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:48.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.067 INFO kablam! Sep 21 06:43:48.067 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.067 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 21 06:43:48.067 INFO kablam! | Sep 21 06:43:48.067 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:48.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.067 INFO kablam! | Sep 21 06:43:48.067 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.067 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.067 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.067 INFO kablam! Sep 21 06:43:48.067 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.067 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 21 06:43:48.067 INFO kablam! | Sep 21 06:43:48.067 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:48.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.067 INFO kablam! | Sep 21 06:43:48.067 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.067 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.067 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.067 INFO kablam! Sep 21 06:43:48.067 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.068 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 21 06:43:48.068 INFO kablam! | Sep 21 06:43:48.068 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:48.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.068 INFO kablam! | Sep 21 06:43:48.068 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.068 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.068 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.068 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.068 INFO kablam! Sep 21 06:43:48.068 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.068 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 21 06:43:48.068 INFO kablam! | Sep 21 06:43:48.068 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:48.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.068 INFO kablam! | Sep 21 06:43:48.068 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.068 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.068 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.068 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.068 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.068 INFO kablam! Sep 21 06:43:48.068 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.068 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 21 06:43:48.068 INFO kablam! | Sep 21 06:43:48.068 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:48.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.068 INFO kablam! | Sep 21 06:43:48.068 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.068 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.068 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.068 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.068 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.068 INFO kablam! Sep 21 06:43:48.068 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.068 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 21 06:43:48.068 INFO kablam! | Sep 21 06:43:48.068 INFO kablam! 162 | pub type MatrixSliceXx2<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:48.068 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.068 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:48.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.068 INFO kablam! | Sep 21 06:43:48.068 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.068 INFO kablam! --> src/core/alias_slice.rs:163:5 Sep 21 06:43:48.068 INFO kablam! | Sep 21 06:43:48.068 INFO kablam! 163 | MatrixSliceMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:48.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.068 INFO kablam! Sep 21 06:43:48.068 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.068 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 21 06:43:48.068 INFO kablam! | Sep 21 06:43:48.068 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:48.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.068 INFO kablam! | Sep 21 06:43:48.068 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.068 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.068 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.068 INFO kablam! Sep 21 06:43:48.068 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.068 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 21 06:43:48.068 INFO kablam! | Sep 21 06:43:48.068 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:48.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.069 INFO kablam! | Sep 21 06:43:48.069 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.069 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.069 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.069 INFO kablam! Sep 21 06:43:48.069 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.069 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 21 06:43:48.069 INFO kablam! | Sep 21 06:43:48.069 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:48.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.069 INFO kablam! | Sep 21 06:43:48.069 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.069 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.069 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.069 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.069 INFO kablam! Sep 21 06:43:48.069 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.069 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 21 06:43:48.069 INFO kablam! | Sep 21 06:43:48.069 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:48.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.069 INFO kablam! | Sep 21 06:43:48.069 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.069 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.069 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.069 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.069 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.069 INFO kablam! Sep 21 06:43:48.069 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.069 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 21 06:43:48.069 INFO kablam! | Sep 21 06:43:48.069 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:48.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.069 INFO kablam! | Sep 21 06:43:48.069 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.069 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.069 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.069 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.069 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.069 INFO kablam! Sep 21 06:43:48.069 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.069 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 21 06:43:48.069 INFO kablam! | Sep 21 06:43:48.069 INFO kablam! 165 | pub type MatrixSliceXx3<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:48.069 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.069 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:48.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.069 INFO kablam! | Sep 21 06:43:48.069 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.069 INFO kablam! --> src/core/alias_slice.rs:166:5 Sep 21 06:43:48.069 INFO kablam! | Sep 21 06:43:48.070 INFO kablam! 166 | MatrixSliceMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:48.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.070 INFO kablam! Sep 21 06:43:48.070 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.070 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 21 06:43:48.070 INFO kablam! | Sep 21 06:43:48.070 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:48.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.070 INFO kablam! | Sep 21 06:43:48.070 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.070 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.070 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.070 INFO kablam! Sep 21 06:43:48.070 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.070 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 21 06:43:48.070 INFO kablam! | Sep 21 06:43:48.070 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:48.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.070 INFO kablam! | Sep 21 06:43:48.070 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.070 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.070 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.070 INFO kablam! Sep 21 06:43:48.070 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.070 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 21 06:43:48.070 INFO kablam! | Sep 21 06:43:48.070 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:48.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.070 INFO kablam! | Sep 21 06:43:48.070 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.070 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.070 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.070 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.070 INFO kablam! Sep 21 06:43:48.070 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.070 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 21 06:43:48.070 INFO kablam! | Sep 21 06:43:48.070 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:48.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.070 INFO kablam! | Sep 21 06:43:48.070 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.070 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.070 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.070 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.070 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.070 INFO kablam! Sep 21 06:43:48.070 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.070 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 21 06:43:48.070 INFO kablam! | Sep 21 06:43:48.070 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:48.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.071 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.071 INFO kablam! | Sep 21 06:43:48.071 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.071 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.071 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.071 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.071 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.071 INFO kablam! Sep 21 06:43:48.071 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.071 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 21 06:43:48.071 INFO kablam! | Sep 21 06:43:48.071 INFO kablam! 168 | pub type MatrixSliceXx4<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:48.071 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.071 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:48.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.071 INFO kablam! | Sep 21 06:43:48.071 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.071 INFO kablam! --> src/core/alias_slice.rs:169:5 Sep 21 06:43:48.071 INFO kablam! | Sep 21 06:43:48.071 INFO kablam! 169 | MatrixSliceMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:48.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.071 INFO kablam! Sep 21 06:43:48.071 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.071 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.071 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 21 06:43:48.071 INFO kablam! | Sep 21 06:43:48.071 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:48.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.071 INFO kablam! | Sep 21 06:43:48.071 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.071 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.071 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.071 INFO kablam! Sep 21 06:43:48.071 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.071 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 21 06:43:48.071 INFO kablam! | Sep 21 06:43:48.071 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:48.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.071 INFO kablam! | Sep 21 06:43:48.071 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.071 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.071 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.071 INFO kablam! Sep 21 06:43:48.071 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.071 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 21 06:43:48.071 INFO kablam! | Sep 21 06:43:48.071 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:48.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.071 INFO kablam! | Sep 21 06:43:48.071 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.071 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.072 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.072 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.072 INFO kablam! Sep 21 06:43:48.072 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.072 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 21 06:43:48.072 INFO kablam! | Sep 21 06:43:48.072 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:48.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.072 INFO kablam! | Sep 21 06:43:48.072 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.072 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.072 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.072 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.072 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.072 INFO kablam! Sep 21 06:43:48.072 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.072 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 21 06:43:48.072 INFO kablam! | Sep 21 06:43:48.072 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:48.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.072 INFO kablam! | Sep 21 06:43:48.072 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.072 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.072 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.072 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.072 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.072 INFO kablam! Sep 21 06:43:48.072 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.072 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 21 06:43:48.072 INFO kablam! | Sep 21 06:43:48.072 INFO kablam! 171 | pub type MatrixSliceXx5<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:48.072 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.072 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:48.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.072 INFO kablam! | Sep 21 06:43:48.072 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.072 INFO kablam! --> src/core/alias_slice.rs:172:5 Sep 21 06:43:48.072 INFO kablam! | Sep 21 06:43:48.072 INFO kablam! 172 | MatrixSliceMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:48.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.072 INFO kablam! Sep 21 06:43:48.072 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.072 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.072 INFO kablam! Sep 21 06:43:48.072 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.072 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 21 06:43:48.072 INFO kablam! | Sep 21 06:43:48.072 INFO kablam! 12 | pub type Point4 = Point; Sep 21 06:43:48.072 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.072 INFO kablam! | Sep 21 06:43:48.072 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.072 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.073 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.073 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.073 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.073 INFO kablam! Sep 21 06:43:48.073 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.073 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 21 06:43:48.073 INFO kablam! | Sep 21 06:43:48.073 INFO kablam! 12 | pub type Point4 = Point; Sep 21 06:43:48.073 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.073 INFO kablam! | Sep 21 06:43:48.073 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.073 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.073 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.073 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.073 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.073 INFO kablam! Sep 21 06:43:48.073 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.073 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 21 06:43:48.073 INFO kablam! | Sep 21 06:43:48.073 INFO kablam! 12 | pub type Point4 = Point; Sep 21 06:43:48.073 INFO kablam! | - ^^^^^^^^^^^^ Sep 21 06:43:48.073 INFO kablam! | | Sep 21 06:43:48.073 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.073 INFO kablam! | Sep 21 06:43:48.073 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.073 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 21 06:43:48.073 INFO kablam! | Sep 21 06:43:48.073 INFO kablam! 12 | pub type Point4 = Point; Sep 21 06:43:48.073 INFO kablam! | ^^^^^^^^^^^^ Sep 21 06:43:48.073 INFO kablam! Sep 21 06:43:48.073 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.073 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 21 06:43:48.073 INFO kablam! | Sep 21 06:43:48.073 INFO kablam! 14 | pub type Point5 = Point; Sep 21 06:43:48.073 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.073 INFO kablam! | Sep 21 06:43:48.073 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.073 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.073 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.073 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.073 INFO kablam! Sep 21 06:43:48.073 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.073 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 21 06:43:48.073 INFO kablam! | Sep 21 06:43:48.073 INFO kablam! 14 | pub type Point5 = Point; Sep 21 06:43:48.073 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.073 INFO kablam! | Sep 21 06:43:48.073 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.073 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.073 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.073 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.073 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.074 INFO kablam! Sep 21 06:43:48.074 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.074 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 21 06:43:48.074 INFO kablam! | Sep 21 06:43:48.074 INFO kablam! 14 | pub type Point5 = Point; Sep 21 06:43:48.074 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.074 INFO kablam! | Sep 21 06:43:48.074 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.074 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.074 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.074 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.074 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.074 INFO kablam! Sep 21 06:43:48.074 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.074 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 21 06:43:48.074 INFO kablam! | Sep 21 06:43:48.074 INFO kablam! 14 | pub type Point5 = Point; Sep 21 06:43:48.074 INFO kablam! | - ^^^^^^^^^^^^ Sep 21 06:43:48.074 INFO kablam! | | Sep 21 06:43:48.074 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.074 INFO kablam! | Sep 21 06:43:48.074 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.074 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 21 06:43:48.074 INFO kablam! | Sep 21 06:43:48.074 INFO kablam! 14 | pub type Point5 = Point; Sep 21 06:43:48.074 INFO kablam! | ^^^^^^^^^^^^ Sep 21 06:43:48.074 INFO kablam! Sep 21 06:43:48.074 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.074 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 21 06:43:48.074 INFO kablam! | Sep 21 06:43:48.074 INFO kablam! 16 | pub type Point6 = Point; Sep 21 06:43:48.074 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.074 INFO kablam! | Sep 21 06:43:48.074 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.074 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.074 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.074 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.074 INFO kablam! Sep 21 06:43:48.074 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.074 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 21 06:43:48.074 INFO kablam! | Sep 21 06:43:48.074 INFO kablam! 16 | pub type Point6 = Point; Sep 21 06:43:48.074 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.074 INFO kablam! | Sep 21 06:43:48.074 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.074 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.074 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.074 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.074 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.074 INFO kablam! Sep 21 06:43:48.074 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.074 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 21 06:43:48.075 INFO kablam! | Sep 21 06:43:48.075 INFO kablam! 16 | pub type Point6 = Point; Sep 21 06:43:48.075 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.075 INFO kablam! | Sep 21 06:43:48.075 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.075 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.075 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.075 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.075 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.075 INFO kablam! Sep 21 06:43:48.075 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.075 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 21 06:43:48.075 INFO kablam! | Sep 21 06:43:48.075 INFO kablam! 16 | pub type Point6 = Point; Sep 21 06:43:48.075 INFO kablam! | - ^^^^^^^^^^^^ Sep 21 06:43:48.075 INFO kablam! | | Sep 21 06:43:48.075 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.075 INFO kablam! | Sep 21 06:43:48.075 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.075 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 21 06:43:48.075 INFO kablam! | Sep 21 06:43:48.075 INFO kablam! 16 | pub type Point6 = Point; Sep 21 06:43:48.075 INFO kablam! | ^^^^^^^^^^^^ Sep 21 06:43:48.075 INFO kablam! Sep 21 06:43:48.082 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.082 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 21 06:43:48.082 INFO kablam! | Sep 21 06:43:48.082 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:48.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.083 INFO kablam! | Sep 21 06:43:48.083 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.083 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.083 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.083 INFO kablam! Sep 21 06:43:48.083 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.083 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 21 06:43:48.083 INFO kablam! | Sep 21 06:43:48.083 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:48.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.083 INFO kablam! | Sep 21 06:43:48.083 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.083 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.083 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.083 INFO kablam! Sep 21 06:43:48.083 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.083 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 21 06:43:48.083 INFO kablam! | Sep 21 06:43:48.083 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:48.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.083 INFO kablam! | Sep 21 06:43:48.083 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.083 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.083 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.083 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.083 INFO kablam! Sep 21 06:43:48.083 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.083 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 21 06:43:48.083 INFO kablam! | Sep 21 06:43:48.083 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:48.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.083 INFO kablam! | Sep 21 06:43:48.083 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.083 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.083 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.083 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.083 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.083 INFO kablam! Sep 21 06:43:48.083 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.083 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 21 06:43:48.083 INFO kablam! | Sep 21 06:43:48.083 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:48.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.083 INFO kablam! | Sep 21 06:43:48.083 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.083 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.083 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.083 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.083 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.083 INFO kablam! Sep 21 06:43:48.083 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.083 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 21 06:43:48.083 INFO kablam! | Sep 21 06:43:48.083 INFO kablam! 174 | pub type MatrixSliceXx6<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:48.083 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.083 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:48.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.083 INFO kablam! | Sep 21 06:43:48.083 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.083 INFO kablam! --> src/core/alias_slice.rs:175:5 Sep 21 06:43:48.083 INFO kablam! | Sep 21 06:43:48.083 INFO kablam! 175 | MatrixSliceMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:48.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.084 INFO kablam! Sep 21 06:43:48.084 INFO kablam! warning: the trait bound `D: core::dimension::Dim` is not satisfied Sep 21 06:43:48.084 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 21 06:43:48.084 INFO kablam! | Sep 21 06:43:48.084 INFO kablam! 179 | Matrix>; Sep 21 06:43:48.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 21 06:43:48.084 INFO kablam! | Sep 21 06:43:48.084 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 21 06:43:48.084 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.084 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.084 INFO kablam! Sep 21 06:43:48.084 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.084 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 21 06:43:48.084 INFO kablam! | Sep 21 06:43:48.084 INFO kablam! 179 | Matrix>; Sep 21 06:43:48.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:48.084 INFO kablam! | Sep 21 06:43:48.084 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:48.084 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.084 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.084 INFO kablam! Sep 21 06:43:48.084 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.084 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 21 06:43:48.084 INFO kablam! | Sep 21 06:43:48.084 INFO kablam! 179 | Matrix>; Sep 21 06:43:48.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.084 INFO kablam! | Sep 21 06:43:48.084 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.084 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.084 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.084 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.084 INFO kablam! Sep 21 06:43:48.084 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.084 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 21 06:43:48.084 INFO kablam! | Sep 21 06:43:48.084 INFO kablam! 179 | Matrix>; Sep 21 06:43:48.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.084 INFO kablam! | Sep 21 06:43:48.084 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.084 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.084 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.084 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.084 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.084 INFO kablam! Sep 21 06:43:48.084 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.084 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 21 06:43:48.084 INFO kablam! | Sep 21 06:43:48.084 INFO kablam! 179 | Matrix>; Sep 21 06:43:48.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.084 INFO kablam! | Sep 21 06:43:48.084 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.084 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.084 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.084 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.084 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.084 INFO kablam! Sep 21 06:43:48.084 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.084 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 21 06:43:48.084 INFO kablam! | Sep 21 06:43:48.084 INFO kablam! 178 | pub type VectorSliceN<'a, N, D, Stride = U1> = Sep 21 06:43:48.084 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.084 INFO kablam! 179 | Matrix>; Sep 21 06:43:48.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.085 INFO kablam! | Sep 21 06:43:48.085 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.085 INFO kablam! --> src/core/alias_slice.rs:179:5 Sep 21 06:43:48.085 INFO kablam! | Sep 21 06:43:48.085 INFO kablam! 179 | Matrix>; Sep 21 06:43:48.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.085 INFO kablam! Sep 21 06:43:48.085 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.085 INFO kablam! --> src/core/alias_slice.rs:182:45 Sep 21 06:43:48.085 INFO kablam! | Sep 21 06:43:48.085 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 21 06:43:48.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:48.085 INFO kablam! | Sep 21 06:43:48.085 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:48.085 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.085 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.085 INFO kablam! Sep 21 06:43:48.085 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.085 INFO kablam! --> src/core/alias_slice.rs:182:45 Sep 21 06:43:48.085 INFO kablam! | Sep 21 06:43:48.085 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 21 06:43:48.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.085 INFO kablam! | Sep 21 06:43:48.085 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.085 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.085 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.085 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.085 INFO kablam! Sep 21 06:43:48.085 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.085 INFO kablam! --> src/core/alias_slice.rs:182:45 Sep 21 06:43:48.085 INFO kablam! | Sep 21 06:43:48.085 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 21 06:43:48.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.085 INFO kablam! | Sep 21 06:43:48.085 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.085 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.085 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.085 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.085 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.085 INFO kablam! Sep 21 06:43:48.085 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.085 INFO kablam! --> src/core/alias_slice.rs:182:45 Sep 21 06:43:48.085 INFO kablam! | Sep 21 06:43:48.085 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 21 06:43:48.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.085 INFO kablam! | Sep 21 06:43:48.085 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.085 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.085 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.085 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.085 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.085 INFO kablam! Sep 21 06:43:48.085 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.085 INFO kablam! --> src/core/alias_slice.rs:182:45 Sep 21 06:43:48.085 INFO kablam! | Sep 21 06:43:48.085 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 21 06:43:48.085 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.085 INFO kablam! | | Sep 21 06:43:48.086 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.086 INFO kablam! | Sep 21 06:43:48.086 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.086 INFO kablam! --> src/core/alias_slice.rs:182:45 Sep 21 06:43:48.086 INFO kablam! | Sep 21 06:43:48.086 INFO kablam! 182 | pub type DVectorSlice<'a, N, Stride = U1> = VectorSliceN<'a, N, Dynamic, Stride>; Sep 21 06:43:48.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.086 INFO kablam! Sep 21 06:43:48.086 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.086 INFO kablam! --> src/core/alias_slice.rs:185:45 Sep 21 06:43:48.086 INFO kablam! | Sep 21 06:43:48.086 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 21 06:43:48.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:48.086 INFO kablam! | Sep 21 06:43:48.086 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:48.086 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.086 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.086 INFO kablam! Sep 21 06:43:48.086 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.086 INFO kablam! --> src/core/alias_slice.rs:185:45 Sep 21 06:43:48.086 INFO kablam! | Sep 21 06:43:48.086 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 21 06:43:48.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.086 INFO kablam! | Sep 21 06:43:48.086 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.086 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.086 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.086 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.086 INFO kablam! Sep 21 06:43:48.086 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.086 INFO kablam! --> src/core/alias_slice.rs:185:45 Sep 21 06:43:48.086 INFO kablam! | Sep 21 06:43:48.086 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 21 06:43:48.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.086 INFO kablam! | Sep 21 06:43:48.086 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.086 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.086 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.086 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.086 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.086 INFO kablam! Sep 21 06:43:48.086 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.086 INFO kablam! --> src/core/alias_slice.rs:185:45 Sep 21 06:43:48.086 INFO kablam! | Sep 21 06:43:48.086 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 21 06:43:48.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.086 INFO kablam! | Sep 21 06:43:48.086 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.086 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.086 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.086 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.086 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.086 INFO kablam! Sep 21 06:43:48.086 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.086 INFO kablam! --> src/core/alias_slice.rs:185:45 Sep 21 06:43:48.087 INFO kablam! | Sep 21 06:43:48.087 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 21 06:43:48.087 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.087 INFO kablam! | | Sep 21 06:43:48.087 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.087 INFO kablam! | Sep 21 06:43:48.087 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.087 INFO kablam! --> src/core/alias_slice.rs:185:45 Sep 21 06:43:48.087 INFO kablam! | Sep 21 06:43:48.087 INFO kablam! 185 | pub type VectorSlice1<'a, N, Stride = U1> = VectorSliceN<'a, N, U1, Stride>; Sep 21 06:43:48.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.087 INFO kablam! Sep 21 06:43:48.087 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.087 INFO kablam! --> src/core/alias_slice.rs:187:45 Sep 21 06:43:48.087 INFO kablam! | Sep 21 06:43:48.087 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 21 06:43:48.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:48.087 INFO kablam! | Sep 21 06:43:48.087 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:48.087 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.087 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.087 INFO kablam! Sep 21 06:43:48.087 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.087 INFO kablam! --> src/core/alias_slice.rs:187:45 Sep 21 06:43:48.087 INFO kablam! | Sep 21 06:43:48.087 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 21 06:43:48.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.087 INFO kablam! | Sep 21 06:43:48.087 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.087 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.087 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.087 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.087 INFO kablam! Sep 21 06:43:48.087 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.087 INFO kablam! --> src/core/alias_slice.rs:187:45 Sep 21 06:43:48.087 INFO kablam! | Sep 21 06:43:48.087 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 21 06:43:48.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.087 INFO kablam! | Sep 21 06:43:48.087 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.087 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.087 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.087 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.087 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.087 INFO kablam! Sep 21 06:43:48.087 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.087 INFO kablam! --> src/core/alias_slice.rs:187:45 Sep 21 06:43:48.087 INFO kablam! | Sep 21 06:43:48.087 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 21 06:43:48.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.087 INFO kablam! | Sep 21 06:43:48.087 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.087 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.087 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.087 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.087 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.087 INFO kablam! Sep 21 06:43:48.087 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.087 INFO kablam! --> src/core/alias_slice.rs:187:45 Sep 21 06:43:48.088 INFO kablam! | Sep 21 06:43:48.088 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 21 06:43:48.088 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.088 INFO kablam! | | Sep 21 06:43:48.088 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.088 INFO kablam! | Sep 21 06:43:48.088 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.088 INFO kablam! --> src/core/alias_slice.rs:187:45 Sep 21 06:43:48.088 INFO kablam! | Sep 21 06:43:48.088 INFO kablam! 187 | pub type VectorSlice2<'a, N, Stride = U1> = VectorSliceN<'a, N, U2, Stride>; Sep 21 06:43:48.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.088 INFO kablam! Sep 21 06:43:48.088 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.088 INFO kablam! --> src/core/alias_slice.rs:189:45 Sep 21 06:43:48.088 INFO kablam! | Sep 21 06:43:48.088 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 21 06:43:48.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:48.088 INFO kablam! | Sep 21 06:43:48.088 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:48.088 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.088 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.088 INFO kablam! Sep 21 06:43:48.088 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.088 INFO kablam! --> src/core/alias_slice.rs:189:45 Sep 21 06:43:48.088 INFO kablam! | Sep 21 06:43:48.088 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 21 06:43:48.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.088 INFO kablam! | Sep 21 06:43:48.088 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.088 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.088 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.088 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.088 INFO kablam! Sep 21 06:43:48.088 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.088 INFO kablam! --> src/core/alias_slice.rs:189:45 Sep 21 06:43:48.088 INFO kablam! | Sep 21 06:43:48.088 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 21 06:43:48.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.088 INFO kablam! | Sep 21 06:43:48.088 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.088 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.088 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.088 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.088 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.088 INFO kablam! Sep 21 06:43:48.088 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.088 INFO kablam! --> src/core/alias_slice.rs:189:45 Sep 21 06:43:48.088 INFO kablam! | Sep 21 06:43:48.088 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 21 06:43:48.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.088 INFO kablam! | Sep 21 06:43:48.088 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.088 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.088 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.089 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.089 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.089 INFO kablam! Sep 21 06:43:48.089 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.089 INFO kablam! --> src/core/alias_slice.rs:189:45 Sep 21 06:43:48.089 INFO kablam! | Sep 21 06:43:48.089 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 21 06:43:48.089 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.089 INFO kablam! | | Sep 21 06:43:48.089 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.089 INFO kablam! | Sep 21 06:43:48.089 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.089 INFO kablam! --> src/core/alias_slice.rs:189:45 Sep 21 06:43:48.089 INFO kablam! | Sep 21 06:43:48.089 INFO kablam! 189 | pub type VectorSlice3<'a, N, Stride = U1> = VectorSliceN<'a, N, U3, Stride>; Sep 21 06:43:48.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.089 INFO kablam! Sep 21 06:43:48.089 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.089 INFO kablam! --> src/core/alias_slice.rs:191:45 Sep 21 06:43:48.089 INFO kablam! | Sep 21 06:43:48.089 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 21 06:43:48.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:48.089 INFO kablam! | Sep 21 06:43:48.089 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:48.089 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.089 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.089 INFO kablam! Sep 21 06:43:48.089 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.089 INFO kablam! --> src/core/alias_slice.rs:191:45 Sep 21 06:43:48.089 INFO kablam! | Sep 21 06:43:48.089 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 21 06:43:48.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.089 INFO kablam! | Sep 21 06:43:48.089 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.089 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.089 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.089 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.089 INFO kablam! Sep 21 06:43:48.089 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.089 INFO kablam! --> src/core/alias_slice.rs:191:45 Sep 21 06:43:48.089 INFO kablam! | Sep 21 06:43:48.089 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 21 06:43:48.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.089 INFO kablam! | Sep 21 06:43:48.089 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.089 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.089 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.089 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.089 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.089 INFO kablam! Sep 21 06:43:48.089 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.089 INFO kablam! --> src/core/alias_slice.rs:191:45 Sep 21 06:43:48.089 INFO kablam! | Sep 21 06:43:48.089 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 21 06:43:48.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.089 INFO kablam! | Sep 21 06:43:48.090 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.090 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.090 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.090 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.090 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.090 INFO kablam! Sep 21 06:43:48.090 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.090 INFO kablam! --> src/core/alias_slice.rs:191:45 Sep 21 06:43:48.090 INFO kablam! | Sep 21 06:43:48.090 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 21 06:43:48.090 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.090 INFO kablam! | | Sep 21 06:43:48.090 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.090 INFO kablam! | Sep 21 06:43:48.090 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.090 INFO kablam! --> src/core/alias_slice.rs:191:45 Sep 21 06:43:48.090 INFO kablam! | Sep 21 06:43:48.090 INFO kablam! 191 | pub type VectorSlice4<'a, N, Stride = U1> = VectorSliceN<'a, N, U4, Stride>; Sep 21 06:43:48.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.090 INFO kablam! Sep 21 06:43:48.090 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.090 INFO kablam! --> src/core/alias_slice.rs:193:45 Sep 21 06:43:48.090 INFO kablam! | Sep 21 06:43:48.090 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 21 06:43:48.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:48.090 INFO kablam! | Sep 21 06:43:48.090 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:48.090 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.090 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.090 INFO kablam! Sep 21 06:43:48.090 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.090 INFO kablam! --> src/core/alias_slice.rs:193:45 Sep 21 06:43:48.090 INFO kablam! | Sep 21 06:43:48.090 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 21 06:43:48.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.090 INFO kablam! | Sep 21 06:43:48.090 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.090 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.090 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.090 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.090 INFO kablam! Sep 21 06:43:48.090 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.090 INFO kablam! --> src/core/alias_slice.rs:193:45 Sep 21 06:43:48.090 INFO kablam! | Sep 21 06:43:48.090 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 21 06:43:48.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.090 INFO kablam! | Sep 21 06:43:48.090 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.090 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.090 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.090 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.090 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.090 INFO kablam! Sep 21 06:43:48.090 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.091 INFO kablam! --> src/core/alias_slice.rs:193:45 Sep 21 06:43:48.091 INFO kablam! | Sep 21 06:43:48.091 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 21 06:43:48.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.091 INFO kablam! | Sep 21 06:43:48.091 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.091 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.091 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.091 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.091 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.091 INFO kablam! Sep 21 06:43:48.091 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.091 INFO kablam! --> src/core/alias_slice.rs:193:45 Sep 21 06:43:48.091 INFO kablam! | Sep 21 06:43:48.091 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 21 06:43:48.091 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.091 INFO kablam! | | Sep 21 06:43:48.091 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.091 INFO kablam! | Sep 21 06:43:48.091 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.091 INFO kablam! --> src/core/alias_slice.rs:193:45 Sep 21 06:43:48.091 INFO kablam! | Sep 21 06:43:48.091 INFO kablam! 193 | pub type VectorSlice5<'a, N, Stride = U1> = VectorSliceN<'a, N, U5, Stride>; Sep 21 06:43:48.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.091 INFO kablam! Sep 21 06:43:48.091 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.091 INFO kablam! --> src/core/alias_slice.rs:195:45 Sep 21 06:43:48.091 INFO kablam! | Sep 21 06:43:48.091 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 21 06:43:48.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:48.091 INFO kablam! | Sep 21 06:43:48.091 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:48.091 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.091 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.091 INFO kablam! Sep 21 06:43:48.091 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.091 INFO kablam! --> src/core/alias_slice.rs:195:45 Sep 21 06:43:48.091 INFO kablam! | Sep 21 06:43:48.091 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 21 06:43:48.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.091 INFO kablam! | Sep 21 06:43:48.091 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.091 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.091 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.091 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.091 INFO kablam! Sep 21 06:43:48.091 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.091 INFO kablam! --> src/core/alias_slice.rs:195:45 Sep 21 06:43:48.091 INFO kablam! | Sep 21 06:43:48.091 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 21 06:43:48.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.091 INFO kablam! | Sep 21 06:43:48.091 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.091 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.091 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.092 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.092 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.092 INFO kablam! Sep 21 06:43:48.092 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.092 INFO kablam! --> src/core/alias_slice.rs:195:45 Sep 21 06:43:48.092 INFO kablam! | Sep 21 06:43:48.092 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 21 06:43:48.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.092 INFO kablam! | Sep 21 06:43:48.092 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.092 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.092 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.092 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.092 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.092 INFO kablam! Sep 21 06:43:48.092 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.092 INFO kablam! --> src/core/alias_slice.rs:195:45 Sep 21 06:43:48.092 INFO kablam! | Sep 21 06:43:48.092 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 21 06:43:48.092 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.092 INFO kablam! | | Sep 21 06:43:48.092 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.092 INFO kablam! | Sep 21 06:43:48.092 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.092 INFO kablam! --> src/core/alias_slice.rs:195:45 Sep 21 06:43:48.092 INFO kablam! | Sep 21 06:43:48.092 INFO kablam! 195 | pub type VectorSlice6<'a, N, Stride = U1> = VectorSliceN<'a, N, U6, Stride>; Sep 21 06:43:48.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.092 INFO kablam! Sep 21 06:43:48.092 INFO kablam! warning: the trait bound `R: core::dimension::Dim` is not satisfied Sep 21 06:43:48.092 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 21 06:43:48.092 INFO kablam! | Sep 21 06:43:48.092 INFO kablam! 206 | Matrix>; Sep 21 06:43:48.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `R` Sep 21 06:43:48.092 INFO kablam! | Sep 21 06:43:48.092 INFO kablam! = help: consider adding a `where R: core::dimension::Dim` bound Sep 21 06:43:48.092 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.092 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.092 INFO kablam! Sep 21 06:43:48.092 INFO kablam! warning: the trait bound `C: core::dimension::Dim` is not satisfied Sep 21 06:43:48.092 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 21 06:43:48.092 INFO kablam! | Sep 21 06:43:48.092 INFO kablam! 206 | Matrix>; Sep 21 06:43:48.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `C` Sep 21 06:43:48.092 INFO kablam! | Sep 21 06:43:48.092 INFO kablam! = help: consider adding a `where C: core::dimension::Dim` bound Sep 21 06:43:48.092 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.092 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.092 INFO kablam! Sep 21 06:43:48.092 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.092 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 21 06:43:48.092 INFO kablam! | Sep 21 06:43:48.092 INFO kablam! 206 | Matrix>; Sep 21 06:43:48.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.092 INFO kablam! | Sep 21 06:43:48.092 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.093 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.093 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.093 INFO kablam! Sep 21 06:43:48.093 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.093 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 21 06:43:48.093 INFO kablam! | Sep 21 06:43:48.093 INFO kablam! 206 | Matrix>; Sep 21 06:43:48.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.093 INFO kablam! | Sep 21 06:43:48.093 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.093 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.093 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.093 INFO kablam! Sep 21 06:43:48.093 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.093 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 21 06:43:48.093 INFO kablam! | Sep 21 06:43:48.093 INFO kablam! 206 | Matrix>; Sep 21 06:43:48.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.093 INFO kablam! | Sep 21 06:43:48.093 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.093 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.093 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.093 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.093 INFO kablam! Sep 21 06:43:48.093 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.093 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 21 06:43:48.093 INFO kablam! | Sep 21 06:43:48.093 INFO kablam! 206 | Matrix>; Sep 21 06:43:48.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.093 INFO kablam! | Sep 21 06:43:48.093 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.093 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.093 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.093 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.093 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.093 INFO kablam! Sep 21 06:43:48.093 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.093 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 21 06:43:48.093 INFO kablam! | Sep 21 06:43:48.093 INFO kablam! 206 | Matrix>; Sep 21 06:43:48.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.093 INFO kablam! | Sep 21 06:43:48.093 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.093 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.093 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.093 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.093 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.093 INFO kablam! Sep 21 06:43:48.093 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.093 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 21 06:43:48.093 INFO kablam! | Sep 21 06:43:48.093 INFO kablam! 205 | pub type MatrixSliceMutMN<'a, N, R, C, RStride = U1, CStride = R> = Sep 21 06:43:48.093 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.093 INFO kablam! 206 | Matrix>; Sep 21 06:43:48.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.094 INFO kablam! | Sep 21 06:43:48.094 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.094 INFO kablam! --> src/core/alias_slice.rs:206:5 Sep 21 06:43:48.094 INFO kablam! | Sep 21 06:43:48.094 INFO kablam! 206 | Matrix>; Sep 21 06:43:48.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.094 INFO kablam! Sep 21 06:43:48.094 INFO kablam! warning: the trait bound `D: core::dimension::Dim` is not satisfied Sep 21 06:43:48.094 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 21 06:43:48.094 INFO kablam! | Sep 21 06:43:48.094 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:48.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 21 06:43:48.094 INFO kablam! | Sep 21 06:43:48.094 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 21 06:43:48.094 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.094 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.094 INFO kablam! Sep 21 06:43:48.094 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.094 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 21 06:43:48.094 INFO kablam! | Sep 21 06:43:48.094 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:48.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.094 INFO kablam! | Sep 21 06:43:48.094 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.094 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.094 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.094 INFO kablam! Sep 21 06:43:48.094 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.094 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 21 06:43:48.094 INFO kablam! | Sep 21 06:43:48.094 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:48.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.094 INFO kablam! | Sep 21 06:43:48.094 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.094 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.094 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.094 INFO kablam! Sep 21 06:43:48.094 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.094 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 21 06:43:48.094 INFO kablam! | Sep 21 06:43:48.094 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:48.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.094 INFO kablam! | Sep 21 06:43:48.094 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.094 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.094 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.094 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.094 INFO kablam! Sep 21 06:43:48.094 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.094 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 21 06:43:48.094 INFO kablam! | Sep 21 06:43:48.094 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:48.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.094 INFO kablam! | Sep 21 06:43:48.095 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.095 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.095 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.095 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.095 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.095 INFO kablam! Sep 21 06:43:48.095 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.095 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 21 06:43:48.095 INFO kablam! | Sep 21 06:43:48.095 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:48.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.095 INFO kablam! | Sep 21 06:43:48.095 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.095 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.095 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.095 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.095 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.095 INFO kablam! Sep 21 06:43:48.095 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.095 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 21 06:43:48.095 INFO kablam! | Sep 21 06:43:48.095 INFO kablam! 209 | pub type MatrixSliceMutN<'a, N, D, RStride = U1, CStride = D> = Sep 21 06:43:48.095 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.095 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:48.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.095 INFO kablam! | Sep 21 06:43:48.095 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.095 INFO kablam! --> src/core/alias_slice.rs:210:5 Sep 21 06:43:48.095 INFO kablam! | Sep 21 06:43:48.095 INFO kablam! 210 | MatrixSliceMutMN<'a, N, D, D, RStride, CStride>; Sep 21 06:43:48.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.095 INFO kablam! Sep 21 06:43:48.095 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.095 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 21 06:43:48.095 INFO kablam! | Sep 21 06:43:48.095 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:48.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.095 INFO kablam! | Sep 21 06:43:48.095 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.095 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.095 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.095 INFO kablam! Sep 21 06:43:48.095 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.095 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 21 06:43:48.095 INFO kablam! | Sep 21 06:43:48.095 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:48.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.095 INFO kablam! | Sep 21 06:43:48.095 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.095 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.095 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.095 INFO kablam! Sep 21 06:43:48.095 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.095 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 21 06:43:48.095 INFO kablam! | Sep 21 06:43:48.096 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:48.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.096 INFO kablam! | Sep 21 06:43:48.096 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.096 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.096 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.096 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.096 INFO kablam! Sep 21 06:43:48.096 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.096 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 21 06:43:48.096 INFO kablam! | Sep 21 06:43:48.096 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:48.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.096 INFO kablam! | Sep 21 06:43:48.096 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.096 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.096 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.096 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.096 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.096 INFO kablam! Sep 21 06:43:48.096 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.096 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 21 06:43:48.096 INFO kablam! | Sep 21 06:43:48.096 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:48.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.096 INFO kablam! | Sep 21 06:43:48.096 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.096 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.096 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.096 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.096 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.096 INFO kablam! Sep 21 06:43:48.096 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.096 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 21 06:43:48.096 INFO kablam! | Sep 21 06:43:48.096 INFO kablam! 213 | pub type DMatrixSliceMut<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:48.096 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.096 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:48.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.096 INFO kablam! | Sep 21 06:43:48.096 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.096 INFO kablam! --> src/core/alias_slice.rs:214:5 Sep 21 06:43:48.096 INFO kablam! | Sep 21 06:43:48.096 INFO kablam! 214 | MatrixSliceMutN<'a, N, Dynamic, RStride, CStride>; Sep 21 06:43:48.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.096 INFO kablam! Sep 21 06:43:48.096 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.096 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 21 06:43:48.096 INFO kablam! | Sep 21 06:43:48.096 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 21 06:43:48.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.096 INFO kablam! | Sep 21 06:43:48.096 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.096 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.097 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.097 INFO kablam! Sep 21 06:43:48.097 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.097 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 21 06:43:48.097 INFO kablam! | Sep 21 06:43:48.097 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 21 06:43:48.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.097 INFO kablam! | Sep 21 06:43:48.097 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.097 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.097 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.097 INFO kablam! Sep 21 06:43:48.097 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.097 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 21 06:43:48.097 INFO kablam! | Sep 21 06:43:48.097 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 21 06:43:48.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.097 INFO kablam! | Sep 21 06:43:48.097 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.097 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.097 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.097 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.097 INFO kablam! Sep 21 06:43:48.097 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.097 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 21 06:43:48.097 INFO kablam! | Sep 21 06:43:48.097 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 21 06:43:48.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.097 INFO kablam! | Sep 21 06:43:48.097 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.097 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.097 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.097 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.097 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.097 INFO kablam! Sep 21 06:43:48.097 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.097 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 21 06:43:48.097 INFO kablam! | Sep 21 06:43:48.097 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 21 06:43:48.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.097 INFO kablam! | Sep 21 06:43:48.097 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.097 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.097 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.097 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.097 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.097 INFO kablam! Sep 21 06:43:48.097 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.097 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 21 06:43:48.097 INFO kablam! | Sep 21 06:43:48.097 INFO kablam! 217 | pub type MatrixSliceMut1<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:48.097 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.097 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 21 06:43:48.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.097 INFO kablam! | Sep 21 06:43:48.097 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.102 INFO kablam! --> src/core/alias_slice.rs:218:5 Sep 21 06:43:48.102 INFO kablam! | Sep 21 06:43:48.102 INFO kablam! 218 | MatrixSliceMutN<'a, N, U1, RStride, CStride>; Sep 21 06:43:48.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.102 INFO kablam! Sep 21 06:43:48.102 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.102 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 21 06:43:48.102 INFO kablam! | Sep 21 06:43:48.102 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 21 06:43:48.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.102 INFO kablam! | Sep 21 06:43:48.102 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.102 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.102 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.102 INFO kablam! Sep 21 06:43:48.102 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.102 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 21 06:43:48.102 INFO kablam! | Sep 21 06:43:48.102 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 21 06:43:48.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.102 INFO kablam! | Sep 21 06:43:48.102 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.102 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.102 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.102 INFO kablam! Sep 21 06:43:48.102 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.102 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 21 06:43:48.102 INFO kablam! | Sep 21 06:43:48.102 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 21 06:43:48.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.102 INFO kablam! | Sep 21 06:43:48.102 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.102 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.102 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.102 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.102 INFO kablam! Sep 21 06:43:48.102 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.102 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 21 06:43:48.102 INFO kablam! | Sep 21 06:43:48.102 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 21 06:43:48.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.102 INFO kablam! | Sep 21 06:43:48.102 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.102 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.102 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.102 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.102 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.102 INFO kablam! Sep 21 06:43:48.102 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.103 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 21 06:43:48.103 INFO kablam! | Sep 21 06:43:48.103 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 21 06:43:48.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.103 INFO kablam! | Sep 21 06:43:48.103 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.103 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.103 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.103 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.103 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.103 INFO kablam! Sep 21 06:43:48.103 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.103 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 21 06:43:48.103 INFO kablam! | Sep 21 06:43:48.103 INFO kablam! 220 | pub type MatrixSliceMut2<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:48.103 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.103 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 21 06:43:48.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.103 INFO kablam! | Sep 21 06:43:48.103 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.103 INFO kablam! --> src/core/alias_slice.rs:221:5 Sep 21 06:43:48.103 INFO kablam! | Sep 21 06:43:48.103 INFO kablam! 221 | MatrixSliceMutN<'a, N, U2, RStride, CStride>; Sep 21 06:43:48.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.103 INFO kablam! Sep 21 06:43:48.103 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.103 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 21 06:43:48.103 INFO kablam! | Sep 21 06:43:48.103 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 21 06:43:48.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.103 INFO kablam! | Sep 21 06:43:48.103 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.103 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.103 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.103 INFO kablam! Sep 21 06:43:48.103 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.103 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 21 06:43:48.103 INFO kablam! | Sep 21 06:43:48.103 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 21 06:43:48.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.103 INFO kablam! | Sep 21 06:43:48.103 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.103 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.103 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.103 INFO kablam! Sep 21 06:43:48.103 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.103 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 21 06:43:48.103 INFO kablam! | Sep 21 06:43:48.103 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 21 06:43:48.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.103 INFO kablam! | Sep 21 06:43:48.103 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.103 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.104 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.104 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.104 INFO kablam! Sep 21 06:43:48.104 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.104 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 21 06:43:48.104 INFO kablam! | Sep 21 06:43:48.104 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 21 06:43:48.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.104 INFO kablam! | Sep 21 06:43:48.104 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.104 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.104 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.104 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.104 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.104 INFO kablam! Sep 21 06:43:48.104 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.104 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 21 06:43:48.104 INFO kablam! | Sep 21 06:43:48.104 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 21 06:43:48.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.104 INFO kablam! | Sep 21 06:43:48.104 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.104 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.104 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.104 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.104 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.104 INFO kablam! Sep 21 06:43:48.104 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.104 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 21 06:43:48.104 INFO kablam! | Sep 21 06:43:48.104 INFO kablam! 223 | pub type MatrixSliceMut3<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:48.104 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.104 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 21 06:43:48.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.104 INFO kablam! | Sep 21 06:43:48.104 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.104 INFO kablam! --> src/core/alias_slice.rs:224:5 Sep 21 06:43:48.104 INFO kablam! | Sep 21 06:43:48.104 INFO kablam! 224 | MatrixSliceMutN<'a, N, U3, RStride, CStride>; Sep 21 06:43:48.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.104 INFO kablam! Sep 21 06:43:48.104 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.104 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 21 06:43:48.104 INFO kablam! | Sep 21 06:43:48.104 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 21 06:43:48.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.104 INFO kablam! | Sep 21 06:43:48.104 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.104 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.104 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.104 INFO kablam! Sep 21 06:43:48.104 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.104 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 21 06:43:48.105 INFO kablam! | Sep 21 06:43:48.105 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 21 06:43:48.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.105 INFO kablam! | Sep 21 06:43:48.105 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.105 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.105 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.105 INFO kablam! Sep 21 06:43:48.105 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.105 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 21 06:43:48.105 INFO kablam! | Sep 21 06:43:48.105 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 21 06:43:48.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.105 INFO kablam! | Sep 21 06:43:48.105 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.105 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.105 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.105 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.105 INFO kablam! Sep 21 06:43:48.105 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.105 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 21 06:43:48.105 INFO kablam! | Sep 21 06:43:48.105 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 21 06:43:48.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.105 INFO kablam! | Sep 21 06:43:48.105 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.105 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.105 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.105 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.105 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.105 INFO kablam! Sep 21 06:43:48.105 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.105 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 21 06:43:48.105 INFO kablam! | Sep 21 06:43:48.105 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 21 06:43:48.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.105 INFO kablam! | Sep 21 06:43:48.105 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.105 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.105 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.105 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.105 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.105 INFO kablam! Sep 21 06:43:48.105 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.105 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 21 06:43:48.105 INFO kablam! | Sep 21 06:43:48.105 INFO kablam! 226 | pub type MatrixSliceMut4<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:48.105 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.105 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 21 06:43:48.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.105 INFO kablam! | Sep 21 06:43:48.105 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.106 INFO kablam! --> src/core/alias_slice.rs:227:5 Sep 21 06:43:48.106 INFO kablam! | Sep 21 06:43:48.106 INFO kablam! 227 | MatrixSliceMutN<'a, N, U4, RStride, CStride>; Sep 21 06:43:48.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.106 INFO kablam! Sep 21 06:43:48.106 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.106 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 21 06:43:48.106 INFO kablam! | Sep 21 06:43:48.106 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 21 06:43:48.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.106 INFO kablam! | Sep 21 06:43:48.106 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.106 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.106 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.106 INFO kablam! Sep 21 06:43:48.106 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.106 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 21 06:43:48.106 INFO kablam! | Sep 21 06:43:48.106 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 21 06:43:48.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.106 INFO kablam! | Sep 21 06:43:48.106 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.106 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.106 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.106 INFO kablam! Sep 21 06:43:48.106 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.106 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 21 06:43:48.106 INFO kablam! | Sep 21 06:43:48.106 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 21 06:43:48.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.106 INFO kablam! | Sep 21 06:43:48.106 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.106 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.106 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.106 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.106 INFO kablam! Sep 21 06:43:48.106 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.106 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 21 06:43:48.106 INFO kablam! | Sep 21 06:43:48.106 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 21 06:43:48.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.106 INFO kablam! | Sep 21 06:43:48.106 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.106 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.106 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.106 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.106 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.106 INFO kablam! Sep 21 06:43:48.106 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.106 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 21 06:43:48.106 INFO kablam! | Sep 21 06:43:48.106 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 21 06:43:48.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.107 INFO kablam! | Sep 21 06:43:48.107 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.107 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.107 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.107 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.107 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.107 INFO kablam! Sep 21 06:43:48.107 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.107 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 21 06:43:48.107 INFO kablam! | Sep 21 06:43:48.107 INFO kablam! 229 | pub type MatrixSliceMut5<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:48.107 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.107 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 21 06:43:48.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.107 INFO kablam! | Sep 21 06:43:48.107 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.107 INFO kablam! --> src/core/alias_slice.rs:230:5 Sep 21 06:43:48.107 INFO kablam! | Sep 21 06:43:48.107 INFO kablam! 230 | MatrixSliceMutN<'a, N, U5, RStride, CStride>; Sep 21 06:43:48.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.107 INFO kablam! Sep 21 06:43:48.107 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.107 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 21 06:43:48.107 INFO kablam! | Sep 21 06:43:48.107 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 21 06:43:48.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.107 INFO kablam! | Sep 21 06:43:48.107 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.107 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.107 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.107 INFO kablam! Sep 21 06:43:48.107 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.107 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 21 06:43:48.107 INFO kablam! | Sep 21 06:43:48.107 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 21 06:43:48.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.107 INFO kablam! | Sep 21 06:43:48.107 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.107 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.107 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.107 INFO kablam! Sep 21 06:43:48.107 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.107 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 21 06:43:48.107 INFO kablam! | Sep 21 06:43:48.107 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 21 06:43:48.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.107 INFO kablam! | Sep 21 06:43:48.107 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.107 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.107 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.107 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.107 INFO kablam! Sep 21 06:43:48.107 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.108 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 21 06:43:48.108 INFO kablam! | Sep 21 06:43:48.108 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 21 06:43:48.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.108 INFO kablam! | Sep 21 06:43:48.108 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.108 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.108 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.108 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.108 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.108 INFO kablam! Sep 21 06:43:48.108 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.108 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 21 06:43:48.108 INFO kablam! | Sep 21 06:43:48.108 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 21 06:43:48.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.108 INFO kablam! | Sep 21 06:43:48.108 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.108 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.108 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.108 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.108 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.108 INFO kablam! Sep 21 06:43:48.108 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.108 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 21 06:43:48.108 INFO kablam! | Sep 21 06:43:48.108 INFO kablam! 232 | pub type MatrixSliceMut6<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:48.108 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.108 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 21 06:43:48.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.108 INFO kablam! | Sep 21 06:43:48.108 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.108 INFO kablam! --> src/core/alias_slice.rs:233:5 Sep 21 06:43:48.108 INFO kablam! | Sep 21 06:43:48.108 INFO kablam! 233 | MatrixSliceMutN<'a, N, U6, RStride, CStride>; Sep 21 06:43:48.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.108 INFO kablam! Sep 21 06:43:48.108 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.108 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 21 06:43:48.108 INFO kablam! | Sep 21 06:43:48.108 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:48.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.108 INFO kablam! | Sep 21 06:43:48.108 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.108 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.108 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.108 INFO kablam! Sep 21 06:43:48.108 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.108 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 21 06:43:48.108 INFO kablam! | Sep 21 06:43:48.108 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:48.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.108 INFO kablam! | Sep 21 06:43:48.109 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.109 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.109 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.109 INFO kablam! Sep 21 06:43:48.109 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.109 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 21 06:43:48.109 INFO kablam! | Sep 21 06:43:48.109 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:48.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.109 INFO kablam! | Sep 21 06:43:48.109 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.109 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.109 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.109 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.109 INFO kablam! Sep 21 06:43:48.109 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.109 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 21 06:43:48.109 INFO kablam! | Sep 21 06:43:48.109 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:48.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.109 INFO kablam! | Sep 21 06:43:48.109 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.109 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.109 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.109 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.109 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.109 INFO kablam! Sep 21 06:43:48.109 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.109 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 21 06:43:48.109 INFO kablam! | Sep 21 06:43:48.109 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:48.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.109 INFO kablam! | Sep 21 06:43:48.109 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.109 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.109 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.109 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.109 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.109 INFO kablam! Sep 21 06:43:48.109 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.109 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 21 06:43:48.109 INFO kablam! | Sep 21 06:43:48.109 INFO kablam! 236 | pub type MatrixSliceMut1x2<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:48.109 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.109 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:48.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.109 INFO kablam! | Sep 21 06:43:48.109 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.109 INFO kablam! --> src/core/alias_slice.rs:237:5 Sep 21 06:43:48.109 INFO kablam! | Sep 21 06:43:48.109 INFO kablam! 237 | MatrixSliceMutMN<'a, N, U1, U2, RStride, CStride>; Sep 21 06:43:48.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.109 INFO kablam! Sep 21 06:43:48.109 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.109 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 21 06:43:48.110 INFO kablam! | Sep 21 06:43:48.110 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:48.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.110 INFO kablam! | Sep 21 06:43:48.110 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.110 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.110 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.110 INFO kablam! Sep 21 06:43:48.116 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.116 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 21 06:43:48.116 INFO kablam! | Sep 21 06:43:48.116 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:48.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.116 INFO kablam! | Sep 21 06:43:48.116 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.116 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.116 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.116 INFO kablam! Sep 21 06:43:48.116 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.116 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 21 06:43:48.116 INFO kablam! | Sep 21 06:43:48.116 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:48.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.116 INFO kablam! | Sep 21 06:43:48.116 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.116 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.116 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.116 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.116 INFO kablam! Sep 21 06:43:48.116 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.116 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 21 06:43:48.116 INFO kablam! | Sep 21 06:43:48.116 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:48.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.116 INFO kablam! | Sep 21 06:43:48.116 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.116 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.116 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.116 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.116 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.116 INFO kablam! Sep 21 06:43:48.116 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.116 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 21 06:43:48.116 INFO kablam! | Sep 21 06:43:48.116 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:48.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.116 INFO kablam! | Sep 21 06:43:48.116 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.117 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.117 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.117 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.117 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.117 INFO kablam! Sep 21 06:43:48.117 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.117 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 21 06:43:48.117 INFO kablam! | Sep 21 06:43:48.117 INFO kablam! 239 | pub type MatrixSliceMut1x3<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:48.117 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.117 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:48.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.117 INFO kablam! | Sep 21 06:43:48.117 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.117 INFO kablam! --> src/core/alias_slice.rs:240:5 Sep 21 06:43:48.117 INFO kablam! | Sep 21 06:43:48.117 INFO kablam! 240 | MatrixSliceMutMN<'a, N, U1, U3, RStride, CStride>; Sep 21 06:43:48.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.117 INFO kablam! Sep 21 06:43:48.117 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.117 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 21 06:43:48.117 INFO kablam! | Sep 21 06:43:48.117 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:48.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.117 INFO kablam! | Sep 21 06:43:48.117 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.117 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.117 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.117 INFO kablam! Sep 21 06:43:48.117 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.117 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 21 06:43:48.117 INFO kablam! | Sep 21 06:43:48.117 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:48.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.117 INFO kablam! | Sep 21 06:43:48.117 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.117 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.117 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.117 INFO kablam! Sep 21 06:43:48.117 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.117 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 21 06:43:48.117 INFO kablam! | Sep 21 06:43:48.117 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:48.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.117 INFO kablam! | Sep 21 06:43:48.117 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.117 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.117 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.117 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.117 INFO kablam! Sep 21 06:43:48.117 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.117 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 21 06:43:48.117 INFO kablam! | Sep 21 06:43:48.118 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:48.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.118 INFO kablam! | Sep 21 06:43:48.118 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.118 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.118 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.118 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.118 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.118 INFO kablam! Sep 21 06:43:48.118 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.118 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 21 06:43:48.118 INFO kablam! | Sep 21 06:43:48.118 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:48.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.118 INFO kablam! | Sep 21 06:43:48.118 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.118 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.118 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.118 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.118 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.118 INFO kablam! Sep 21 06:43:48.118 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.118 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 21 06:43:48.118 INFO kablam! | Sep 21 06:43:48.118 INFO kablam! 242 | pub type MatrixSliceMut1x4<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:48.118 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.118 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:48.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.118 INFO kablam! | Sep 21 06:43:48.118 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.118 INFO kablam! --> src/core/alias_slice.rs:243:5 Sep 21 06:43:48.118 INFO kablam! | Sep 21 06:43:48.118 INFO kablam! 243 | MatrixSliceMutMN<'a, N, U1, U4, RStride, CStride>; Sep 21 06:43:48.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.118 INFO kablam! Sep 21 06:43:48.118 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.118 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 21 06:43:48.118 INFO kablam! | Sep 21 06:43:48.118 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:48.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.118 INFO kablam! | Sep 21 06:43:48.118 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.118 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.118 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.118 INFO kablam! Sep 21 06:43:48.118 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.118 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 21 06:43:48.118 INFO kablam! | Sep 21 06:43:48.118 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:48.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.118 INFO kablam! | Sep 21 06:43:48.119 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.119 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.119 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.119 INFO kablam! Sep 21 06:43:48.119 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.119 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 21 06:43:48.119 INFO kablam! | Sep 21 06:43:48.119 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:48.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.119 INFO kablam! | Sep 21 06:43:48.119 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.119 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.119 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.119 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.119 INFO kablam! Sep 21 06:43:48.119 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.119 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 21 06:43:48.119 INFO kablam! | Sep 21 06:43:48.119 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:48.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.119 INFO kablam! | Sep 21 06:43:48.119 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.119 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.119 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.119 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.119 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.119 INFO kablam! Sep 21 06:43:48.119 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.119 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 21 06:43:48.119 INFO kablam! | Sep 21 06:43:48.119 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:48.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.119 INFO kablam! | Sep 21 06:43:48.119 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.119 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.119 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.119 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.119 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.119 INFO kablam! Sep 21 06:43:48.119 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.119 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 21 06:43:48.119 INFO kablam! | Sep 21 06:43:48.119 INFO kablam! 245 | pub type MatrixSliceMut1x5<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:48.119 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.119 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:48.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.119 INFO kablam! | Sep 21 06:43:48.119 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.119 INFO kablam! --> src/core/alias_slice.rs:246:5 Sep 21 06:43:48.119 INFO kablam! | Sep 21 06:43:48.119 INFO kablam! 246 | MatrixSliceMutMN<'a, N, U1, U5, RStride, CStride>; Sep 21 06:43:48.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.120 INFO kablam! Sep 21 06:43:48.120 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.120 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 21 06:43:48.120 INFO kablam! | Sep 21 06:43:48.120 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:48.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.120 INFO kablam! | Sep 21 06:43:48.120 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.120 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.120 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.120 INFO kablam! Sep 21 06:43:48.120 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.120 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 21 06:43:48.120 INFO kablam! | Sep 21 06:43:48.120 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:48.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.120 INFO kablam! | Sep 21 06:43:48.120 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.120 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.120 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.120 INFO kablam! Sep 21 06:43:48.120 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.120 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 21 06:43:48.120 INFO kablam! | Sep 21 06:43:48.120 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:48.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.120 INFO kablam! | Sep 21 06:43:48.120 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.120 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.120 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.120 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.120 INFO kablam! Sep 21 06:43:48.120 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.120 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 21 06:43:48.120 INFO kablam! | Sep 21 06:43:48.120 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:48.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.120 INFO kablam! | Sep 21 06:43:48.120 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.120 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.120 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.120 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.120 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.120 INFO kablam! Sep 21 06:43:48.120 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.120 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 21 06:43:48.120 INFO kablam! | Sep 21 06:43:48.120 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:48.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.120 INFO kablam! | Sep 21 06:43:48.120 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.120 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.121 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.121 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.121 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.121 INFO kablam! Sep 21 06:43:48.121 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.121 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 21 06:43:48.121 INFO kablam! | Sep 21 06:43:48.121 INFO kablam! 248 | pub type MatrixSliceMut1x6<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:48.121 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.121 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:48.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.121 INFO kablam! | Sep 21 06:43:48.121 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.121 INFO kablam! --> src/core/alias_slice.rs:249:5 Sep 21 06:43:48.121 INFO kablam! | Sep 21 06:43:48.121 INFO kablam! 249 | MatrixSliceMutMN<'a, N, U1, U6, RStride, CStride>; Sep 21 06:43:48.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.121 INFO kablam! Sep 21 06:43:48.121 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.121 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 21 06:43:48.121 INFO kablam! | Sep 21 06:43:48.121 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:48.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.121 INFO kablam! | Sep 21 06:43:48.121 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.121 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.121 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.121 INFO kablam! Sep 21 06:43:48.121 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.121 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 21 06:43:48.121 INFO kablam! | Sep 21 06:43:48.121 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:48.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.121 INFO kablam! | Sep 21 06:43:48.121 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.121 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.121 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.121 INFO kablam! Sep 21 06:43:48.121 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.121 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 21 06:43:48.121 INFO kablam! | Sep 21 06:43:48.121 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:48.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.121 INFO kablam! | Sep 21 06:43:48.121 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.121 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.121 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.121 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.121 INFO kablam! Sep 21 06:43:48.121 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.121 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 21 06:43:48.121 INFO kablam! | Sep 21 06:43:48.122 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:48.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.122 INFO kablam! | Sep 21 06:43:48.122 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.122 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.122 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.122 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.122 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.122 INFO kablam! Sep 21 06:43:48.122 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.122 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 21 06:43:48.122 INFO kablam! | Sep 21 06:43:48.122 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:48.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.122 INFO kablam! | Sep 21 06:43:48.122 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.122 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.122 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.122 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.122 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.122 INFO kablam! Sep 21 06:43:48.122 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.122 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 21 06:43:48.122 INFO kablam! | Sep 21 06:43:48.122 INFO kablam! 252 | pub type MatrixSliceMut2x1<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:48.122 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.122 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:48.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.122 INFO kablam! | Sep 21 06:43:48.122 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.122 INFO kablam! --> src/core/alias_slice.rs:253:5 Sep 21 06:43:48.122 INFO kablam! | Sep 21 06:43:48.122 INFO kablam! 253 | MatrixSliceMutMN<'a, N, U2, U1, RStride, CStride>; Sep 21 06:43:48.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.122 INFO kablam! Sep 21 06:43:48.122 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.122 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 21 06:43:48.122 INFO kablam! | Sep 21 06:43:48.122 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:48.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.122 INFO kablam! | Sep 21 06:43:48.122 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.122 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.122 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.122 INFO kablam! Sep 21 06:43:48.122 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.122 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 21 06:43:48.122 INFO kablam! | Sep 21 06:43:48.122 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:48.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.122 INFO kablam! | Sep 21 06:43:48.123 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.123 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.123 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.123 INFO kablam! Sep 21 06:43:48.123 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.123 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 21 06:43:48.123 INFO kablam! | Sep 21 06:43:48.123 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:48.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.123 INFO kablam! | Sep 21 06:43:48.123 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.123 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.123 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.123 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.123 INFO kablam! Sep 21 06:43:48.123 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.123 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 21 06:43:48.123 INFO kablam! | Sep 21 06:43:48.123 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:48.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.123 INFO kablam! | Sep 21 06:43:48.123 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.123 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.123 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.123 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.123 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.123 INFO kablam! Sep 21 06:43:48.123 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.123 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 21 06:43:48.123 INFO kablam! | Sep 21 06:43:48.123 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:48.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.123 INFO kablam! | Sep 21 06:43:48.123 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.123 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.123 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.123 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.123 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.123 INFO kablam! Sep 21 06:43:48.123 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.123 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 21 06:43:48.123 INFO kablam! | Sep 21 06:43:48.123 INFO kablam! 255 | pub type MatrixSliceMut2x3<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:48.123 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.123 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:48.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.123 INFO kablam! | Sep 21 06:43:48.123 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.123 INFO kablam! --> src/core/alias_slice.rs:256:5 Sep 21 06:43:48.123 INFO kablam! | Sep 21 06:43:48.123 INFO kablam! 256 | MatrixSliceMutMN<'a, N, U2, U3, RStride, CStride>; Sep 21 06:43:48.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.124 INFO kablam! Sep 21 06:43:48.124 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.124 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 21 06:43:48.124 INFO kablam! | Sep 21 06:43:48.124 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:48.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.124 INFO kablam! | Sep 21 06:43:48.124 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.124 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.124 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.124 INFO kablam! Sep 21 06:43:48.124 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.124 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 21 06:43:48.124 INFO kablam! | Sep 21 06:43:48.124 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:48.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.124 INFO kablam! | Sep 21 06:43:48.124 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.124 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.124 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.124 INFO kablam! Sep 21 06:43:48.124 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.124 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 21 06:43:48.124 INFO kablam! | Sep 21 06:43:48.124 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:48.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.124 INFO kablam! | Sep 21 06:43:48.124 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.124 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.124 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.124 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.124 INFO kablam! Sep 21 06:43:48.124 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.124 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 21 06:43:48.124 INFO kablam! | Sep 21 06:43:48.124 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:48.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.124 INFO kablam! | Sep 21 06:43:48.124 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.124 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.124 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.124 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.124 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.124 INFO kablam! Sep 21 06:43:48.124 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.124 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 21 06:43:48.124 INFO kablam! | Sep 21 06:43:48.124 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:48.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.124 INFO kablam! | Sep 21 06:43:48.124 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.124 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.124 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.124 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.124 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.124 INFO kablam! Sep 21 06:43:48.124 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.124 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 21 06:43:48.124 INFO kablam! | Sep 21 06:43:48.124 INFO kablam! 258 | pub type MatrixSliceMut2x4<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:48.124 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.124 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:48.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.125 INFO kablam! | Sep 21 06:43:48.125 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.125 INFO kablam! --> src/core/alias_slice.rs:259:5 Sep 21 06:43:48.125 INFO kablam! | Sep 21 06:43:48.125 INFO kablam! 259 | MatrixSliceMutMN<'a, N, U2, U4, RStride, CStride>; Sep 21 06:43:48.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.125 INFO kablam! Sep 21 06:43:48.125 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.125 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 21 06:43:48.125 INFO kablam! | Sep 21 06:43:48.125 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:48.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.125 INFO kablam! | Sep 21 06:43:48.125 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.125 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.125 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.125 INFO kablam! Sep 21 06:43:48.125 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.125 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 21 06:43:48.125 INFO kablam! | Sep 21 06:43:48.125 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:48.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.125 INFO kablam! | Sep 21 06:43:48.125 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.125 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.125 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.125 INFO kablam! Sep 21 06:43:48.125 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.125 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 21 06:43:48.125 INFO kablam! | Sep 21 06:43:48.125 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:48.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.125 INFO kablam! | Sep 21 06:43:48.125 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.125 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.125 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.125 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.125 INFO kablam! Sep 21 06:43:48.125 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.125 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 21 06:43:48.125 INFO kablam! | Sep 21 06:43:48.125 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:48.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.125 INFO kablam! | Sep 21 06:43:48.125 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.125 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.125 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.125 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.125 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.125 INFO kablam! Sep 21 06:43:48.125 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.125 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 21 06:43:48.125 INFO kablam! | Sep 21 06:43:48.125 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:48.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.125 INFO kablam! | Sep 21 06:43:48.125 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.125 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.125 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.125 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.125 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.125 INFO kablam! Sep 21 06:43:48.125 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.125 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 21 06:43:48.125 INFO kablam! | Sep 21 06:43:48.125 INFO kablam! 261 | pub type MatrixSliceMut2x5<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:48.125 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.125 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:48.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.125 INFO kablam! | Sep 21 06:43:48.126 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.126 INFO kablam! --> src/core/alias_slice.rs:262:5 Sep 21 06:43:48.126 INFO kablam! | Sep 21 06:43:48.126 INFO kablam! 262 | MatrixSliceMutMN<'a, N, U2, U5, RStride, CStride>; Sep 21 06:43:48.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.126 INFO kablam! Sep 21 06:43:48.126 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.126 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 21 06:43:48.126 INFO kablam! | Sep 21 06:43:48.126 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:48.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.126 INFO kablam! | Sep 21 06:43:48.126 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.126 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.126 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.126 INFO kablam! Sep 21 06:43:48.126 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.126 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 21 06:43:48.126 INFO kablam! | Sep 21 06:43:48.126 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:48.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.126 INFO kablam! | Sep 21 06:43:48.126 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.126 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.126 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.126 INFO kablam! Sep 21 06:43:48.126 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.126 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 21 06:43:48.126 INFO kablam! | Sep 21 06:43:48.126 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:48.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.126 INFO kablam! | Sep 21 06:43:48.126 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.126 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.126 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.126 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.126 INFO kablam! Sep 21 06:43:48.126 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.126 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 21 06:43:48.126 INFO kablam! | Sep 21 06:43:48.126 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:48.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.126 INFO kablam! | Sep 21 06:43:48.126 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.126 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.126 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.126 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.126 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.126 INFO kablam! Sep 21 06:43:48.131 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.131 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 21 06:43:48.131 INFO kablam! | Sep 21 06:43:48.131 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:48.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.131 INFO kablam! | Sep 21 06:43:48.131 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.131 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.131 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.131 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.131 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.131 INFO kablam! Sep 21 06:43:48.131 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.131 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 21 06:43:48.131 INFO kablam! | Sep 21 06:43:48.131 INFO kablam! 264 | pub type MatrixSliceMut2x6<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:48.131 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.131 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:48.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.131 INFO kablam! | Sep 21 06:43:48.131 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.131 INFO kablam! --> src/core/alias_slice.rs:265:5 Sep 21 06:43:48.131 INFO kablam! | Sep 21 06:43:48.131 INFO kablam! 265 | MatrixSliceMutMN<'a, N, U2, U6, RStride, CStride>; Sep 21 06:43:48.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.131 INFO kablam! Sep 21 06:43:48.131 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.131 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 21 06:43:48.131 INFO kablam! | Sep 21 06:43:48.131 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:48.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.131 INFO kablam! | Sep 21 06:43:48.131 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.131 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.131 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.131 INFO kablam! Sep 21 06:43:48.131 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.131 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 21 06:43:48.131 INFO kablam! | Sep 21 06:43:48.131 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:48.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.132 INFO kablam! | Sep 21 06:43:48.132 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.132 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.132 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.132 INFO kablam! Sep 21 06:43:48.132 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.132 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 21 06:43:48.132 INFO kablam! | Sep 21 06:43:48.132 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:48.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.132 INFO kablam! | Sep 21 06:43:48.132 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.132 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.132 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.132 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.132 INFO kablam! Sep 21 06:43:48.132 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.132 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 21 06:43:48.132 INFO kablam! | Sep 21 06:43:48.132 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:48.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.132 INFO kablam! | Sep 21 06:43:48.132 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.132 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.132 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.132 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.132 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.132 INFO kablam! Sep 21 06:43:48.132 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.132 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 21 06:43:48.132 INFO kablam! | Sep 21 06:43:48.132 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:48.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.132 INFO kablam! | Sep 21 06:43:48.132 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.132 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.132 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.132 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.132 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.132 INFO kablam! Sep 21 06:43:48.132 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.132 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 21 06:43:48.132 INFO kablam! | Sep 21 06:43:48.132 INFO kablam! 268 | pub type MatrixSliceMut3x1<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:48.132 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.132 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:48.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.132 INFO kablam! | Sep 21 06:43:48.132 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.132 INFO kablam! --> src/core/alias_slice.rs:269:5 Sep 21 06:43:48.132 INFO kablam! | Sep 21 06:43:48.132 INFO kablam! 269 | MatrixSliceMutMN<'a, N, U3, U1, RStride, CStride>; Sep 21 06:43:48.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.132 INFO kablam! Sep 21 06:43:48.132 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.133 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 21 06:43:48.133 INFO kablam! | Sep 21 06:43:48.133 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:48.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.133 INFO kablam! | Sep 21 06:43:48.133 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.133 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.133 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.133 INFO kablam! Sep 21 06:43:48.133 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.133 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 21 06:43:48.133 INFO kablam! | Sep 21 06:43:48.133 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:48.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.133 INFO kablam! | Sep 21 06:43:48.133 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.133 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.133 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.133 INFO kablam! Sep 21 06:43:48.133 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.133 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 21 06:43:48.133 INFO kablam! | Sep 21 06:43:48.133 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:48.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.133 INFO kablam! | Sep 21 06:43:48.133 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.133 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.133 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.133 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.133 INFO kablam! Sep 21 06:43:48.133 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.133 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 21 06:43:48.133 INFO kablam! | Sep 21 06:43:48.133 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:48.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.133 INFO kablam! | Sep 21 06:43:48.133 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.133 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.133 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.133 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.133 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.133 INFO kablam! Sep 21 06:43:48.133 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.133 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 21 06:43:48.133 INFO kablam! | Sep 21 06:43:48.133 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:48.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.133 INFO kablam! | Sep 21 06:43:48.133 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.133 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.133 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.133 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.133 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.133 INFO kablam! Sep 21 06:43:48.133 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.133 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 21 06:43:48.133 INFO kablam! | Sep 21 06:43:48.133 INFO kablam! 271 | pub type MatrixSliceMut3x2<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:48.133 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.134 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:48.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.134 INFO kablam! | Sep 21 06:43:48.134 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.134 INFO kablam! --> src/core/alias_slice.rs:272:5 Sep 21 06:43:48.134 INFO kablam! | Sep 21 06:43:48.134 INFO kablam! 272 | MatrixSliceMutMN<'a, N, U3, U2, RStride, CStride>; Sep 21 06:43:48.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.134 INFO kablam! Sep 21 06:43:48.134 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.134 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 21 06:43:48.134 INFO kablam! | Sep 21 06:43:48.134 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:48.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.134 INFO kablam! | Sep 21 06:43:48.134 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.134 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.134 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.134 INFO kablam! Sep 21 06:43:48.134 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.134 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 21 06:43:48.134 INFO kablam! | Sep 21 06:43:48.134 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:48.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.134 INFO kablam! | Sep 21 06:43:48.134 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.134 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.134 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.134 INFO kablam! Sep 21 06:43:48.134 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.134 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 21 06:43:48.134 INFO kablam! | Sep 21 06:43:48.134 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:48.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.134 INFO kablam! | Sep 21 06:43:48.134 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.134 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.134 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.134 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.134 INFO kablam! Sep 21 06:43:48.134 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.134 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 21 06:43:48.134 INFO kablam! | Sep 21 06:43:48.134 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:48.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.134 INFO kablam! | Sep 21 06:43:48.134 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.134 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.134 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.134 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.134 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.134 INFO kablam! Sep 21 06:43:48.134 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.134 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 21 06:43:48.135 INFO kablam! | Sep 21 06:43:48.135 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:48.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.135 INFO kablam! | Sep 21 06:43:48.135 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.135 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.135 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.135 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.135 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.135 INFO kablam! Sep 21 06:43:48.135 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.135 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 21 06:43:48.135 INFO kablam! | Sep 21 06:43:48.135 INFO kablam! 274 | pub type MatrixSliceMut3x4<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:48.135 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.135 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:48.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.135 INFO kablam! | Sep 21 06:43:48.135 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.135 INFO kablam! --> src/core/alias_slice.rs:275:5 Sep 21 06:43:48.135 INFO kablam! | Sep 21 06:43:48.135 INFO kablam! 275 | MatrixSliceMutMN<'a, N, U3, U4, RStride, CStride>; Sep 21 06:43:48.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.135 INFO kablam! Sep 21 06:43:48.135 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.135 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 21 06:43:48.135 INFO kablam! | Sep 21 06:43:48.135 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:48.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.135 INFO kablam! | Sep 21 06:43:48.135 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.135 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.135 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.135 INFO kablam! Sep 21 06:43:48.135 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.135 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 21 06:43:48.135 INFO kablam! | Sep 21 06:43:48.135 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:48.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.135 INFO kablam! | Sep 21 06:43:48.135 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.135 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.135 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.135 INFO kablam! Sep 21 06:43:48.135 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.135 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 21 06:43:48.135 INFO kablam! | Sep 21 06:43:48.135 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:48.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.135 INFO kablam! | Sep 21 06:43:48.135 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.135 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.135 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.135 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.136 INFO kablam! Sep 21 06:43:48.136 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.136 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 21 06:43:48.136 INFO kablam! | Sep 21 06:43:48.136 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:48.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.136 INFO kablam! | Sep 21 06:43:48.136 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.136 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.136 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.136 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.136 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.136 INFO kablam! Sep 21 06:43:48.136 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.136 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 21 06:43:48.136 INFO kablam! | Sep 21 06:43:48.136 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:48.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.136 INFO kablam! | Sep 21 06:43:48.136 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.136 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.136 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.136 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.136 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.136 INFO kablam! Sep 21 06:43:48.136 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.136 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 21 06:43:48.136 INFO kablam! | Sep 21 06:43:48.136 INFO kablam! 277 | pub type MatrixSliceMut3x5<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:48.136 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.136 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:48.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.136 INFO kablam! | Sep 21 06:43:48.136 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.136 INFO kablam! --> src/core/alias_slice.rs:278:5 Sep 21 06:43:48.136 INFO kablam! | Sep 21 06:43:48.136 INFO kablam! 278 | MatrixSliceMutMN<'a, N, U3, U5, RStride, CStride>; Sep 21 06:43:48.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.136 INFO kablam! Sep 21 06:43:48.136 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.136 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 21 06:43:48.136 INFO kablam! | Sep 21 06:43:48.136 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:48.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.136 INFO kablam! | Sep 21 06:43:48.136 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.136 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.136 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.136 INFO kablam! Sep 21 06:43:48.136 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.136 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 21 06:43:48.136 INFO kablam! | Sep 21 06:43:48.136 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:48.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.137 INFO kablam! | Sep 21 06:43:48.137 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.137 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.137 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.137 INFO kablam! Sep 21 06:43:48.137 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.137 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 21 06:43:48.137 INFO kablam! | Sep 21 06:43:48.137 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:48.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.137 INFO kablam! | Sep 21 06:43:48.137 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.137 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.137 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.137 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.137 INFO kablam! Sep 21 06:43:48.137 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.137 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 21 06:43:48.137 INFO kablam! | Sep 21 06:43:48.137 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:48.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.137 INFO kablam! | Sep 21 06:43:48.137 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.137 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.137 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.137 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.137 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.137 INFO kablam! Sep 21 06:43:48.137 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.137 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 21 06:43:48.137 INFO kablam! | Sep 21 06:43:48.137 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:48.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.137 INFO kablam! | Sep 21 06:43:48.137 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.137 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.137 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.137 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.137 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.137 INFO kablam! Sep 21 06:43:48.137 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.137 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 21 06:43:48.137 INFO kablam! | Sep 21 06:43:48.137 INFO kablam! 280 | pub type MatrixSliceMut3x6<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:48.137 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.137 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:48.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.137 INFO kablam! | Sep 21 06:43:48.137 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.137 INFO kablam! --> src/core/alias_slice.rs:281:5 Sep 21 06:43:48.137 INFO kablam! | Sep 21 06:43:48.137 INFO kablam! 281 | MatrixSliceMutMN<'a, N, U3, U6, RStride, CStride>; Sep 21 06:43:48.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.138 INFO kablam! Sep 21 06:43:48.138 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.138 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 21 06:43:48.138 INFO kablam! | Sep 21 06:43:48.138 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:48.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.138 INFO kablam! | Sep 21 06:43:48.138 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.138 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.138 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.138 INFO kablam! Sep 21 06:43:48.138 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.138 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 21 06:43:48.138 INFO kablam! | Sep 21 06:43:48.138 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:48.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.138 INFO kablam! | Sep 21 06:43:48.138 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.138 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.138 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.138 INFO kablam! Sep 21 06:43:48.138 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.138 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 21 06:43:48.138 INFO kablam! | Sep 21 06:43:48.138 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:48.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.138 INFO kablam! | Sep 21 06:43:48.138 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.138 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.138 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.138 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.138 INFO kablam! Sep 21 06:43:48.138 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.138 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 21 06:43:48.138 INFO kablam! | Sep 21 06:43:48.138 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:48.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.138 INFO kablam! | Sep 21 06:43:48.138 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.138 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.138 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.138 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.138 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.138 INFO kablam! Sep 21 06:43:48.138 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.138 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 21 06:43:48.138 INFO kablam! | Sep 21 06:43:48.138 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:48.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.138 INFO kablam! | Sep 21 06:43:48.138 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.138 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.138 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.139 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.139 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.139 INFO kablam! Sep 21 06:43:48.139 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.139 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 21 06:43:48.139 INFO kablam! | Sep 21 06:43:48.139 INFO kablam! 284 | pub type MatrixSliceMut4x1<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:48.139 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.139 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:48.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.139 INFO kablam! | Sep 21 06:43:48.139 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.139 INFO kablam! --> src/core/alias_slice.rs:285:5 Sep 21 06:43:48.139 INFO kablam! | Sep 21 06:43:48.139 INFO kablam! 285 | MatrixSliceMutMN<'a, N, U4, U1, RStride, CStride>; Sep 21 06:43:48.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.139 INFO kablam! Sep 21 06:43:48.139 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.139 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 21 06:43:48.139 INFO kablam! | Sep 21 06:43:48.139 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:48.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.139 INFO kablam! | Sep 21 06:43:48.139 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.139 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.139 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.139 INFO kablam! Sep 21 06:43:48.139 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.139 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 21 06:43:48.139 INFO kablam! | Sep 21 06:43:48.139 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:48.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.139 INFO kablam! | Sep 21 06:43:48.139 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.139 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.139 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.139 INFO kablam! Sep 21 06:43:48.139 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.139 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 21 06:43:48.139 INFO kablam! | Sep 21 06:43:48.139 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:48.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.139 INFO kablam! | Sep 21 06:43:48.139 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.139 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.139 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.139 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.139 INFO kablam! Sep 21 06:43:48.139 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.139 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 21 06:43:48.139 INFO kablam! | Sep 21 06:43:48.139 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:48.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.140 INFO kablam! | Sep 21 06:43:48.140 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.140 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.140 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.140 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.140 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.140 INFO kablam! Sep 21 06:43:48.140 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.140 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 21 06:43:48.140 INFO kablam! | Sep 21 06:43:48.140 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:48.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.140 INFO kablam! | Sep 21 06:43:48.140 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.140 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.140 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.140 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.140 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.140 INFO kablam! Sep 21 06:43:48.140 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.140 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 21 06:43:48.140 INFO kablam! | Sep 21 06:43:48.140 INFO kablam! 287 | pub type MatrixSliceMut4x2<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:48.140 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.140 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:48.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.140 INFO kablam! | Sep 21 06:43:48.140 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.140 INFO kablam! --> src/core/alias_slice.rs:288:5 Sep 21 06:43:48.140 INFO kablam! | Sep 21 06:43:48.140 INFO kablam! 288 | MatrixSliceMutMN<'a, N, U4, U2, RStride, CStride>; Sep 21 06:43:48.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.140 INFO kablam! Sep 21 06:43:48.140 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.140 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 21 06:43:48.140 INFO kablam! | Sep 21 06:43:48.140 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:48.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.140 INFO kablam! | Sep 21 06:43:48.140 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.140 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.140 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.140 INFO kablam! Sep 21 06:43:48.140 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.140 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 21 06:43:48.140 INFO kablam! | Sep 21 06:43:48.140 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:48.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.140 INFO kablam! | Sep 21 06:43:48.140 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.140 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.140 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.140 INFO kablam! Sep 21 06:43:48.141 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.141 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 21 06:43:48.141 INFO kablam! | Sep 21 06:43:48.141 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:48.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.141 INFO kablam! | Sep 21 06:43:48.141 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.146 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.146 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.146 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.146 INFO kablam! Sep 21 06:43:48.146 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.146 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 21 06:43:48.146 INFO kablam! | Sep 21 06:43:48.146 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:48.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.146 INFO kablam! | Sep 21 06:43:48.146 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.146 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.146 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.146 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.146 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.146 INFO kablam! Sep 21 06:43:48.146 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.146 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 21 06:43:48.146 INFO kablam! | Sep 21 06:43:48.146 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:48.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.146 INFO kablam! | Sep 21 06:43:48.146 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.146 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.147 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.147 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.147 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.147 INFO kablam! Sep 21 06:43:48.147 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.147 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 21 06:43:48.147 INFO kablam! | Sep 21 06:43:48.147 INFO kablam! 290 | pub type MatrixSliceMut4x3<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:48.147 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.147 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:48.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.147 INFO kablam! | Sep 21 06:43:48.147 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.147 INFO kablam! --> src/core/alias_slice.rs:291:5 Sep 21 06:43:48.147 INFO kablam! | Sep 21 06:43:48.147 INFO kablam! 291 | MatrixSliceMutMN<'a, N, U4, U3, RStride, CStride>; Sep 21 06:43:48.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.147 INFO kablam! Sep 21 06:43:48.147 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.147 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 21 06:43:48.147 INFO kablam! | Sep 21 06:43:48.147 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:48.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.147 INFO kablam! | Sep 21 06:43:48.147 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.147 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.147 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.147 INFO kablam! Sep 21 06:43:48.147 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.147 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 21 06:43:48.147 INFO kablam! | Sep 21 06:43:48.147 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:48.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.147 INFO kablam! | Sep 21 06:43:48.147 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.147 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.147 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.147 INFO kablam! Sep 21 06:43:48.147 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.147 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 21 06:43:48.147 INFO kablam! | Sep 21 06:43:48.147 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:48.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.148 INFO kablam! | Sep 21 06:43:48.148 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.148 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.148 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.148 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.148 INFO kablam! Sep 21 06:43:48.148 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.148 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 21 06:43:48.148 INFO kablam! | Sep 21 06:43:48.148 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:48.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.148 INFO kablam! | Sep 21 06:43:48.148 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.148 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.148 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.148 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.148 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.148 INFO kablam! Sep 21 06:43:48.148 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.148 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 21 06:43:48.148 INFO kablam! | Sep 21 06:43:48.148 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:48.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.148 INFO kablam! | Sep 21 06:43:48.148 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.148 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.148 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.148 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.148 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.148 INFO kablam! Sep 21 06:43:48.148 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.148 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 21 06:43:48.148 INFO kablam! | Sep 21 06:43:48.148 INFO kablam! 293 | pub type MatrixSliceMut4x5<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:48.148 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.148 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:48.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.148 INFO kablam! | Sep 21 06:43:48.148 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.148 INFO kablam! --> src/core/alias_slice.rs:294:5 Sep 21 06:43:48.148 INFO kablam! | Sep 21 06:43:48.148 INFO kablam! 294 | MatrixSliceMutMN<'a, N, U4, U5, RStride, CStride>; Sep 21 06:43:48.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.148 INFO kablam! Sep 21 06:43:48.149 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.149 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 21 06:43:48.149 INFO kablam! | Sep 21 06:43:48.149 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:48.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.149 INFO kablam! | Sep 21 06:43:48.149 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.149 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.149 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.149 INFO kablam! Sep 21 06:43:48.149 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.149 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 21 06:43:48.149 INFO kablam! | Sep 21 06:43:48.149 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:48.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.149 INFO kablam! | Sep 21 06:43:48.149 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.149 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.149 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.149 INFO kablam! Sep 21 06:43:48.149 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.149 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 21 06:43:48.149 INFO kablam! | Sep 21 06:43:48.149 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:48.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.149 INFO kablam! | Sep 21 06:43:48.149 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.149 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.149 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.149 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.149 INFO kablam! Sep 21 06:43:48.149 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.149 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 21 06:43:48.149 INFO kablam! | Sep 21 06:43:48.149 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:48.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.149 INFO kablam! | Sep 21 06:43:48.149 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.149 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.149 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.149 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.149 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.149 INFO kablam! Sep 21 06:43:48.150 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.150 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 21 06:43:48.150 INFO kablam! | Sep 21 06:43:48.150 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:48.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.150 INFO kablam! | Sep 21 06:43:48.163 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.163 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.163 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.163 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.163 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.163 INFO kablam! Sep 21 06:43:48.163 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.163 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 21 06:43:48.163 INFO kablam! | Sep 21 06:43:48.163 INFO kablam! 296 | pub type MatrixSliceMut4x6<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:48.163 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.163 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:48.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.163 INFO kablam! | Sep 21 06:43:48.163 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.163 INFO kablam! --> src/core/alias_slice.rs:297:5 Sep 21 06:43:48.163 INFO kablam! | Sep 21 06:43:48.163 INFO kablam! 297 | MatrixSliceMutMN<'a, N, U4, U6, RStride, CStride>; Sep 21 06:43:48.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.163 INFO kablam! Sep 21 06:43:48.163 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.163 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 21 06:43:48.163 INFO kablam! | Sep 21 06:43:48.163 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:48.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.164 INFO kablam! | Sep 21 06:43:48.164 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.164 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.164 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.164 INFO kablam! Sep 21 06:43:48.164 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.164 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 21 06:43:48.164 INFO kablam! | Sep 21 06:43:48.164 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:48.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.164 INFO kablam! | Sep 21 06:43:48.164 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.164 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.164 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.164 INFO kablam! Sep 21 06:43:48.164 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.164 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 21 06:43:48.164 INFO kablam! | Sep 21 06:43:48.164 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:48.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.164 INFO kablam! | Sep 21 06:43:48.164 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.164 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.164 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.164 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.164 INFO kablam! Sep 21 06:43:48.164 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.164 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 21 06:43:48.164 INFO kablam! | Sep 21 06:43:48.164 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:48.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.164 INFO kablam! | Sep 21 06:43:48.164 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.164 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.164 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.164 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.164 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.164 INFO kablam! Sep 21 06:43:48.164 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.164 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 21 06:43:48.164 INFO kablam! | Sep 21 06:43:48.164 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:48.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.164 INFO kablam! | Sep 21 06:43:48.164 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.164 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.164 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.164 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.164 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.164 INFO kablam! Sep 21 06:43:48.164 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.164 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 21 06:43:48.164 INFO kablam! | Sep 21 06:43:48.165 INFO kablam! 300 | pub type MatrixSliceMut5x1<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:48.165 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.165 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:48.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.165 INFO kablam! | Sep 21 06:43:48.165 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.165 INFO kablam! --> src/core/alias_slice.rs:301:5 Sep 21 06:43:48.165 INFO kablam! | Sep 21 06:43:48.165 INFO kablam! 301 | MatrixSliceMutMN<'a, N, U5, U1, RStride, CStride>; Sep 21 06:43:48.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.165 INFO kablam! Sep 21 06:43:48.165 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.165 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 21 06:43:48.165 INFO kablam! | Sep 21 06:43:48.165 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:48.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.165 INFO kablam! | Sep 21 06:43:48.165 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.165 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.165 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.165 INFO kablam! Sep 21 06:43:48.165 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.165 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 21 06:43:48.165 INFO kablam! | Sep 21 06:43:48.165 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:48.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.165 INFO kablam! | Sep 21 06:43:48.165 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.165 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.165 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.165 INFO kablam! Sep 21 06:43:48.165 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.165 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 21 06:43:48.165 INFO kablam! | Sep 21 06:43:48.165 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:48.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.165 INFO kablam! | Sep 21 06:43:48.165 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.165 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.165 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.165 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.165 INFO kablam! Sep 21 06:43:48.165 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.165 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 21 06:43:48.165 INFO kablam! | Sep 21 06:43:48.165 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:48.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.165 INFO kablam! | Sep 21 06:43:48.165 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.165 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.165 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.165 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.166 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.166 INFO kablam! Sep 21 06:43:48.166 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.166 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 21 06:43:48.166 INFO kablam! | Sep 21 06:43:48.166 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:48.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.166 INFO kablam! | Sep 21 06:43:48.166 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.166 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.166 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.166 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.166 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.166 INFO kablam! Sep 21 06:43:48.166 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.166 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 21 06:43:48.166 INFO kablam! | Sep 21 06:43:48.166 INFO kablam! 303 | pub type MatrixSliceMut5x2<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:48.166 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.166 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:48.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.166 INFO kablam! | Sep 21 06:43:48.166 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.166 INFO kablam! --> src/core/alias_slice.rs:304:5 Sep 21 06:43:48.166 INFO kablam! | Sep 21 06:43:48.166 INFO kablam! 304 | MatrixSliceMutMN<'a, N, U5, U2, RStride, CStride>; Sep 21 06:43:48.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.166 INFO kablam! Sep 21 06:43:48.166 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.166 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 21 06:43:48.166 INFO kablam! | Sep 21 06:43:48.166 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:48.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.166 INFO kablam! | Sep 21 06:43:48.166 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.166 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.166 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.166 INFO kablam! Sep 21 06:43:48.166 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.166 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 21 06:43:48.166 INFO kablam! | Sep 21 06:43:48.166 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:48.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.166 INFO kablam! | Sep 21 06:43:48.166 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.166 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.166 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.166 INFO kablam! Sep 21 06:43:48.166 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.166 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 21 06:43:48.166 INFO kablam! | Sep 21 06:43:48.166 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:48.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.166 INFO kablam! | Sep 21 06:43:48.166 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.166 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.166 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.166 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.166 INFO kablam! Sep 21 06:43:48.166 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.166 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 21 06:43:48.166 INFO kablam! | Sep 21 06:43:48.166 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:48.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.166 INFO kablam! | Sep 21 06:43:48.166 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.166 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.166 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.167 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.167 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.167 INFO kablam! Sep 21 06:43:48.167 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.167 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 21 06:43:48.167 INFO kablam! | Sep 21 06:43:48.167 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:48.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.167 INFO kablam! | Sep 21 06:43:48.167 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.167 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.167 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.167 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.167 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.167 INFO kablam! Sep 21 06:43:48.167 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.167 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 21 06:43:48.167 INFO kablam! | Sep 21 06:43:48.167 INFO kablam! 306 | pub type MatrixSliceMut5x3<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:48.167 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.167 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:48.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.167 INFO kablam! | Sep 21 06:43:48.167 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.167 INFO kablam! --> src/core/alias_slice.rs:307:5 Sep 21 06:43:48.167 INFO kablam! | Sep 21 06:43:48.167 INFO kablam! 307 | MatrixSliceMutMN<'a, N, U5, U3, RStride, CStride>; Sep 21 06:43:48.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.167 INFO kablam! Sep 21 06:43:48.167 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.167 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 21 06:43:48.167 INFO kablam! | Sep 21 06:43:48.167 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:48.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.167 INFO kablam! | Sep 21 06:43:48.167 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.167 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.167 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.167 INFO kablam! Sep 21 06:43:48.167 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.167 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 21 06:43:48.167 INFO kablam! | Sep 21 06:43:48.167 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:48.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.167 INFO kablam! | Sep 21 06:43:48.167 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.167 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.167 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.167 INFO kablam! Sep 21 06:43:48.167 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.167 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 21 06:43:48.167 INFO kablam! | Sep 21 06:43:48.167 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:48.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.168 INFO kablam! | Sep 21 06:43:48.168 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.168 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.168 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.168 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.168 INFO kablam! Sep 21 06:43:48.168 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.168 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 21 06:43:48.168 INFO kablam! | Sep 21 06:43:48.168 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:48.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.168 INFO kablam! | Sep 21 06:43:48.168 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.168 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.168 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.168 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.168 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.168 INFO kablam! Sep 21 06:43:48.168 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.168 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 21 06:43:48.168 INFO kablam! | Sep 21 06:43:48.168 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:48.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.168 INFO kablam! | Sep 21 06:43:48.168 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.168 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.168 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.168 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.168 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.168 INFO kablam! Sep 21 06:43:48.168 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.168 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 21 06:43:48.168 INFO kablam! | Sep 21 06:43:48.168 INFO kablam! 309 | pub type MatrixSliceMut5x4<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:48.168 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.168 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:48.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.168 INFO kablam! | Sep 21 06:43:48.168 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.168 INFO kablam! --> src/core/alias_slice.rs:310:5 Sep 21 06:43:48.168 INFO kablam! | Sep 21 06:43:48.168 INFO kablam! 310 | MatrixSliceMutMN<'a, N, U5, U4, RStride, CStride>; Sep 21 06:43:48.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.168 INFO kablam! Sep 21 06:43:48.168 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.168 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 21 06:43:48.168 INFO kablam! | Sep 21 06:43:48.168 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:48.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.168 INFO kablam! | Sep 21 06:43:48.168 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.168 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.168 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.169 INFO kablam! Sep 21 06:43:48.169 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.169 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 21 06:43:48.169 INFO kablam! | Sep 21 06:43:48.169 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:48.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.169 INFO kablam! | Sep 21 06:43:48.169 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.169 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.169 INFO kablam! Sep 21 06:43:48.169 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.169 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 21 06:43:48.169 INFO kablam! | Sep 21 06:43:48.169 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:48.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.169 INFO kablam! | Sep 21 06:43:48.169 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.169 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.169 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.169 INFO kablam! Sep 21 06:43:48.169 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.169 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 21 06:43:48.169 INFO kablam! | Sep 21 06:43:48.169 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:48.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.169 INFO kablam! | Sep 21 06:43:48.169 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.169 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.169 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.169 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.169 INFO kablam! Sep 21 06:43:48.169 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.169 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 21 06:43:48.169 INFO kablam! | Sep 21 06:43:48.169 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:48.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.169 INFO kablam! | Sep 21 06:43:48.169 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.169 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.169 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.169 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.169 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.169 INFO kablam! Sep 21 06:43:48.169 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.169 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 21 06:43:48.169 INFO kablam! | Sep 21 06:43:48.169 INFO kablam! 312 | pub type MatrixSliceMut5x6<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:48.169 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.169 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:48.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.170 INFO kablam! | Sep 21 06:43:48.170 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.170 INFO kablam! --> src/core/alias_slice.rs:313:5 Sep 21 06:43:48.170 INFO kablam! | Sep 21 06:43:48.170 INFO kablam! 313 | MatrixSliceMutMN<'a, N, U5, U6, RStride, CStride>; Sep 21 06:43:48.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.170 INFO kablam! Sep 21 06:43:48.170 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.170 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 21 06:43:48.170 INFO kablam! | Sep 21 06:43:48.170 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:48.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.170 INFO kablam! | Sep 21 06:43:48.170 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.170 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.170 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.170 INFO kablam! Sep 21 06:43:48.170 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.170 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 21 06:43:48.170 INFO kablam! | Sep 21 06:43:48.170 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:48.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.170 INFO kablam! | Sep 21 06:43:48.170 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.170 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.170 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.170 INFO kablam! Sep 21 06:43:48.170 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.170 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 21 06:43:48.170 INFO kablam! | Sep 21 06:43:48.170 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:48.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.170 INFO kablam! | Sep 21 06:43:48.170 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.170 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.170 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.170 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.170 INFO kablam! Sep 21 06:43:48.170 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.170 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 21 06:43:48.170 INFO kablam! | Sep 21 06:43:48.170 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:48.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.170 INFO kablam! | Sep 21 06:43:48.170 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.170 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.170 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.170 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.170 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.170 INFO kablam! Sep 21 06:43:48.170 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.170 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 21 06:43:48.170 INFO kablam! | Sep 21 06:43:48.170 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:48.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.170 INFO kablam! | Sep 21 06:43:48.170 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.170 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.170 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.170 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.170 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.170 INFO kablam! Sep 21 06:43:48.170 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.170 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 21 06:43:48.170 INFO kablam! | Sep 21 06:43:48.170 INFO kablam! 316 | pub type MatrixSliceMut6x1<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:48.170 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.171 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:48.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.171 INFO kablam! | Sep 21 06:43:48.171 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.171 INFO kablam! --> src/core/alias_slice.rs:317:5 Sep 21 06:43:48.171 INFO kablam! | Sep 21 06:43:48.171 INFO kablam! 317 | MatrixSliceMutMN<'a, N, U6, U1, RStride, CStride>; Sep 21 06:43:48.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.171 INFO kablam! Sep 21 06:43:48.171 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.171 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 21 06:43:48.171 INFO kablam! | Sep 21 06:43:48.171 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:48.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.171 INFO kablam! | Sep 21 06:43:48.171 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.171 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.171 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.171 INFO kablam! Sep 21 06:43:48.171 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.171 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 21 06:43:48.171 INFO kablam! | Sep 21 06:43:48.171 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:48.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.171 INFO kablam! | Sep 21 06:43:48.171 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.171 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.171 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.171 INFO kablam! Sep 21 06:43:48.171 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.171 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 21 06:43:48.171 INFO kablam! | Sep 21 06:43:48.171 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:48.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.171 INFO kablam! | Sep 21 06:43:48.171 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.171 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.171 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.171 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.171 INFO kablam! Sep 21 06:43:48.171 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.171 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 21 06:43:48.171 INFO kablam! | Sep 21 06:43:48.171 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:48.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.171 INFO kablam! | Sep 21 06:43:48.171 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.171 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.171 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.171 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.171 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.171 INFO kablam! Sep 21 06:43:48.171 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.172 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 21 06:43:48.172 INFO kablam! | Sep 21 06:43:48.172 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:48.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.172 INFO kablam! | Sep 21 06:43:48.172 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.172 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.172 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.172 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.172 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.172 INFO kablam! Sep 21 06:43:48.172 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.172 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 21 06:43:48.172 INFO kablam! | Sep 21 06:43:48.172 INFO kablam! 319 | pub type MatrixSliceMut6x2<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:48.172 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.172 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:48.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.172 INFO kablam! | Sep 21 06:43:48.172 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.172 INFO kablam! --> src/core/alias_slice.rs:320:5 Sep 21 06:43:48.172 INFO kablam! | Sep 21 06:43:48.172 INFO kablam! 320 | MatrixSliceMutMN<'a, N, U6, U2, RStride, CStride>; Sep 21 06:43:48.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.172 INFO kablam! Sep 21 06:43:48.172 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.172 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 21 06:43:48.172 INFO kablam! | Sep 21 06:43:48.172 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:48.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.172 INFO kablam! | Sep 21 06:43:48.172 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.172 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.172 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.172 INFO kablam! Sep 21 06:43:48.172 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.172 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 21 06:43:48.172 INFO kablam! | Sep 21 06:43:48.172 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:48.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.172 INFO kablam! | Sep 21 06:43:48.172 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.172 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.172 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.172 INFO kablam! Sep 21 06:43:48.172 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.172 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 21 06:43:48.172 INFO kablam! | Sep 21 06:43:48.172 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:48.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.172 INFO kablam! | Sep 21 06:43:48.172 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.172 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.173 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.173 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.173 INFO kablam! Sep 21 06:43:48.173 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.173 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 21 06:43:48.173 INFO kablam! | Sep 21 06:43:48.173 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:48.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.173 INFO kablam! | Sep 21 06:43:48.173 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.173 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.173 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.173 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.173 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.173 INFO kablam! Sep 21 06:43:48.173 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.173 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 21 06:43:48.173 INFO kablam! | Sep 21 06:43:48.173 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:48.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.173 INFO kablam! | Sep 21 06:43:48.173 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.173 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.173 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.173 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.173 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.173 INFO kablam! Sep 21 06:43:48.173 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.173 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 21 06:43:48.173 INFO kablam! | Sep 21 06:43:48.173 INFO kablam! 322 | pub type MatrixSliceMut6x3<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:48.173 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.173 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:48.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.173 INFO kablam! | Sep 21 06:43:48.173 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.173 INFO kablam! --> src/core/alias_slice.rs:323:5 Sep 21 06:43:48.173 INFO kablam! | Sep 21 06:43:48.173 INFO kablam! 323 | MatrixSliceMutMN<'a, N, U6, U3, RStride, CStride>; Sep 21 06:43:48.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.173 INFO kablam! Sep 21 06:43:48.173 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.173 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 21 06:43:48.173 INFO kablam! | Sep 21 06:43:48.173 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:48.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.173 INFO kablam! | Sep 21 06:43:48.173 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.173 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.173 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.173 INFO kablam! Sep 21 06:43:48.173 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.173 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 21 06:43:48.174 INFO kablam! | Sep 21 06:43:48.174 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:48.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.174 INFO kablam! | Sep 21 06:43:48.174 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.174 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.174 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.174 INFO kablam! Sep 21 06:43:48.174 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.174 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 21 06:43:48.174 INFO kablam! | Sep 21 06:43:48.174 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:48.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.174 INFO kablam! | Sep 21 06:43:48.174 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.174 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.174 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.174 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.174 INFO kablam! Sep 21 06:43:48.174 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.174 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 21 06:43:48.174 INFO kablam! | Sep 21 06:43:48.174 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:48.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.174 INFO kablam! | Sep 21 06:43:48.174 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.174 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.174 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.174 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.174 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.174 INFO kablam! Sep 21 06:43:48.174 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.174 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 21 06:43:48.174 INFO kablam! | Sep 21 06:43:48.174 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:48.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.174 INFO kablam! | Sep 21 06:43:48.174 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.174 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.174 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.174 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.174 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.174 INFO kablam! Sep 21 06:43:48.174 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.174 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 21 06:43:48.174 INFO kablam! | Sep 21 06:43:48.174 INFO kablam! 325 | pub type MatrixSliceMut6x4<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:48.174 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.174 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:48.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.174 INFO kablam! | Sep 21 06:43:48.174 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.175 INFO kablam! --> src/core/alias_slice.rs:326:5 Sep 21 06:43:48.175 INFO kablam! | Sep 21 06:43:48.175 INFO kablam! 326 | MatrixSliceMutMN<'a, N, U6, U4, RStride, CStride>; Sep 21 06:43:48.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.175 INFO kablam! Sep 21 06:43:48.175 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.175 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 21 06:43:48.175 INFO kablam! | Sep 21 06:43:48.175 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 21 06:43:48.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.175 INFO kablam! | Sep 21 06:43:48.175 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.175 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.175 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.175 INFO kablam! Sep 21 06:43:48.175 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.175 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 21 06:43:48.175 INFO kablam! | Sep 21 06:43:48.175 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 21 06:43:48.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.175 INFO kablam! | Sep 21 06:43:48.175 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.175 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.175 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.175 INFO kablam! Sep 21 06:43:48.175 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.175 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 21 06:43:48.175 INFO kablam! | Sep 21 06:43:48.175 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 21 06:43:48.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.175 INFO kablam! | Sep 21 06:43:48.175 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.175 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.175 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.175 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.175 INFO kablam! Sep 21 06:43:48.175 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.175 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 21 06:43:48.175 INFO kablam! | Sep 21 06:43:48.175 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 21 06:43:48.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.175 INFO kablam! | Sep 21 06:43:48.175 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.175 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.175 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.175 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.175 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.175 INFO kablam! Sep 21 06:43:48.175 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.175 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 21 06:43:48.175 INFO kablam! | Sep 21 06:43:48.175 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 21 06:43:48.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.176 INFO kablam! | Sep 21 06:43:48.176 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.176 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.176 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.176 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.176 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.176 INFO kablam! Sep 21 06:43:48.176 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.176 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 21 06:43:48.176 INFO kablam! | Sep 21 06:43:48.176 INFO kablam! 328 | pub type MatrixSliceMut6x5<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:48.176 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.176 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 21 06:43:48.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.176 INFO kablam! | Sep 21 06:43:48.176 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.176 INFO kablam! --> src/core/alias_slice.rs:329:5 Sep 21 06:43:48.176 INFO kablam! | Sep 21 06:43:48.176 INFO kablam! 329 | MatrixSliceMutMN<'a, N, U6, U5, RStride, CStride>; Sep 21 06:43:48.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.176 INFO kablam! Sep 21 06:43:48.176 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.176 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 21 06:43:48.176 INFO kablam! | Sep 21 06:43:48.176 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:48.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.176 INFO kablam! | Sep 21 06:43:48.176 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.176 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.176 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.176 INFO kablam! Sep 21 06:43:48.176 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.176 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 21 06:43:48.176 INFO kablam! | Sep 21 06:43:48.176 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:48.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.176 INFO kablam! | Sep 21 06:43:48.176 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.176 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.176 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.176 INFO kablam! Sep 21 06:43:48.176 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.176 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 21 06:43:48.176 INFO kablam! | Sep 21 06:43:48.176 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:48.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.176 INFO kablam! | Sep 21 06:43:48.176 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.176 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.176 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.176 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.176 INFO kablam! Sep 21 06:43:48.176 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.176 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 21 06:43:48.176 INFO kablam! | Sep 21 06:43:48.177 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:48.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.177 INFO kablam! | Sep 21 06:43:48.177 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.177 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.177 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.177 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.177 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.177 INFO kablam! Sep 21 06:43:48.177 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.177 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 21 06:43:48.177 INFO kablam! | Sep 21 06:43:48.177 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:48.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.177 INFO kablam! | Sep 21 06:43:48.177 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.177 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.177 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.177 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.177 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.177 INFO kablam! Sep 21 06:43:48.177 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.177 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 21 06:43:48.177 INFO kablam! | Sep 21 06:43:48.177 INFO kablam! 332 | pub type MatrixSliceMut1xX<'a, N, RStride = U1, CStride = U1> = Sep 21 06:43:48.177 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.177 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:48.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.177 INFO kablam! | Sep 21 06:43:48.177 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.177 INFO kablam! --> src/core/alias_slice.rs:333:5 Sep 21 06:43:48.177 INFO kablam! | Sep 21 06:43:48.177 INFO kablam! 333 | MatrixSliceMutMN<'a, N, U1, Dynamic, RStride, CStride>; Sep 21 06:43:48.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.177 INFO kablam! Sep 21 06:43:48.177 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.177 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 21 06:43:48.177 INFO kablam! | Sep 21 06:43:48.177 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:48.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.177 INFO kablam! | Sep 21 06:43:48.177 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.177 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.177 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.177 INFO kablam! Sep 21 06:43:48.177 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.177 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 21 06:43:48.177 INFO kablam! | Sep 21 06:43:48.177 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:48.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.177 INFO kablam! | Sep 21 06:43:48.177 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.177 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.178 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.191 INFO kablam! Sep 21 06:43:48.191 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.191 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 21 06:43:48.191 INFO kablam! | Sep 21 06:43:48.191 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:48.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.191 INFO kablam! | Sep 21 06:43:48.191 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.191 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.191 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.191 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.191 INFO kablam! Sep 21 06:43:48.191 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.191 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 21 06:43:48.191 INFO kablam! | Sep 21 06:43:48.191 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:48.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.191 INFO kablam! | Sep 21 06:43:48.191 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.191 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.191 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.191 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.191 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.191 INFO kablam! Sep 21 06:43:48.191 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.191 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 21 06:43:48.191 INFO kablam! | Sep 21 06:43:48.191 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:48.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.191 INFO kablam! | Sep 21 06:43:48.191 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.191 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.191 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.191 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.191 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.191 INFO kablam! Sep 21 06:43:48.191 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.191 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 21 06:43:48.192 INFO kablam! | Sep 21 06:43:48.192 INFO kablam! 335 | pub type MatrixSliceMut2xX<'a, N, RStride = U1, CStride = U2> = Sep 21 06:43:48.192 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.192 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:48.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.192 INFO kablam! | Sep 21 06:43:48.192 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.192 INFO kablam! --> src/core/alias_slice.rs:336:5 Sep 21 06:43:48.192 INFO kablam! | Sep 21 06:43:48.192 INFO kablam! 336 | MatrixSliceMutMN<'a, N, U2, Dynamic, RStride, CStride>; Sep 21 06:43:48.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.192 INFO kablam! Sep 21 06:43:48.192 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.192 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 21 06:43:48.192 INFO kablam! | Sep 21 06:43:48.192 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:48.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.192 INFO kablam! | Sep 21 06:43:48.192 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.192 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.192 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.192 INFO kablam! Sep 21 06:43:48.192 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.192 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 21 06:43:48.192 INFO kablam! | Sep 21 06:43:48.192 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:48.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.192 INFO kablam! | Sep 21 06:43:48.192 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.192 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.192 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.192 INFO kablam! Sep 21 06:43:48.192 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.192 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 21 06:43:48.192 INFO kablam! | Sep 21 06:43:48.192 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:48.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.192 INFO kablam! | Sep 21 06:43:48.192 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.192 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.192 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.192 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.192 INFO kablam! Sep 21 06:43:48.192 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.192 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 21 06:43:48.192 INFO kablam! | Sep 21 06:43:48.192 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:48.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.192 INFO kablam! | Sep 21 06:43:48.192 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.192 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.192 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.192 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.192 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.192 INFO kablam! Sep 21 06:43:48.192 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.192 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 21 06:43:48.192 INFO kablam! | Sep 21 06:43:48.192 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:48.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.192 INFO kablam! | Sep 21 06:43:48.193 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.193 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.193 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.193 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.193 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.193 INFO kablam! Sep 21 06:43:48.193 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.193 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 21 06:43:48.193 INFO kablam! | Sep 21 06:43:48.193 INFO kablam! 338 | pub type MatrixSliceMut3xX<'a, N, RStride = U1, CStride = U3> = Sep 21 06:43:48.193 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.193 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:48.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.193 INFO kablam! | Sep 21 06:43:48.193 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.193 INFO kablam! --> src/core/alias_slice.rs:339:5 Sep 21 06:43:48.193 INFO kablam! | Sep 21 06:43:48.193 INFO kablam! 339 | MatrixSliceMutMN<'a, N, U3, Dynamic, RStride, CStride>; Sep 21 06:43:48.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.193 INFO kablam! Sep 21 06:43:48.193 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.193 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 21 06:43:48.193 INFO kablam! | Sep 21 06:43:48.193 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:48.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.193 INFO kablam! | Sep 21 06:43:48.193 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.193 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.193 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.193 INFO kablam! Sep 21 06:43:48.193 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.193 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 21 06:43:48.193 INFO kablam! | Sep 21 06:43:48.193 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:48.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.193 INFO kablam! | Sep 21 06:43:48.193 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.193 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.193 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.193 INFO kablam! Sep 21 06:43:48.193 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.193 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 21 06:43:48.193 INFO kablam! | Sep 21 06:43:48.193 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:48.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.193 INFO kablam! | Sep 21 06:43:48.193 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.193 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.193 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.193 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.193 INFO kablam! Sep 21 06:43:48.193 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.193 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 21 06:43:48.193 INFO kablam! | Sep 21 06:43:48.193 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:48.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.193 INFO kablam! | Sep 21 06:43:48.193 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.193 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.194 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.194 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.194 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.194 INFO kablam! Sep 21 06:43:48.194 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.194 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 21 06:43:48.194 INFO kablam! | Sep 21 06:43:48.194 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:48.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.194 INFO kablam! | Sep 21 06:43:48.194 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.194 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.194 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.194 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.194 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.194 INFO kablam! Sep 21 06:43:48.194 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.194 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 21 06:43:48.194 INFO kablam! | Sep 21 06:43:48.194 INFO kablam! 341 | pub type MatrixSliceMut4xX<'a, N, RStride = U1, CStride = U4> = Sep 21 06:43:48.194 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.194 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:48.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.194 INFO kablam! | Sep 21 06:43:48.194 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.194 INFO kablam! --> src/core/alias_slice.rs:342:5 Sep 21 06:43:48.194 INFO kablam! | Sep 21 06:43:48.194 INFO kablam! 342 | MatrixSliceMutMN<'a, N, U4, Dynamic, RStride, CStride>; Sep 21 06:43:48.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.194 INFO kablam! Sep 21 06:43:48.194 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.194 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 21 06:43:48.194 INFO kablam! | Sep 21 06:43:48.194 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:48.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.194 INFO kablam! | Sep 21 06:43:48.194 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.194 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.194 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.194 INFO kablam! Sep 21 06:43:48.194 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.194 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 21 06:43:48.194 INFO kablam! | Sep 21 06:43:48.194 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:48.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.194 INFO kablam! | Sep 21 06:43:48.194 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.194 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.194 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.194 INFO kablam! Sep 21 06:43:48.194 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.194 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 21 06:43:48.194 INFO kablam! | Sep 21 06:43:48.194 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:48.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.194 INFO kablam! | Sep 21 06:43:48.194 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.194 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.194 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.195 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.195 INFO kablam! Sep 21 06:43:48.195 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.195 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 21 06:43:48.195 INFO kablam! | Sep 21 06:43:48.195 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:48.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.195 INFO kablam! | Sep 21 06:43:48.195 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.195 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.195 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.195 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.195 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.195 INFO kablam! Sep 21 06:43:48.195 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.195 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 21 06:43:48.195 INFO kablam! | Sep 21 06:43:48.195 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:48.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.195 INFO kablam! | Sep 21 06:43:48.195 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.195 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.195 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.195 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.195 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.195 INFO kablam! Sep 21 06:43:48.195 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.195 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 21 06:43:48.195 INFO kablam! | Sep 21 06:43:48.195 INFO kablam! 344 | pub type MatrixSliceMut5xX<'a, N, RStride = U1, CStride = U5> = Sep 21 06:43:48.195 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.195 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:48.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.195 INFO kablam! | Sep 21 06:43:48.195 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.195 INFO kablam! --> src/core/alias_slice.rs:345:5 Sep 21 06:43:48.195 INFO kablam! | Sep 21 06:43:48.195 INFO kablam! 345 | MatrixSliceMutMN<'a, N, U5, Dynamic, RStride, CStride>; Sep 21 06:43:48.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.195 INFO kablam! Sep 21 06:43:48.195 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.195 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 21 06:43:48.195 INFO kablam! | Sep 21 06:43:48.195 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:48.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.195 INFO kablam! | Sep 21 06:43:48.195 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.195 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.195 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.195 INFO kablam! Sep 21 06:43:48.195 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.195 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 21 06:43:48.195 INFO kablam! | Sep 21 06:43:48.195 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:48.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.195 INFO kablam! | Sep 21 06:43:48.195 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.195 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.196 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.196 INFO kablam! Sep 21 06:43:48.196 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.196 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 21 06:43:48.196 INFO kablam! | Sep 21 06:43:48.196 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:48.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.196 INFO kablam! | Sep 21 06:43:48.196 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.196 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.196 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.196 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.196 INFO kablam! Sep 21 06:43:48.196 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.196 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 21 06:43:48.196 INFO kablam! | Sep 21 06:43:48.196 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:48.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.196 INFO kablam! | Sep 21 06:43:48.196 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.196 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.196 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.196 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.196 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.196 INFO kablam! Sep 21 06:43:48.196 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.196 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 21 06:43:48.196 INFO kablam! | Sep 21 06:43:48.196 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:48.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.196 INFO kablam! | Sep 21 06:43:48.196 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.196 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.196 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.196 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.196 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.196 INFO kablam! Sep 21 06:43:48.196 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.196 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 21 06:43:48.196 INFO kablam! | Sep 21 06:43:48.196 INFO kablam! 347 | pub type MatrixSliceMut6xX<'a, N, RStride = U1, CStride = U6> = Sep 21 06:43:48.196 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.196 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:48.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.196 INFO kablam! | Sep 21 06:43:48.196 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.196 INFO kablam! --> src/core/alias_slice.rs:348:5 Sep 21 06:43:48.196 INFO kablam! | Sep 21 06:43:48.196 INFO kablam! 348 | MatrixSliceMutMN<'a, N, U6, Dynamic, RStride, CStride>; Sep 21 06:43:48.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.196 INFO kablam! Sep 21 06:43:48.196 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.196 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 21 06:43:48.196 INFO kablam! | Sep 21 06:43:48.196 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:48.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.196 INFO kablam! | Sep 21 06:43:48.196 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.196 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.197 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.197 INFO kablam! Sep 21 06:43:48.197 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.197 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 21 06:43:48.197 INFO kablam! | Sep 21 06:43:48.197 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:48.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.197 INFO kablam! | Sep 21 06:43:48.197 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.197 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.197 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.197 INFO kablam! Sep 21 06:43:48.197 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.197 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 21 06:43:48.197 INFO kablam! | Sep 21 06:43:48.197 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:48.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.197 INFO kablam! | Sep 21 06:43:48.197 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.197 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.197 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.197 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.197 INFO kablam! Sep 21 06:43:48.197 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.197 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 21 06:43:48.197 INFO kablam! | Sep 21 06:43:48.197 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:48.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.197 INFO kablam! | Sep 21 06:43:48.197 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.197 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.197 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.197 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.197 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.197 INFO kablam! Sep 21 06:43:48.197 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.197 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 21 06:43:48.197 INFO kablam! | Sep 21 06:43:48.197 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:48.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.197 INFO kablam! | Sep 21 06:43:48.197 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.197 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.197 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.197 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.197 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.197 INFO kablam! Sep 21 06:43:48.197 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.197 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 21 06:43:48.197 INFO kablam! | Sep 21 06:43:48.197 INFO kablam! 351 | pub type MatrixSliceMutXx1<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:48.197 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.197 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:48.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.197 INFO kablam! | Sep 21 06:43:48.197 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.197 INFO kablam! --> src/core/alias_slice.rs:352:5 Sep 21 06:43:48.197 INFO kablam! | Sep 21 06:43:48.198 INFO kablam! 352 | MatrixSliceMutMN<'a, N, Dynamic, U1, RStride, CStride>; Sep 21 06:43:48.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.198 INFO kablam! Sep 21 06:43:48.198 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.198 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 21 06:43:48.198 INFO kablam! | Sep 21 06:43:48.198 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:48.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.198 INFO kablam! | Sep 21 06:43:48.198 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.198 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.198 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.198 INFO kablam! Sep 21 06:43:48.198 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.198 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 21 06:43:48.198 INFO kablam! | Sep 21 06:43:48.199 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:48.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.199 INFO kablam! | Sep 21 06:43:48.199 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.199 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.199 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.199 INFO kablam! Sep 21 06:43:48.199 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.199 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 21 06:43:48.199 INFO kablam! | Sep 21 06:43:48.199 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:48.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.199 INFO kablam! | Sep 21 06:43:48.199 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.200 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.200 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.200 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.200 INFO kablam! Sep 21 06:43:48.200 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.200 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 21 06:43:48.200 INFO kablam! | Sep 21 06:43:48.200 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:48.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.200 INFO kablam! | Sep 21 06:43:48.200 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.200 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.200 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.200 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.201 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.201 INFO kablam! Sep 21 06:43:48.201 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.201 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 21 06:43:48.201 INFO kablam! | Sep 21 06:43:48.201 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:48.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.201 INFO kablam! | Sep 21 06:43:48.201 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.201 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.201 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.201 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.201 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.201 INFO kablam! Sep 21 06:43:48.201 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.201 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 21 06:43:48.201 INFO kablam! | Sep 21 06:43:48.201 INFO kablam! 354 | pub type MatrixSliceMutXx2<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:48.201 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.202 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:48.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.202 INFO kablam! | Sep 21 06:43:48.202 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.202 INFO kablam! --> src/core/alias_slice.rs:355:5 Sep 21 06:43:48.202 INFO kablam! | Sep 21 06:43:48.202 INFO kablam! 355 | MatrixSliceMutMN<'a, N, Dynamic, U2, RStride, CStride>; Sep 21 06:43:48.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.202 INFO kablam! Sep 21 06:43:48.202 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.202 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 21 06:43:48.202 INFO kablam! | Sep 21 06:43:48.202 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:48.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.203 INFO kablam! | Sep 21 06:43:48.203 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.203 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.203 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.203 INFO kablam! Sep 21 06:43:48.203 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.203 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 21 06:43:48.203 INFO kablam! | Sep 21 06:43:48.203 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:48.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.203 INFO kablam! | Sep 21 06:43:48.204 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.204 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.204 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.204 INFO kablam! Sep 21 06:43:48.204 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.204 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 21 06:43:48.204 INFO kablam! | Sep 21 06:43:48.204 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:48.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.204 INFO kablam! | Sep 21 06:43:48.204 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.204 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.204 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.204 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.204 INFO kablam! Sep 21 06:43:48.204 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.205 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 21 06:43:48.205 INFO kablam! | Sep 21 06:43:48.205 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:48.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.205 INFO kablam! | Sep 21 06:43:48.205 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.205 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.205 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.205 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.205 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.205 INFO kablam! Sep 21 06:43:48.205 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.205 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 21 06:43:48.205 INFO kablam! | Sep 21 06:43:48.206 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:48.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.210 INFO kablam! | Sep 21 06:43:48.210 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.210 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.210 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.210 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.210 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.210 INFO kablam! Sep 21 06:43:48.210 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.210 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 21 06:43:48.210 INFO kablam! | Sep 21 06:43:48.210 INFO kablam! 357 | pub type MatrixSliceMutXx3<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:48.210 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.210 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:48.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.210 INFO kablam! | Sep 21 06:43:48.210 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.210 INFO kablam! --> src/core/alias_slice.rs:358:5 Sep 21 06:43:48.210 INFO kablam! | Sep 21 06:43:48.210 INFO kablam! 358 | MatrixSliceMutMN<'a, N, Dynamic, U3, RStride, CStride>; Sep 21 06:43:48.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.210 INFO kablam! Sep 21 06:43:48.210 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.210 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 21 06:43:48.210 INFO kablam! | Sep 21 06:43:48.210 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:48.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.210 INFO kablam! | Sep 21 06:43:48.210 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.210 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.210 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.210 INFO kablam! Sep 21 06:43:48.210 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.210 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 21 06:43:48.210 INFO kablam! | Sep 21 06:43:48.210 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:48.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.211 INFO kablam! | Sep 21 06:43:48.211 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.211 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.211 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.211 INFO kablam! Sep 21 06:43:48.211 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.211 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 21 06:43:48.211 INFO kablam! | Sep 21 06:43:48.211 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:48.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.211 INFO kablam! | Sep 21 06:43:48.211 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.211 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.211 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.211 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.211 INFO kablam! Sep 21 06:43:48.211 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.211 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 21 06:43:48.211 INFO kablam! | Sep 21 06:43:48.211 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:48.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.211 INFO kablam! | Sep 21 06:43:48.211 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.211 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.211 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.211 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.211 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.211 INFO kablam! Sep 21 06:43:48.211 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.211 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 21 06:43:48.211 INFO kablam! | Sep 21 06:43:48.211 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:48.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.211 INFO kablam! | Sep 21 06:43:48.211 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.211 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.211 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.211 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.211 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.211 INFO kablam! Sep 21 06:43:48.211 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.211 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 21 06:43:48.211 INFO kablam! | Sep 21 06:43:48.211 INFO kablam! 360 | pub type MatrixSliceMutXx4<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:48.211 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.211 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:48.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.212 INFO kablam! | Sep 21 06:43:48.212 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.212 INFO kablam! --> src/core/alias_slice.rs:361:5 Sep 21 06:43:48.212 INFO kablam! | Sep 21 06:43:48.212 INFO kablam! 361 | MatrixSliceMutMN<'a, N, Dynamic, U4, RStride, CStride>; Sep 21 06:43:48.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.212 INFO kablam! Sep 21 06:43:48.212 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.212 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 21 06:43:48.212 INFO kablam! | Sep 21 06:43:48.212 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:48.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.212 INFO kablam! | Sep 21 06:43:48.212 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.212 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.213 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.213 INFO kablam! Sep 21 06:43:48.213 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.213 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 21 06:43:48.213 INFO kablam! | Sep 21 06:43:48.213 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:48.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.213 INFO kablam! | Sep 21 06:43:48.213 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.213 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.213 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.213 INFO kablam! Sep 21 06:43:48.213 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.213 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 21 06:43:48.214 INFO kablam! | Sep 21 06:43:48.218 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:48.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.218 INFO kablam! | Sep 21 06:43:48.218 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.218 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.218 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.218 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.218 INFO kablam! Sep 21 06:43:48.218 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.218 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 21 06:43:48.218 INFO kablam! | Sep 21 06:43:48.218 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:48.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.218 INFO kablam! | Sep 21 06:43:48.218 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.219 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.219 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.219 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.219 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.219 INFO kablam! Sep 21 06:43:48.219 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.219 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 21 06:43:48.219 INFO kablam! | Sep 21 06:43:48.219 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:48.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.219 INFO kablam! | Sep 21 06:43:48.219 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.219 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.219 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.219 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.219 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.219 INFO kablam! Sep 21 06:43:48.219 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.219 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 21 06:43:48.219 INFO kablam! | Sep 21 06:43:48.219 INFO kablam! 363 | pub type MatrixSliceMutXx5<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:48.219 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.219 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:48.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.219 INFO kablam! | Sep 21 06:43:48.219 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.219 INFO kablam! --> src/core/alias_slice.rs:364:5 Sep 21 06:43:48.219 INFO kablam! | Sep 21 06:43:48.219 INFO kablam! 364 | MatrixSliceMutMN<'a, N, Dynamic, U5, RStride, CStride>; Sep 21 06:43:48.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.219 INFO kablam! Sep 21 06:43:48.219 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.219 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 21 06:43:48.219 INFO kablam! | Sep 21 06:43:48.219 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:48.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:48.219 INFO kablam! | Sep 21 06:43:48.219 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:48.219 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.219 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.219 INFO kablam! Sep 21 06:43:48.219 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.219 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 21 06:43:48.219 INFO kablam! | Sep 21 06:43:48.219 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:48.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:48.219 INFO kablam! | Sep 21 06:43:48.219 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:48.219 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.219 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.219 INFO kablam! Sep 21 06:43:48.219 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.219 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 21 06:43:48.220 INFO kablam! | Sep 21 06:43:48.220 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:48.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.220 INFO kablam! | Sep 21 06:43:48.220 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.220 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.220 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.220 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.220 INFO kablam! Sep 21 06:43:48.220 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.220 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 21 06:43:48.220 INFO kablam! | Sep 21 06:43:48.220 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:48.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.220 INFO kablam! | Sep 21 06:43:48.220 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.220 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.220 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.220 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.220 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.220 INFO kablam! Sep 21 06:43:48.220 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.220 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 21 06:43:48.220 INFO kablam! | Sep 21 06:43:48.220 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:48.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.220 INFO kablam! | Sep 21 06:43:48.220 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.220 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.220 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.220 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.220 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.220 INFO kablam! Sep 21 06:43:48.220 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.220 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 21 06:43:48.220 INFO kablam! | Sep 21 06:43:48.220 INFO kablam! 366 | pub type MatrixSliceMutXx6<'a, N, RStride = U1, CStride = Dynamic> = Sep 21 06:43:48.220 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.220 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:48.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.220 INFO kablam! | Sep 21 06:43:48.220 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.220 INFO kablam! --> src/core/alias_slice.rs:367:5 Sep 21 06:43:48.220 INFO kablam! | Sep 21 06:43:48.220 INFO kablam! 367 | MatrixSliceMutMN<'a, N, Dynamic, U6, RStride, CStride>; Sep 21 06:43:48.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.220 INFO kablam! Sep 21 06:43:48.220 INFO kablam! warning: the trait bound `D: core::dimension::Dim` is not satisfied Sep 21 06:43:48.220 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 21 06:43:48.220 INFO kablam! | Sep 21 06:43:48.220 INFO kablam! 371 | Matrix>; Sep 21 06:43:48.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `D` Sep 21 06:43:48.220 INFO kablam! | Sep 21 06:43:48.221 INFO kablam! = help: consider adding a `where D: core::dimension::Dim` bound Sep 21 06:43:48.221 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.221 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.221 INFO kablam! Sep 21 06:43:48.221 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.221 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 21 06:43:48.221 INFO kablam! | Sep 21 06:43:48.221 INFO kablam! 371 | Matrix>; Sep 21 06:43:48.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:48.221 INFO kablam! | Sep 21 06:43:48.221 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:48.221 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.221 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.221 INFO kablam! Sep 21 06:43:48.221 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.221 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 21 06:43:48.221 INFO kablam! | Sep 21 06:43:48.221 INFO kablam! 371 | Matrix>; Sep 21 06:43:48.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.221 INFO kablam! | Sep 21 06:43:48.221 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.221 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.221 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.221 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.221 INFO kablam! Sep 21 06:43:48.221 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.221 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 21 06:43:48.221 INFO kablam! | Sep 21 06:43:48.221 INFO kablam! 371 | Matrix>; Sep 21 06:43:48.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.221 INFO kablam! | Sep 21 06:43:48.221 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.221 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.221 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.221 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.221 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.221 INFO kablam! Sep 21 06:43:48.221 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.221 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 21 06:43:48.221 INFO kablam! | Sep 21 06:43:48.221 INFO kablam! 371 | Matrix>; Sep 21 06:43:48.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.221 INFO kablam! | Sep 21 06:43:48.221 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.221 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.221 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.221 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.221 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.221 INFO kablam! Sep 21 06:43:48.221 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.221 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 21 06:43:48.221 INFO kablam! | Sep 21 06:43:48.221 INFO kablam! 370 | pub type VectorSliceMutN<'a, N, D, Stride = U1> = Sep 21 06:43:48.222 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.222 INFO kablam! 371 | Matrix>; Sep 21 06:43:48.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.222 INFO kablam! | Sep 21 06:43:48.222 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.222 INFO kablam! --> src/core/alias_slice.rs:371:5 Sep 21 06:43:48.222 INFO kablam! | Sep 21 06:43:48.222 INFO kablam! 371 | Matrix>; Sep 21 06:43:48.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.222 INFO kablam! Sep 21 06:43:48.226 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.226 INFO kablam! --> src/core/alias_slice.rs:374:48 Sep 21 06:43:48.226 INFO kablam! | Sep 21 06:43:48.226 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 21 06:43:48.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:48.226 INFO kablam! | Sep 21 06:43:48.226 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:48.226 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.226 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.226 INFO kablam! Sep 21 06:43:48.226 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.226 INFO kablam! --> src/core/alias_slice.rs:374:48 Sep 21 06:43:48.227 INFO kablam! | Sep 21 06:43:48.227 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 21 06:43:48.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.227 INFO kablam! | Sep 21 06:43:48.227 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.227 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.227 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.227 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.227 INFO kablam! Sep 21 06:43:48.227 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.227 INFO kablam! --> src/core/alias_slice.rs:374:48 Sep 21 06:43:48.227 INFO kablam! | Sep 21 06:43:48.227 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 21 06:43:48.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.227 INFO kablam! | Sep 21 06:43:48.227 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.227 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.227 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.227 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.227 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.227 INFO kablam! Sep 21 06:43:48.227 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.227 INFO kablam! --> src/core/alias_slice.rs:374:48 Sep 21 06:43:48.227 INFO kablam! | Sep 21 06:43:48.227 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 21 06:43:48.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.227 INFO kablam! | Sep 21 06:43:48.227 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.227 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.227 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.227 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.227 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.227 INFO kablam! Sep 21 06:43:48.227 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.227 INFO kablam! --> src/core/alias_slice.rs:374:48 Sep 21 06:43:48.227 INFO kablam! | Sep 21 06:43:48.227 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 21 06:43:48.227 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.227 INFO kablam! | | Sep 21 06:43:48.227 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.227 INFO kablam! | Sep 21 06:43:48.227 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.227 INFO kablam! --> src/core/alias_slice.rs:374:48 Sep 21 06:43:48.227 INFO kablam! | Sep 21 06:43:48.227 INFO kablam! 374 | pub type DVectorSliceMut<'a, N, Stride = U1> = VectorSliceMutN<'a, N, Dynamic, Stride>; Sep 21 06:43:48.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.227 INFO kablam! Sep 21 06:43:48.227 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.227 INFO kablam! --> src/core/alias_slice.rs:377:48 Sep 21 06:43:48.227 INFO kablam! | Sep 21 06:43:48.227 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 21 06:43:48.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:48.227 INFO kablam! | Sep 21 06:43:48.227 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:48.227 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.227 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.227 INFO kablam! Sep 21 06:43:48.227 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.227 INFO kablam! --> src/core/alias_slice.rs:377:48 Sep 21 06:43:48.228 INFO kablam! | Sep 21 06:43:48.228 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 21 06:43:48.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.228 INFO kablam! | Sep 21 06:43:48.228 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.228 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.228 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.228 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.228 INFO kablam! Sep 21 06:43:48.228 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.228 INFO kablam! --> src/core/alias_slice.rs:377:48 Sep 21 06:43:48.228 INFO kablam! | Sep 21 06:43:48.228 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 21 06:43:48.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.228 INFO kablam! | Sep 21 06:43:48.228 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.228 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.228 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.228 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.228 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.228 INFO kablam! Sep 21 06:43:48.228 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.228 INFO kablam! --> src/core/alias_slice.rs:377:48 Sep 21 06:43:48.228 INFO kablam! | Sep 21 06:43:48.228 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 21 06:43:48.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.228 INFO kablam! | Sep 21 06:43:48.228 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.228 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.228 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.228 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.228 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.228 INFO kablam! Sep 21 06:43:48.228 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.228 INFO kablam! --> src/core/alias_slice.rs:377:48 Sep 21 06:43:48.228 INFO kablam! | Sep 21 06:43:48.228 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 21 06:43:48.228 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.228 INFO kablam! | | Sep 21 06:43:48.228 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.228 INFO kablam! | Sep 21 06:43:48.228 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.228 INFO kablam! --> src/core/alias_slice.rs:377:48 Sep 21 06:43:48.228 INFO kablam! | Sep 21 06:43:48.228 INFO kablam! 377 | pub type VectorSliceMut1<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U1, Stride>; Sep 21 06:43:48.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.228 INFO kablam! Sep 21 06:43:48.228 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.228 INFO kablam! --> src/core/alias_slice.rs:379:48 Sep 21 06:43:48.228 INFO kablam! | Sep 21 06:43:48.228 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 21 06:43:48.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:48.228 INFO kablam! | Sep 21 06:43:48.228 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:48.228 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.228 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.228 INFO kablam! Sep 21 06:43:48.228 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.228 INFO kablam! --> src/core/alias_slice.rs:379:48 Sep 21 06:43:48.228 INFO kablam! | Sep 21 06:43:48.229 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 21 06:43:48.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.229 INFO kablam! | Sep 21 06:43:48.229 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.229 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.229 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.229 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.229 INFO kablam! Sep 21 06:43:48.229 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.229 INFO kablam! --> src/core/alias_slice.rs:379:48 Sep 21 06:43:48.229 INFO kablam! | Sep 21 06:43:48.229 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 21 06:43:48.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.229 INFO kablam! | Sep 21 06:43:48.229 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.229 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.229 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.229 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.229 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.229 INFO kablam! Sep 21 06:43:48.229 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.229 INFO kablam! --> src/core/alias_slice.rs:379:48 Sep 21 06:43:48.229 INFO kablam! | Sep 21 06:43:48.229 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 21 06:43:48.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.229 INFO kablam! | Sep 21 06:43:48.229 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.229 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.229 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.229 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.229 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.229 INFO kablam! Sep 21 06:43:48.229 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.229 INFO kablam! --> src/core/alias_slice.rs:379:48 Sep 21 06:43:48.229 INFO kablam! | Sep 21 06:43:48.229 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 21 06:43:48.229 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.229 INFO kablam! | | Sep 21 06:43:48.229 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.229 INFO kablam! | Sep 21 06:43:48.229 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.229 INFO kablam! --> src/core/alias_slice.rs:379:48 Sep 21 06:43:48.229 INFO kablam! | Sep 21 06:43:48.229 INFO kablam! 379 | pub type VectorSliceMut2<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U2, Stride>; Sep 21 06:43:48.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.229 INFO kablam! Sep 21 06:43:48.229 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.229 INFO kablam! --> src/core/alias_slice.rs:381:48 Sep 21 06:43:48.229 INFO kablam! | Sep 21 06:43:48.229 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 21 06:43:48.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:48.229 INFO kablam! | Sep 21 06:43:48.229 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:48.229 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.229 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.229 INFO kablam! Sep 21 06:43:48.229 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.229 INFO kablam! --> src/core/alias_slice.rs:381:48 Sep 21 06:43:48.230 INFO kablam! | Sep 21 06:43:48.230 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 21 06:43:48.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.230 INFO kablam! | Sep 21 06:43:48.230 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.230 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.230 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.230 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.230 INFO kablam! Sep 21 06:43:48.230 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.230 INFO kablam! --> src/core/alias_slice.rs:381:48 Sep 21 06:43:48.230 INFO kablam! | Sep 21 06:43:48.230 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 21 06:43:48.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.230 INFO kablam! | Sep 21 06:43:48.230 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.230 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.230 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.230 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.230 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.230 INFO kablam! Sep 21 06:43:48.230 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.230 INFO kablam! --> src/core/alias_slice.rs:381:48 Sep 21 06:43:48.230 INFO kablam! | Sep 21 06:43:48.230 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 21 06:43:48.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.232 INFO kablam! | Sep 21 06:43:48.232 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.232 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.232 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.232 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.232 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.232 INFO kablam! Sep 21 06:43:48.232 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.232 INFO kablam! --> src/core/alias_slice.rs:381:48 Sep 21 06:43:48.232 INFO kablam! | Sep 21 06:43:48.232 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 21 06:43:48.232 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.232 INFO kablam! | | Sep 21 06:43:48.233 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.233 INFO kablam! | Sep 21 06:43:48.233 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.233 INFO kablam! --> src/core/alias_slice.rs:381:48 Sep 21 06:43:48.233 INFO kablam! | Sep 21 06:43:48.233 INFO kablam! 381 | pub type VectorSliceMut3<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U3, Stride>; Sep 21 06:43:48.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.233 INFO kablam! Sep 21 06:43:48.233 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.233 INFO kablam! --> src/core/alias_slice.rs:383:48 Sep 21 06:43:48.233 INFO kablam! | Sep 21 06:43:48.233 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 21 06:43:48.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:48.233 INFO kablam! | Sep 21 06:43:48.233 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:48.233 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.233 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.233 INFO kablam! Sep 21 06:43:48.233 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.233 INFO kablam! --> src/core/alias_slice.rs:383:48 Sep 21 06:43:48.233 INFO kablam! | Sep 21 06:43:48.233 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 21 06:43:48.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.233 INFO kablam! | Sep 21 06:43:48.233 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.233 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.233 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.233 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.233 INFO kablam! Sep 21 06:43:48.233 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.233 INFO kablam! --> src/core/alias_slice.rs:383:48 Sep 21 06:43:48.233 INFO kablam! | Sep 21 06:43:48.233 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 21 06:43:48.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.233 INFO kablam! | Sep 21 06:43:48.233 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.233 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.233 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.233 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.233 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.233 INFO kablam! Sep 21 06:43:48.233 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.233 INFO kablam! --> src/core/alias_slice.rs:383:48 Sep 21 06:43:48.233 INFO kablam! | Sep 21 06:43:48.233 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 21 06:43:48.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.233 INFO kablam! | Sep 21 06:43:48.233 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.233 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.233 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.233 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.234 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.234 INFO kablam! Sep 21 06:43:48.234 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.234 INFO kablam! --> src/core/alias_slice.rs:383:48 Sep 21 06:43:48.234 INFO kablam! | Sep 21 06:43:48.234 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 21 06:43:48.234 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.234 INFO kablam! | | Sep 21 06:43:48.234 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.234 INFO kablam! | Sep 21 06:43:48.234 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.234 INFO kablam! --> src/core/alias_slice.rs:383:48 Sep 21 06:43:48.234 INFO kablam! | Sep 21 06:43:48.234 INFO kablam! 383 | pub type VectorSliceMut4<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U4, Stride>; Sep 21 06:43:48.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.234 INFO kablam! Sep 21 06:43:48.234 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.234 INFO kablam! --> src/core/alias_slice.rs:385:48 Sep 21 06:43:48.234 INFO kablam! | Sep 21 06:43:48.234 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 21 06:43:48.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:48.234 INFO kablam! | Sep 21 06:43:48.234 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:48.234 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.234 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.234 INFO kablam! Sep 21 06:43:48.234 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.234 INFO kablam! --> src/core/alias_slice.rs:385:48 Sep 21 06:43:48.234 INFO kablam! | Sep 21 06:43:48.234 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 21 06:43:48.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.234 INFO kablam! | Sep 21 06:43:48.234 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.234 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.234 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.234 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.234 INFO kablam! Sep 21 06:43:48.234 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.234 INFO kablam! --> src/core/alias_slice.rs:385:48 Sep 21 06:43:48.234 INFO kablam! | Sep 21 06:43:48.234 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 21 06:43:48.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.234 INFO kablam! | Sep 21 06:43:48.234 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.234 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.234 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.234 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.234 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.234 INFO kablam! Sep 21 06:43:48.234 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.234 INFO kablam! --> src/core/alias_slice.rs:385:48 Sep 21 06:43:48.234 INFO kablam! | Sep 21 06:43:48.235 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 21 06:43:48.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.235 INFO kablam! | Sep 21 06:43:48.235 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.235 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.235 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.235 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.235 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.235 INFO kablam! Sep 21 06:43:48.235 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.235 INFO kablam! --> src/core/alias_slice.rs:385:48 Sep 21 06:43:48.235 INFO kablam! | Sep 21 06:43:48.235 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 21 06:43:48.235 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.235 INFO kablam! | | Sep 21 06:43:48.235 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.235 INFO kablam! | Sep 21 06:43:48.235 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.235 INFO kablam! --> src/core/alias_slice.rs:385:48 Sep 21 06:43:48.235 INFO kablam! | Sep 21 06:43:48.235 INFO kablam! 385 | pub type VectorSliceMut5<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U5, Stride>; Sep 21 06:43:48.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.235 INFO kablam! Sep 21 06:43:48.242 INFO kablam! warning: the trait bound `Stride: core::dimension::Dim` is not satisfied Sep 21 06:43:48.242 INFO kablam! --> src/core/alias_slice.rs:387:48 Sep 21 06:43:48.242 INFO kablam! | Sep 21 06:43:48.242 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 21 06:43:48.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `Stride` Sep 21 06:43:48.242 INFO kablam! | Sep 21 06:43:48.242 INFO kablam! = help: consider adding a `where Stride: core::dimension::Dim` bound Sep 21 06:43:48.242 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.242 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.242 INFO kablam! Sep 21 06:43:48.242 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.242 INFO kablam! --> src/core/alias_slice.rs:387:48 Sep 21 06:43:48.242 INFO kablam! | Sep 21 06:43:48.242 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 21 06:43:48.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.242 INFO kablam! | Sep 21 06:43:48.242 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.242 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.243 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.243 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.243 INFO kablam! Sep 21 06:43:48.243 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.243 INFO kablam! --> src/core/alias_slice.rs:387:48 Sep 21 06:43:48.243 INFO kablam! | Sep 21 06:43:48.243 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 21 06:43:48.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.243 INFO kablam! | Sep 21 06:43:48.243 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.243 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.243 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.243 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.243 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.243 INFO kablam! Sep 21 06:43:48.243 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.243 INFO kablam! --> src/core/alias_slice.rs:387:48 Sep 21 06:43:48.243 INFO kablam! | Sep 21 06:43:48.243 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 21 06:43:48.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.243 INFO kablam! | Sep 21 06:43:48.243 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.243 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.243 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.243 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.243 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.243 INFO kablam! Sep 21 06:43:48.243 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.243 INFO kablam! --> src/core/alias_slice.rs:387:48 Sep 21 06:43:48.243 INFO kablam! | Sep 21 06:43:48.243 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 21 06:43:48.243 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.243 INFO kablam! | | Sep 21 06:43:48.243 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.243 INFO kablam! | Sep 21 06:43:48.243 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.243 INFO kablam! --> src/core/alias_slice.rs:387:48 Sep 21 06:43:48.243 INFO kablam! | Sep 21 06:43:48.243 INFO kablam! 387 | pub type VectorSliceMut6<'a, N, Stride = U1> = VectorSliceMutN<'a, N, U6, Stride>; Sep 21 06:43:48.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.243 INFO kablam! Sep 21 06:43:48.338 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.338 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 21 06:43:48.338 INFO kablam! | Sep 21 06:43:48.338 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 21 06:43:48.338 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.354 INFO kablam! | Sep 21 06:43:48.354 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.354 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.354 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.354 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.354 INFO kablam! Sep 21 06:43:48.355 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.355 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 21 06:43:48.355 INFO kablam! | Sep 21 06:43:48.355 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 21 06:43:48.355 INFO kablam! | ^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.355 INFO kablam! | Sep 21 06:43:48.355 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.355 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.356 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.356 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.356 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.356 INFO kablam! Sep 21 06:43:48.356 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.356 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 21 06:43:48.356 INFO kablam! | Sep 21 06:43:48.356 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 21 06:43:48.356 INFO kablam! | ^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.356 INFO kablam! | Sep 21 06:43:48.356 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.356 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.357 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.357 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.357 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.357 INFO kablam! Sep 21 06:43:48.357 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.357 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 21 06:43:48.357 INFO kablam! | Sep 21 06:43:48.357 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 21 06:43:48.357 INFO kablam! | - ^^^^^^^^^^^^^^^ Sep 21 06:43:48.357 INFO kablam! | | Sep 21 06:43:48.357 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.357 INFO kablam! | Sep 21 06:43:48.357 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.358 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 21 06:43:48.358 INFO kablam! | Sep 21 06:43:48.358 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 21 06:43:48.358 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 06:43:48.358 INFO kablam! Sep 21 06:43:48.358 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.358 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 21 06:43:48.358 INFO kablam! | Sep 21 06:43:48.358 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 21 06:43:48.358 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.358 INFO kablam! | Sep 21 06:43:48.358 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.358 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.358 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.358 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.358 INFO kablam! Sep 21 06:43:48.358 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.358 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 21 06:43:48.359 INFO kablam! | Sep 21 06:43:48.359 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 21 06:43:48.359 INFO kablam! | ^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.359 INFO kablam! | Sep 21 06:43:48.359 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.359 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.359 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.359 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.359 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.359 INFO kablam! Sep 21 06:43:48.359 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.359 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 21 06:43:48.359 INFO kablam! | Sep 21 06:43:48.360 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 21 06:43:48.360 INFO kablam! | ^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.360 INFO kablam! | Sep 21 06:43:48.360 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.360 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.360 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.360 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.360 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.360 INFO kablam! Sep 21 06:43:48.360 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.360 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 21 06:43:48.360 INFO kablam! | Sep 21 06:43:48.360 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 21 06:43:48.360 INFO kablam! | - ^^^^^^^^^^^^^^^ Sep 21 06:43:48.361 INFO kablam! | | Sep 21 06:43:48.361 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.361 INFO kablam! | Sep 21 06:43:48.361 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.361 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 21 06:43:48.361 INFO kablam! | Sep 21 06:43:48.361 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 21 06:43:48.361 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 06:43:48.361 INFO kablam! Sep 21 06:43:48.406 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:48.406 INFO kablam! --> src/geometry/quaternion.rs:333:30 Sep 21 06:43:48.406 INFO kablam! | Sep 21 06:43:48.406 INFO kablam! 333 | pub type UnitQuaternion = Unit>; Sep 21 06:43:48.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:48.406 INFO kablam! | Sep 21 06:43:48.406 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:48.406 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.406 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.406 INFO kablam! Sep 21 06:43:48.478 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` is not satisfied Sep 21 06:43:48.478 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 21 06:43:48.478 INFO kablam! | Sep 21 06:43:48.478 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 21 06:43:48.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfRows` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:48.478 INFO kablam! | Sep 21 06:43:48.478 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfRows` bound Sep 21 06:43:48.478 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.478 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.478 INFO kablam! Sep 21 06:43:48.479 INFO kablam! warning: the trait bound `core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` is not satisfied Sep 21 06:43:48.479 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 21 06:43:48.479 INFO kablam! | Sep 21 06:43:48.479 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 21 06:43:48.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::constraint::SameNumberOfColumns` is not implemented for `core::constraint::ShapeConstraint` Sep 21 06:43:48.479 INFO kablam! | Sep 21 06:43:48.480 INFO kablam! = help: consider adding a `where core::constraint::ShapeConstraint: core::constraint::SameNumberOfColumns` bound Sep 21 06:43:48.480 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.480 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.480 INFO kablam! Sep 21 06:43:48.480 INFO kablam! warning: the trait bound `core::default_allocator::DefaultAllocator: core::allocator::Allocator` is not satisfied Sep 21 06:43:48.480 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 21 06:43:48.480 INFO kablam! | Sep 21 06:43:48.480 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 21 06:43:48.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::allocator::Allocator` is not implemented for `core::default_allocator::DefaultAllocator` Sep 21 06:43:48.481 INFO kablam! | Sep 21 06:43:48.481 INFO kablam! = help: the following implementations were found: Sep 21 06:43:48.481 INFO kablam! > Sep 21 06:43:48.481 INFO kablam! > Sep 21 06:43:48.481 INFO kablam! > Sep 21 06:43:48.481 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.481 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.481 INFO kablam! Sep 21 06:43:48.482 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.482 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 21 06:43:48.482 INFO kablam! | Sep 21 06:43:48.482 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 21 06:43:48.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.482 INFO kablam! | Sep 21 06:43:48.482 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.482 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.482 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.482 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.482 INFO kablam! Sep 21 06:43:48.483 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.483 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 21 06:43:48.483 INFO kablam! | Sep 21 06:43:48.483 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 21 06:43:48.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.483 INFO kablam! | Sep 21 06:43:48.483 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.483 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.484 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.484 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.484 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.484 INFO kablam! Sep 21 06:43:48.484 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.484 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 21 06:43:48.484 INFO kablam! | Sep 21 06:43:48.484 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 21 06:43:48.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.485 INFO kablam! | Sep 21 06:43:48.485 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.485 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.485 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.485 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.486 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.486 INFO kablam! Sep 21 06:43:48.486 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.486 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 21 06:43:48.486 INFO kablam! | Sep 21 06:43:48.486 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 21 06:43:48.487 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.487 INFO kablam! | | Sep 21 06:43:48.487 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.487 INFO kablam! | Sep 21 06:43:48.487 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.487 INFO kablam! --> src/core/componentwise.rs:15:49 Sep 21 06:43:48.487 INFO kablam! | Sep 21 06:43:48.487 INFO kablam! 15 | pub type MatrixComponentOp = MatrixSum; Sep 21 06:43:48.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.487 INFO kablam! Sep 21 06:43:48.514 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.514 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 21 06:43:48.514 INFO kablam! | Sep 21 06:43:48.514 INFO kablam! 6 | pub type Point1 = Point; Sep 21 06:43:48.514 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.515 INFO kablam! | Sep 21 06:43:48.515 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.515 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.515 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.515 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.515 INFO kablam! Sep 21 06:43:48.516 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.516 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 21 06:43:48.516 INFO kablam! | Sep 21 06:43:48.516 INFO kablam! 6 | pub type Point1 = Point; Sep 21 06:43:48.516 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.516 INFO kablam! | Sep 21 06:43:48.516 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.516 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.517 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.517 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.517 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.517 INFO kablam! Sep 21 06:43:48.517 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.517 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 21 06:43:48.517 INFO kablam! | Sep 21 06:43:48.517 INFO kablam! 6 | pub type Point1 = Point; Sep 21 06:43:48.517 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.518 INFO kablam! | Sep 21 06:43:48.518 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.518 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.518 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.518 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.518 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.518 INFO kablam! Sep 21 06:43:48.519 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.519 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 21 06:43:48.519 INFO kablam! | Sep 21 06:43:48.519 INFO kablam! 6 | pub type Point1 = Point; Sep 21 06:43:48.519 INFO kablam! | - ^^^^^^^^^^^^ Sep 21 06:43:48.519 INFO kablam! | | Sep 21 06:43:48.519 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.519 INFO kablam! | Sep 21 06:43:48.519 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.519 INFO kablam! --> src/geometry/point_alias.rs:6:22 Sep 21 06:43:48.519 INFO kablam! | Sep 21 06:43:48.519 INFO kablam! 6 | pub type Point1 = Point; Sep 21 06:43:48.520 INFO kablam! | ^^^^^^^^^^^^ Sep 21 06:43:48.520 INFO kablam! Sep 21 06:43:48.521 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.521 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 21 06:43:48.521 INFO kablam! | Sep 21 06:43:48.521 INFO kablam! 8 | pub type Point2 = Point; Sep 21 06:43:48.521 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.521 INFO kablam! | Sep 21 06:43:48.521 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.521 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.521 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.521 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.521 INFO kablam! Sep 21 06:43:48.522 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.522 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 21 06:43:48.522 INFO kablam! | Sep 21 06:43:48.522 INFO kablam! 8 | pub type Point2 = Point; Sep 21 06:43:48.522 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.522 INFO kablam! | Sep 21 06:43:48.522 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.522 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.522 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.523 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.523 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.523 INFO kablam! Sep 21 06:43:48.523 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.523 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 21 06:43:48.523 INFO kablam! | Sep 21 06:43:48.523 INFO kablam! 8 | pub type Point2 = Point; Sep 21 06:43:48.523 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.524 INFO kablam! | Sep 21 06:43:48.524 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.524 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.524 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.524 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.524 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.524 INFO kablam! Sep 21 06:43:48.525 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.525 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 21 06:43:48.525 INFO kablam! | Sep 21 06:43:48.525 INFO kablam! 8 | pub type Point2 = Point; Sep 21 06:43:48.525 INFO kablam! | - ^^^^^^^^^^^^ Sep 21 06:43:48.525 INFO kablam! | | Sep 21 06:43:48.525 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.525 INFO kablam! | Sep 21 06:43:48.525 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.525 INFO kablam! --> src/geometry/point_alias.rs:8:22 Sep 21 06:43:48.525 INFO kablam! | Sep 21 06:43:48.525 INFO kablam! 8 | pub type Point2 = Point; Sep 21 06:43:48.525 INFO kablam! | ^^^^^^^^^^^^ Sep 21 06:43:48.525 INFO kablam! Sep 21 06:43:48.526 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.526 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 21 06:43:48.526 INFO kablam! | Sep 21 06:43:48.526 INFO kablam! 10 | pub type Point3 = Point; Sep 21 06:43:48.526 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.526 INFO kablam! | Sep 21 06:43:48.527 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.527 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.527 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.527 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.527 INFO kablam! Sep 21 06:43:48.527 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.527 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 21 06:43:48.527 INFO kablam! | Sep 21 06:43:48.527 INFO kablam! 10 | pub type Point3 = Point; Sep 21 06:43:48.527 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.528 INFO kablam! | Sep 21 06:43:48.528 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.528 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.528 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.528 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.528 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.528 INFO kablam! Sep 21 06:43:48.529 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.529 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 21 06:43:48.529 INFO kablam! | Sep 21 06:43:48.529 INFO kablam! 10 | pub type Point3 = Point; Sep 21 06:43:48.529 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.529 INFO kablam! | Sep 21 06:43:48.529 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.529 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.529 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.529 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.530 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.530 INFO kablam! Sep 21 06:43:48.530 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.530 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 21 06:43:48.530 INFO kablam! | Sep 21 06:43:48.530 INFO kablam! 10 | pub type Point3 = Point; Sep 21 06:43:48.530 INFO kablam! | - ^^^^^^^^^^^^ Sep 21 06:43:48.530 INFO kablam! | | Sep 21 06:43:48.530 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.530 INFO kablam! | Sep 21 06:43:48.530 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.531 INFO kablam! --> src/geometry/point_alias.rs:10:22 Sep 21 06:43:48.531 INFO kablam! | Sep 21 06:43:48.531 INFO kablam! 10 | pub type Point3 = Point; Sep 21 06:43:48.531 INFO kablam! | ^^^^^^^^^^^^ Sep 21 06:43:48.531 INFO kablam! Sep 21 06:43:48.531 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.531 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 21 06:43:48.531 INFO kablam! | Sep 21 06:43:48.531 INFO kablam! 12 | pub type Point4 = Point; Sep 21 06:43:48.532 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.532 INFO kablam! | Sep 21 06:43:48.532 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.532 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.532 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.532 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.532 INFO kablam! Sep 21 06:43:48.533 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.533 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 21 06:43:48.533 INFO kablam! | Sep 21 06:43:48.533 INFO kablam! 12 | pub type Point4 = Point; Sep 21 06:43:48.533 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.533 INFO kablam! | Sep 21 06:43:48.533 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.533 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.533 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.533 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.533 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.533 INFO kablam! Sep 21 06:43:48.534 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.534 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 21 06:43:48.534 INFO kablam! | Sep 21 06:43:48.534 INFO kablam! 12 | pub type Point4 = Point; Sep 21 06:43:48.534 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.534 INFO kablam! | Sep 21 06:43:48.534 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.534 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.534 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.534 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.535 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.535 INFO kablam! Sep 21 06:43:48.535 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.535 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 21 06:43:48.535 INFO kablam! | Sep 21 06:43:48.535 INFO kablam! 12 | pub type Point4 = Point; Sep 21 06:43:48.535 INFO kablam! | - ^^^^^^^^^^^^ Sep 21 06:43:48.535 INFO kablam! | | Sep 21 06:43:48.535 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.535 INFO kablam! | Sep 21 06:43:48.535 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.536 INFO kablam! --> src/geometry/point_alias.rs:12:22 Sep 21 06:43:48.536 INFO kablam! | Sep 21 06:43:48.536 INFO kablam! 12 | pub type Point4 = Point; Sep 21 06:43:48.536 INFO kablam! | ^^^^^^^^^^^^ Sep 21 06:43:48.536 INFO kablam! Sep 21 06:43:48.537 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.537 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 21 06:43:48.537 INFO kablam! | Sep 21 06:43:48.537 INFO kablam! 14 | pub type Point5 = Point; Sep 21 06:43:48.537 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.537 INFO kablam! | Sep 21 06:43:48.537 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.537 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.537 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.538 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.538 INFO kablam! Sep 21 06:43:48.538 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.538 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 21 06:43:48.538 INFO kablam! | Sep 21 06:43:48.538 INFO kablam! 14 | pub type Point5 = Point; Sep 21 06:43:48.538 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.538 INFO kablam! | Sep 21 06:43:48.538 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.539 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.539 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.539 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.539 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.539 INFO kablam! Sep 21 06:43:48.546 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.546 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 21 06:43:48.546 INFO kablam! | Sep 21 06:43:48.546 INFO kablam! 14 | pub type Point5 = Point; Sep 21 06:43:48.546 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.546 INFO kablam! | Sep 21 06:43:48.546 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.546 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.546 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.547 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.547 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.547 INFO kablam! Sep 21 06:43:48.547 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.547 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 21 06:43:48.547 INFO kablam! | Sep 21 06:43:48.547 INFO kablam! 14 | pub type Point5 = Point; Sep 21 06:43:48.547 INFO kablam! | - ^^^^^^^^^^^^ Sep 21 06:43:48.547 INFO kablam! | | Sep 21 06:43:48.547 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.547 INFO kablam! | Sep 21 06:43:48.548 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.548 INFO kablam! --> src/geometry/point_alias.rs:14:22 Sep 21 06:43:48.548 INFO kablam! | Sep 21 06:43:48.548 INFO kablam! 14 | pub type Point5 = Point; Sep 21 06:43:48.548 INFO kablam! | ^^^^^^^^^^^^ Sep 21 06:43:48.548 INFO kablam! Sep 21 06:43:48.549 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.549 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 21 06:43:48.549 INFO kablam! | Sep 21 06:43:48.549 INFO kablam! 16 | pub type Point6 = Point; Sep 21 06:43:48.549 INFO kablam! | ^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.549 INFO kablam! | Sep 21 06:43:48.549 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.549 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.549 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.549 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.549 INFO kablam! Sep 21 06:43:48.550 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.550 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 21 06:43:48.550 INFO kablam! | Sep 21 06:43:48.550 INFO kablam! 16 | pub type Point6 = Point; Sep 21 06:43:48.550 INFO kablam! | ^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.550 INFO kablam! | Sep 21 06:43:48.550 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.550 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.550 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.551 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.551 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.551 INFO kablam! Sep 21 06:43:48.551 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.551 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 21 06:43:48.551 INFO kablam! | Sep 21 06:43:48.551 INFO kablam! 16 | pub type Point6 = Point; Sep 21 06:43:48.551 INFO kablam! | ^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.551 INFO kablam! | Sep 21 06:43:48.551 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.552 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.552 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.552 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.552 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.552 INFO kablam! Sep 21 06:43:48.552 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.552 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 21 06:43:48.552 INFO kablam! | Sep 21 06:43:48.552 INFO kablam! 16 | pub type Point6 = Point; Sep 21 06:43:48.552 INFO kablam! | - ^^^^^^^^^^^^ Sep 21 06:43:48.553 INFO kablam! | | Sep 21 06:43:48.553 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.553 INFO kablam! | Sep 21 06:43:48.553 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.553 INFO kablam! --> src/geometry/point_alias.rs:16:22 Sep 21 06:43:48.553 INFO kablam! | Sep 21 06:43:48.553 INFO kablam! 16 | pub type Point6 = Point; Sep 21 06:43:48.553 INFO kablam! | ^^^^^^^^^^^^ Sep 21 06:43:48.553 INFO kablam! Sep 21 06:43:48.719 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.719 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 21 06:43:48.719 INFO kablam! | Sep 21 06:43:48.719 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 21 06:43:48.719 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.719 INFO kablam! | Sep 21 06:43:48.719 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.719 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.719 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.719 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.719 INFO kablam! Sep 21 06:43:48.719 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.719 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 21 06:43:48.719 INFO kablam! | Sep 21 06:43:48.719 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 21 06:43:48.719 INFO kablam! | ^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.719 INFO kablam! | Sep 21 06:43:48.719 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.719 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.719 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.719 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.719 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.719 INFO kablam! Sep 21 06:43:48.719 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.719 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 21 06:43:48.719 INFO kablam! | Sep 21 06:43:48.719 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 21 06:43:48.719 INFO kablam! | ^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.719 INFO kablam! | Sep 21 06:43:48.719 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.720 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.720 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.720 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.720 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.720 INFO kablam! Sep 21 06:43:48.721 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.721 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 21 06:43:48.721 INFO kablam! | Sep 21 06:43:48.721 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 21 06:43:48.721 INFO kablam! | - ^^^^^^^^^^^^^^^ Sep 21 06:43:48.721 INFO kablam! | | Sep 21 06:43:48.721 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.721 INFO kablam! | Sep 21 06:43:48.721 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.721 INFO kablam! --> src/geometry/rotation_alias.rs:6:25 Sep 21 06:43:48.721 INFO kablam! | Sep 21 06:43:48.721 INFO kablam! 6 | pub type Rotation2 = Rotation; Sep 21 06:43:48.721 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 06:43:48.721 INFO kablam! Sep 21 06:43:48.722 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.722 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 21 06:43:48.722 INFO kablam! | Sep 21 06:43:48.722 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 21 06:43:48.722 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.722 INFO kablam! | Sep 21 06:43:48.722 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.722 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.722 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.722 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.722 INFO kablam! Sep 21 06:43:48.722 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.722 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 21 06:43:48.722 INFO kablam! | Sep 21 06:43:48.722 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 21 06:43:48.722 INFO kablam! | ^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.722 INFO kablam! | Sep 21 06:43:48.722 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.722 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.722 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.722 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.723 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.723 INFO kablam! Sep 21 06:43:48.723 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.723 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 21 06:43:48.723 INFO kablam! | Sep 21 06:43:48.723 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 21 06:43:48.723 INFO kablam! | ^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.723 INFO kablam! | Sep 21 06:43:48.723 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.723 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.723 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.723 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.723 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.723 INFO kablam! Sep 21 06:43:48.723 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.723 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 21 06:43:48.723 INFO kablam! | Sep 21 06:43:48.723 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 21 06:43:48.723 INFO kablam! | - ^^^^^^^^^^^^^^^ Sep 21 06:43:48.723 INFO kablam! | | Sep 21 06:43:48.723 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.723 INFO kablam! | Sep 21 06:43:48.723 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.724 INFO kablam! --> src/geometry/rotation_alias.rs:9:25 Sep 21 06:43:48.724 INFO kablam! | Sep 21 06:43:48.724 INFO kablam! 9 | pub type Rotation3 = Rotation; Sep 21 06:43:48.724 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 06:43:48.724 INFO kablam! Sep 21 06:43:48.751 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:48.751 INFO kablam! --> src/geometry/quaternion.rs:333:30 Sep 21 06:43:48.751 INFO kablam! | Sep 21 06:43:48.751 INFO kablam! 333 | pub type UnitQuaternion = Unit>; Sep 21 06:43:48.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:48.751 INFO kablam! | Sep 21 06:43:48.752 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:48.752 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.752 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.752 INFO kablam! Sep 21 06:43:48.939 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.939 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 21 06:43:48.939 INFO kablam! | Sep 21 06:43:48.939 INFO kablam! 6 | pub type Translation2 = Translation; Sep 21 06:43:48.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.939 INFO kablam! | Sep 21 06:43:48.939 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.939 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.939 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.939 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.939 INFO kablam! Sep 21 06:43:48.939 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.939 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 21 06:43:48.939 INFO kablam! | Sep 21 06:43:48.939 INFO kablam! 6 | pub type Translation2 = Translation; Sep 21 06:43:48.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.939 INFO kablam! | Sep 21 06:43:48.939 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.939 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.939 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.939 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.939 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.939 INFO kablam! Sep 21 06:43:48.939 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.939 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 21 06:43:48.939 INFO kablam! | Sep 21 06:43:48.939 INFO kablam! 6 | pub type Translation2 = Translation; Sep 21 06:43:48.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.939 INFO kablam! | Sep 21 06:43:48.939 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.939 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.939 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.939 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.939 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.939 INFO kablam! Sep 21 06:43:48.939 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.939 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 21 06:43:48.939 INFO kablam! | Sep 21 06:43:48.939 INFO kablam! 6 | pub type Translation2 = Translation; Sep 21 06:43:48.939 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.939 INFO kablam! | | Sep 21 06:43:48.939 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.939 INFO kablam! | Sep 21 06:43:48.939 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.939 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 21 06:43:48.939 INFO kablam! | Sep 21 06:43:48.940 INFO kablam! 6 | pub type Translation2 = Translation; Sep 21 06:43:48.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.940 INFO kablam! Sep 21 06:43:48.940 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:48.940 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 21 06:43:48.940 INFO kablam! | Sep 21 06:43:48.940 INFO kablam! 9 | pub type Translation3 = Translation; Sep 21 06:43:48.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:48.940 INFO kablam! | Sep 21 06:43:48.940 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:48.940 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.940 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.943 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.943 INFO kablam! Sep 21 06:43:48.943 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:48.943 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 21 06:43:48.943 INFO kablam! | Sep 21 06:43:48.943 INFO kablam! 9 | pub type Translation3 = Translation; Sep 21 06:43:48.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:48.943 INFO kablam! | Sep 21 06:43:48.943 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:48.945 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:48.945 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.945 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.945 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.945 INFO kablam! Sep 21 06:43:48.945 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:48.945 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 21 06:43:48.945 INFO kablam! | Sep 21 06:43:48.945 INFO kablam! 9 | pub type Translation3 = Translation; Sep 21 06:43:48.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:48.945 INFO kablam! | Sep 21 06:43:48.945 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:48.945 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:48.945 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:48.945 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:48.945 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:48.945 INFO kablam! Sep 21 06:43:48.945 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:48.945 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 21 06:43:48.945 INFO kablam! | Sep 21 06:43:48.945 INFO kablam! 9 | pub type Translation3 = Translation; Sep 21 06:43:48.945 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.945 INFO kablam! | | Sep 21 06:43:48.945 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:48.945 INFO kablam! | Sep 21 06:43:48.945 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:48.945 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 21 06:43:48.945 INFO kablam! | Sep 21 06:43:48.945 INFO kablam! 9 | pub type Translation3 = Translation; Sep 21 06:43:48.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 06:43:48.945 INFO kablam! Sep 21 06:43:49.186 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:49.186 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 21 06:43:49.186 INFO kablam! | Sep 21 06:43:49.186 INFO kablam! 6 | pub type Translation2 = Translation; Sep 21 06:43:49.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:49.186 INFO kablam! | Sep 21 06:43:49.186 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:49.186 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:49.193 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.194 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.194 INFO kablam! Sep 21 06:43:49.197 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:49.197 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 21 06:43:49.197 INFO kablam! | Sep 21 06:43:49.197 INFO kablam! 6 | pub type Translation2 = Translation; Sep 21 06:43:49.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:49.197 INFO kablam! | Sep 21 06:43:49.197 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:49.198 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:49.198 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:49.198 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.198 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.198 INFO kablam! Sep 21 06:43:49.198 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:49.198 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 21 06:43:49.198 INFO kablam! | Sep 21 06:43:49.198 INFO kablam! 6 | pub type Translation2 = Translation; Sep 21 06:43:49.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:49.198 INFO kablam! | Sep 21 06:43:49.198 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:49.198 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:49.198 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:49.198 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.198 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.198 INFO kablam! Sep 21 06:43:49.198 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.198 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 21 06:43:49.198 INFO kablam! | Sep 21 06:43:49.198 INFO kablam! 6 | pub type Translation2 = Translation; Sep 21 06:43:49.198 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.199 INFO kablam! | | Sep 21 06:43:49.199 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.199 INFO kablam! | Sep 21 06:43:49.199 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.199 INFO kablam! --> src/geometry/translation_alias.rs:6:28 Sep 21 06:43:49.199 INFO kablam! | Sep 21 06:43:49.199 INFO kablam! 6 | pub type Translation2 = Translation; Sep 21 06:43:49.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.199 INFO kablam! Sep 21 06:43:49.199 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:49.199 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 21 06:43:49.199 INFO kablam! | Sep 21 06:43:49.199 INFO kablam! 9 | pub type Translation3 = Translation; Sep 21 06:43:49.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:49.199 INFO kablam! | Sep 21 06:43:49.199 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:49.199 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:49.199 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.199 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.199 INFO kablam! Sep 21 06:43:49.199 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:49.199 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 21 06:43:49.199 INFO kablam! | Sep 21 06:43:49.199 INFO kablam! 9 | pub type Translation3 = Translation; Sep 21 06:43:49.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:49.199 INFO kablam! | Sep 21 06:43:49.199 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:49.199 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:49.199 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:49.199 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.199 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.199 INFO kablam! Sep 21 06:43:49.199 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:49.199 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 21 06:43:49.199 INFO kablam! | Sep 21 06:43:49.199 INFO kablam! 9 | pub type Translation3 = Translation; Sep 21 06:43:49.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:49.199 INFO kablam! | Sep 21 06:43:49.199 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:49.199 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:49.199 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:49.199 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.199 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.199 INFO kablam! Sep 21 06:43:49.199 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.199 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 21 06:43:49.199 INFO kablam! | Sep 21 06:43:49.199 INFO kablam! 9 | pub type Translation3 = Translation; Sep 21 06:43:49.199 INFO kablam! | - ^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.199 INFO kablam! | | Sep 21 06:43:49.200 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.200 INFO kablam! | Sep 21 06:43:49.200 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.200 INFO kablam! --> src/geometry/translation_alias.rs:9:28 Sep 21 06:43:49.200 INFO kablam! | Sep 21 06:43:49.200 INFO kablam! 9 | pub type Translation3 = Translation; Sep 21 06:43:49.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.200 INFO kablam! Sep 21 06:43:49.214 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.214 INFO kablam! --> src/geometry/isometry_alias.rs:6:25 Sep 21 06:43:49.214 INFO kablam! | Sep 21 06:43:49.214 INFO kablam! 6 | pub type Isometry2 = Isometry>; Sep 21 06:43:49.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.214 INFO kablam! | Sep 21 06:43:49.214 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.214 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.214 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.214 INFO kablam! Sep 21 06:43:49.214 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.214 INFO kablam! --> src/geometry/isometry_alias.rs:6:25 Sep 21 06:43:49.214 INFO kablam! | Sep 21 06:43:49.214 INFO kablam! 6 | pub type Isometry2 = Isometry>; Sep 21 06:43:49.214 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.214 INFO kablam! | | Sep 21 06:43:49.214 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.214 INFO kablam! | Sep 21 06:43:49.214 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.214 INFO kablam! --> src/geometry/isometry_alias.rs:6:25 Sep 21 06:43:49.214 INFO kablam! | Sep 21 06:43:49.214 INFO kablam! 6 | pub type Isometry2 = Isometry>; Sep 21 06:43:49.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.214 INFO kablam! Sep 21 06:43:49.214 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.214 INFO kablam! --> src/geometry/isometry_alias.rs:9:25 Sep 21 06:43:49.214 INFO kablam! | Sep 21 06:43:49.214 INFO kablam! 9 | pub type Isometry3 = Isometry>; Sep 21 06:43:49.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.214 INFO kablam! | Sep 21 06:43:49.214 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.214 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.214 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.214 INFO kablam! Sep 21 06:43:49.214 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.214 INFO kablam! --> src/geometry/isometry_alias.rs:9:25 Sep 21 06:43:49.214 INFO kablam! | Sep 21 06:43:49.214 INFO kablam! 9 | pub type Isometry3 = Isometry>; Sep 21 06:43:49.214 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.214 INFO kablam! | | Sep 21 06:43:49.214 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.214 INFO kablam! | Sep 21 06:43:49.214 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.214 INFO kablam! --> src/geometry/isometry_alias.rs:9:25 Sep 21 06:43:49.214 INFO kablam! | Sep 21 06:43:49.214 INFO kablam! 9 | pub type Isometry3 = Isometry>; Sep 21 06:43:49.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.214 INFO kablam! Sep 21 06:43:49.218 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.218 INFO kablam! --> src/geometry/isometry_alias.rs:12:31 Sep 21 06:43:49.218 INFO kablam! | Sep 21 06:43:49.218 INFO kablam! 12 | pub type IsometryMatrix2 = Isometry>; Sep 21 06:43:49.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.218 INFO kablam! | Sep 21 06:43:49.218 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.218 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.218 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.218 INFO kablam! Sep 21 06:43:49.218 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.218 INFO kablam! --> src/geometry/isometry_alias.rs:12:31 Sep 21 06:43:49.218 INFO kablam! | Sep 21 06:43:49.218 INFO kablam! 12 | pub type IsometryMatrix2 = Isometry>; Sep 21 06:43:49.218 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.218 INFO kablam! | | Sep 21 06:43:49.218 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.218 INFO kablam! | Sep 21 06:43:49.218 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.218 INFO kablam! --> src/geometry/isometry_alias.rs:12:31 Sep 21 06:43:49.218 INFO kablam! | Sep 21 06:43:49.218 INFO kablam! 12 | pub type IsometryMatrix2 = Isometry>; Sep 21 06:43:49.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.218 INFO kablam! Sep 21 06:43:49.219 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.219 INFO kablam! --> src/geometry/isometry_alias.rs:15:31 Sep 21 06:43:49.219 INFO kablam! | Sep 21 06:43:49.219 INFO kablam! 15 | pub type IsometryMatrix3 = Isometry>; Sep 21 06:43:49.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.220 INFO kablam! | Sep 21 06:43:49.220 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.220 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.220 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.220 INFO kablam! Sep 21 06:43:49.220 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.221 INFO kablam! --> src/geometry/isometry_alias.rs:15:31 Sep 21 06:43:49.230 INFO kablam! | Sep 21 06:43:49.230 INFO kablam! 15 | pub type IsometryMatrix3 = Isometry>; Sep 21 06:43:49.230 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.230 INFO kablam! | | Sep 21 06:43:49.230 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.230 INFO kablam! | Sep 21 06:43:49.230 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.230 INFO kablam! --> src/geometry/isometry_alias.rs:15:31 Sep 21 06:43:49.230 INFO kablam! | Sep 21 06:43:49.230 INFO kablam! 15 | pub type IsometryMatrix3 = Isometry>; Sep 21 06:43:49.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.230 INFO kablam! Sep 21 06:43:49.442 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.442 INFO kablam! --> src/geometry/isometry_alias.rs:6:25 Sep 21 06:43:49.442 INFO kablam! | Sep 21 06:43:49.442 INFO kablam! 6 | pub type Isometry2 = Isometry>; Sep 21 06:43:49.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.442 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.443 INFO kablam! --> src/geometry/similarity_alias.rs:6:27 Sep 21 06:43:49.443 INFO kablam! | Sep 21 06:43:49.443 INFO kablam! 6 | pub type Similarity2 = Similarity>; Sep 21 06:43:49.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.443 INFO kablam! | Sep 21 06:43:49.443 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.443 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.443 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.443 INFO kablam! Sep 21 06:43:49.443 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.443 INFO kablam! --> src/geometry/similarity_alias.rs:6:27 Sep 21 06:43:49.443 INFO kablam! | Sep 21 06:43:49.443 INFO kablam! 6 | pub type Similarity2 = Similarity>; Sep 21 06:43:49.443 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.443 INFO kablam! | | Sep 21 06:43:49.443 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.443 INFO kablam! | Sep 21 06:43:49.443 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.443 INFO kablam! --> src/geometry/similarity_alias.rs:6:27 Sep 21 06:43:49.443 INFO kablam! | Sep 21 06:43:49.443 INFO kablam! 6 | pub type Similarity2 = Similarity>; Sep 21 06:43:49.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.443 INFO kablam! Sep 21 06:43:49.443 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.443 INFO kablam! --> src/geometry/similarity_alias.rs:9:27 Sep 21 06:43:49.443 INFO kablam! | Sep 21 06:43:49.443 INFO kablam! 9 | pub type Similarity3 = Similarity>; Sep 21 06:43:49.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.443 INFO kablam! | Sep 21 06:43:49.443 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.443 INFO kablam! | Sep 21 06:43:49.443 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.443 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.443 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.443 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.443 INFO kablam! Sep 21 06:43:49.443 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.443 INFO kablam! Sep 21 06:43:49.443 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.443 INFO kablam! --> src/geometry/similarity_alias.rs:9:27 Sep 21 06:43:49.443 INFO kablam! | Sep 21 06:43:49.443 INFO kablam! 9 | pub type Similarity3 = Similarity>; Sep 21 06:43:49.443 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.443 INFO kablam! | | Sep 21 06:43:49.443 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.443 INFO kablam! | Sep 21 06:43:49.443 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.443 INFO kablam! --> src/geometry/similarity_alias.rs:9:27 Sep 21 06:43:49.443 INFO kablam! | Sep 21 06:43:49.443 INFO kablam! 9 | pub type Similarity3 = Similarity>; Sep 21 06:43:49.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.444 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.444 INFO kablam! --> src/geometry/isometry_alias.rs:6:25 Sep 21 06:43:49.444 INFO kablam! | Sep 21 06:43:49.444 INFO kablam! 6 | pub type Isometry2 = Isometry>; Sep 21 06:43:49.444 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.444 INFO kablam! | | Sep 21 06:43:49.444 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.444 INFO kablam! Sep 21 06:43:49.444 INFO kablam! | Sep 21 06:43:49.444 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.444 INFO kablam! --> src/geometry/isometry_alias.rs:6:25 Sep 21 06:43:49.444 INFO kablam! | Sep 21 06:43:49.444 INFO kablam! 6 | pub type Isometry2 = Isometry>; Sep 21 06:43:49.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.444 INFO kablam! Sep 21 06:43:49.444 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.444 INFO kablam! --> src/geometry/isometry_alias.rs:9:25 Sep 21 06:43:49.444 INFO kablam! | Sep 21 06:43:49.444 INFO kablam! 9 | pub type Isometry3 = Isometry>; Sep 21 06:43:49.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.444 INFO kablam! | Sep 21 06:43:49.444 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.444 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.444 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.444 INFO kablam! Sep 21 06:43:49.444 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.445 INFO kablam! --> src/geometry/isometry_alias.rs:9:25 Sep 21 06:43:49.445 INFO kablam! | Sep 21 06:43:49.445 INFO kablam! 9 | pub type Isometry3 = Isometry>; Sep 21 06:43:49.446 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.446 INFO kablam! | | Sep 21 06:43:49.447 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.447 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.447 INFO kablam! --> src/geometry/similarity_alias.rs:12:33 Sep 21 06:43:49.447 INFO kablam! | Sep 21 06:43:49.447 INFO kablam! 12 | pub type SimilarityMatrix2 = Similarity>; Sep 21 06:43:49.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.447 INFO kablam! | Sep 21 06:43:49.447 INFO kablam! | Sep 21 06:43:49.447 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.447 INFO kablam! --> src/geometry/isometry_alias.rs:9:25 Sep 21 06:43:49.447 INFO kablam! | Sep 21 06:43:49.447 INFO kablam! 9 | pub type Isometry3 = Isometry>; Sep 21 06:43:49.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.447 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.447 INFO kablam! Sep 21 06:43:49.447 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.447 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.447 INFO kablam! Sep 21 06:43:49.447 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.447 INFO kablam! --> src/geometry/similarity_alias.rs:12:33 Sep 21 06:43:49.447 INFO kablam! | Sep 21 06:43:49.447 INFO kablam! 12 | pub type SimilarityMatrix2 = Similarity>; Sep 21 06:43:49.447 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.447 INFO kablam! | | Sep 21 06:43:49.447 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.447 INFO kablam! | Sep 21 06:43:49.447 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.447 INFO kablam! --> src/geometry/similarity_alias.rs:12:33 Sep 21 06:43:49.447 INFO kablam! | Sep 21 06:43:49.447 INFO kablam! 12 | pub type SimilarityMatrix2 = Similarity>; Sep 21 06:43:49.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.447 INFO kablam! Sep 21 06:43:49.454 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.455 INFO kablam! --> src/geometry/isometry_alias.rs:12:31 Sep 21 06:43:49.455 INFO kablam! | Sep 21 06:43:49.455 INFO kablam! 12 | pub type IsometryMatrix2 = Isometry>; Sep 21 06:43:49.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.456 INFO kablam! | Sep 21 06:43:49.456 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.456 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.456 INFO kablam! --> src/geometry/similarity_alias.rs:15:33 Sep 21 06:43:49.456 INFO kablam! | Sep 21 06:43:49.456 INFO kablam! 15 | pub type SimilarityMatrix3 = Similarity>; Sep 21 06:43:49.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.456 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.457 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.457 INFO kablam! Sep 21 06:43:49.457 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.457 INFO kablam! --> src/geometry/isometry_alias.rs:12:31 Sep 21 06:43:49.457 INFO kablam! | Sep 21 06:43:49.457 INFO kablam! 12 | pub type IsometryMatrix2 = Isometry>; Sep 21 06:43:49.457 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.458 INFO kablam! | | Sep 21 06:43:49.458 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.458 INFO kablam! | Sep 21 06:43:49.458 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.458 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.458 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.458 INFO kablam! | Sep 21 06:43:49.458 INFO kablam! Sep 21 06:43:49.458 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.458 INFO kablam! --> src/geometry/isometry_alias.rs:12:31 Sep 21 06:43:49.458 INFO kablam! | Sep 21 06:43:49.458 INFO kablam! 12 | pub type IsometryMatrix2 = Isometry>; Sep 21 06:43:49.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.458 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.458 INFO kablam! --> src/geometry/similarity_alias.rs:15:33 Sep 21 06:43:49.458 INFO kablam! | Sep 21 06:43:49.458 INFO kablam! 15 | pub type SimilarityMatrix3 = Similarity>; Sep 21 06:43:49.458 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.458 INFO kablam! | | Sep 21 06:43:49.458 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.458 INFO kablam! Sep 21 06:43:49.458 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.458 INFO kablam! --> src/geometry/isometry_alias.rs:15:31 Sep 21 06:43:49.458 INFO kablam! | Sep 21 06:43:49.458 INFO kablam! 15 | pub type IsometryMatrix3 = Isometry>; Sep 21 06:43:49.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.458 INFO kablam! | Sep 21 06:43:49.458 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.458 INFO kablam! --> src/geometry/similarity_alias.rs:15:33 Sep 21 06:43:49.458 INFO kablam! | Sep 21 06:43:49.458 INFO kablam! 15 | pub type SimilarityMatrix3 = Similarity>; Sep 21 06:43:49.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.458 INFO kablam! Sep 21 06:43:49.470 INFO kablam! | Sep 21 06:43:49.470 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.470 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.470 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.470 INFO kablam! Sep 21 06:43:49.470 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.470 INFO kablam! --> src/geometry/isometry_alias.rs:15:31 Sep 21 06:43:49.470 INFO kablam! | Sep 21 06:43:49.470 INFO kablam! 15 | pub type IsometryMatrix3 = Isometry>; Sep 21 06:43:49.470 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.470 INFO kablam! | | Sep 21 06:43:49.471 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.471 INFO kablam! | Sep 21 06:43:49.471 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.471 INFO kablam! --> src/geometry/isometry_alias.rs:15:31 Sep 21 06:43:49.471 INFO kablam! | Sep 21 06:43:49.471 INFO kablam! 15 | pub type IsometryMatrix3 = Isometry>; Sep 21 06:43:49.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.471 INFO kablam! Sep 21 06:43:49.592 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.592 INFO kablam! --> src/geometry/transform_alias.rs:6:26 Sep 21 06:43:49.592 INFO kablam! | Sep 21 06:43:49.592 INFO kablam! 6 | pub type Transform2 = Transform; Sep 21 06:43:49.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.610 INFO kablam! | Sep 21 06:43:49.611 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.611 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.611 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.611 INFO kablam! Sep 21 06:43:49.611 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.611 INFO kablam! --> src/geometry/transform_alias.rs:6:26 Sep 21 06:43:49.611 INFO kablam! | Sep 21 06:43:49.611 INFO kablam! 6 | pub type Transform2 = Transform; Sep 21 06:43:49.611 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.611 INFO kablam! | | Sep 21 06:43:49.611 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.611 INFO kablam! | Sep 21 06:43:49.611 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.611 INFO kablam! --> src/geometry/transform_alias.rs:6:26 Sep 21 06:43:49.611 INFO kablam! | Sep 21 06:43:49.611 INFO kablam! 6 | pub type Transform2 = Transform; Sep 21 06:43:49.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.612 INFO kablam! Sep 21 06:43:49.612 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.612 INFO kablam! --> src/geometry/transform_alias.rs:8:27 Sep 21 06:43:49.612 INFO kablam! | Sep 21 06:43:49.612 INFO kablam! 8 | pub type Projective2 = Transform; Sep 21 06:43:49.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.612 INFO kablam! | Sep 21 06:43:49.612 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.612 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.612 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.612 INFO kablam! Sep 21 06:43:49.612 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.613 INFO kablam! --> src/geometry/transform_alias.rs:8:27 Sep 21 06:43:49.613 INFO kablam! | Sep 21 06:43:49.613 INFO kablam! 8 | pub type Projective2 = Transform; Sep 21 06:43:49.613 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.613 INFO kablam! | | Sep 21 06:43:49.613 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.613 INFO kablam! | Sep 21 06:43:49.613 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.613 INFO kablam! --> src/geometry/transform_alias.rs:8:27 Sep 21 06:43:49.614 INFO kablam! | Sep 21 06:43:49.614 INFO kablam! 8 | pub type Projective2 = Transform; Sep 21 06:43:49.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.614 INFO kablam! Sep 21 06:43:49.614 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.614 INFO kablam! --> src/geometry/transform_alias.rs:10:23 Sep 21 06:43:49.614 INFO kablam! | Sep 21 06:43:49.614 INFO kablam! 10 | pub type Affine2 = Transform; Sep 21 06:43:49.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.615 INFO kablam! | Sep 21 06:43:49.615 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.615 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.615 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.616 INFO kablam! Sep 21 06:43:49.616 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.616 INFO kablam! --> src/geometry/transform_alias.rs:10:23 Sep 21 06:43:49.616 INFO kablam! | Sep 21 06:43:49.616 INFO kablam! 10 | pub type Affine2 = Transform; Sep 21 06:43:49.617 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.617 INFO kablam! | | Sep 21 06:43:49.617 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.617 INFO kablam! | Sep 21 06:43:49.617 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.617 INFO kablam! --> src/geometry/transform_alias.rs:10:23 Sep 21 06:43:49.617 INFO kablam! | Sep 21 06:43:49.618 INFO kablam! 10 | pub type Affine2 = Transform; Sep 21 06:43:49.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.618 INFO kablam! Sep 21 06:43:49.618 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.618 INFO kablam! --> src/geometry/transform_alias.rs:13:26 Sep 21 06:43:49.618 INFO kablam! | Sep 21 06:43:49.618 INFO kablam! 13 | pub type Transform3 = Transform; Sep 21 06:43:49.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.618 INFO kablam! | Sep 21 06:43:49.618 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.619 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.619 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.619 INFO kablam! Sep 21 06:43:49.619 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.619 INFO kablam! --> src/geometry/transform_alias.rs:13:26 Sep 21 06:43:49.619 INFO kablam! | Sep 21 06:43:49.619 INFO kablam! 13 | pub type Transform3 = Transform; Sep 21 06:43:49.619 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.619 INFO kablam! | | Sep 21 06:43:49.619 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.620 INFO kablam! | Sep 21 06:43:49.620 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.620 INFO kablam! --> src/geometry/transform_alias.rs:13:26 Sep 21 06:43:49.620 INFO kablam! | Sep 21 06:43:49.620 INFO kablam! 13 | pub type Transform3 = Transform; Sep 21 06:43:49.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.620 INFO kablam! Sep 21 06:43:49.620 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.620 INFO kablam! --> src/geometry/transform_alias.rs:15:27 Sep 21 06:43:49.620 INFO kablam! | Sep 21 06:43:49.620 INFO kablam! 15 | pub type Projective3 = Transform; Sep 21 06:43:49.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.621 INFO kablam! | Sep 21 06:43:49.621 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.621 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.621 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.621 INFO kablam! Sep 21 06:43:49.621 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.621 INFO kablam! --> src/geometry/transform_alias.rs:15:27 Sep 21 06:43:49.621 INFO kablam! | Sep 21 06:43:49.621 INFO kablam! 15 | pub type Projective3 = Transform; Sep 21 06:43:49.621 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.621 INFO kablam! | | Sep 21 06:43:49.622 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.622 INFO kablam! | Sep 21 06:43:49.622 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.622 INFO kablam! --> src/geometry/transform_alias.rs:15:27 Sep 21 06:43:49.622 INFO kablam! | Sep 21 06:43:49.622 INFO kablam! 15 | pub type Projective3 = Transform; Sep 21 06:43:49.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.622 INFO kablam! Sep 21 06:43:49.622 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.622 INFO kablam! --> src/geometry/transform_alias.rs:17:23 Sep 21 06:43:49.622 INFO kablam! | Sep 21 06:43:49.622 INFO kablam! 17 | pub type Affine3 = Transform; Sep 21 06:43:49.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.622 INFO kablam! | Sep 21 06:43:49.622 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.622 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.622 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.622 INFO kablam! Sep 21 06:43:49.622 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.623 INFO kablam! --> src/geometry/transform_alias.rs:17:23 Sep 21 06:43:49.623 INFO kablam! | Sep 21 06:43:49.623 INFO kablam! 17 | pub type Affine3 = Transform; Sep 21 06:43:49.623 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.623 INFO kablam! | | Sep 21 06:43:49.623 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.623 INFO kablam! | Sep 21 06:43:49.623 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.623 INFO kablam! --> src/geometry/transform_alias.rs:17:23 Sep 21 06:43:49.623 INFO kablam! | Sep 21 06:43:49.623 INFO kablam! 17 | pub type Affine3 = Transform; Sep 21 06:43:49.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.623 INFO kablam! Sep 21 06:43:49.670 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.670 INFO kablam! --> src/geometry/similarity_alias.rs:6:27 Sep 21 06:43:49.670 INFO kablam! | Sep 21 06:43:49.671 INFO kablam! 6 | pub type Similarity2 = Similarity>; Sep 21 06:43:49.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.671 INFO kablam! | Sep 21 06:43:49.671 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.671 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.671 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.671 INFO kablam! Sep 21 06:43:49.671 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.672 INFO kablam! --> src/geometry/similarity_alias.rs:6:27 Sep 21 06:43:49.672 INFO kablam! | Sep 21 06:43:49.672 INFO kablam! 6 | pub type Similarity2 = Similarity>; Sep 21 06:43:49.672 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.672 INFO kablam! | | Sep 21 06:43:49.672 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.672 INFO kablam! | Sep 21 06:43:49.673 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.673 INFO kablam! --> src/geometry/similarity_alias.rs:6:27 Sep 21 06:43:49.673 INFO kablam! | Sep 21 06:43:49.673 INFO kablam! 6 | pub type Similarity2 = Similarity>; Sep 21 06:43:49.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.673 INFO kablam! Sep 21 06:43:49.673 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.673 INFO kablam! --> src/geometry/similarity_alias.rs:9:27 Sep 21 06:43:49.674 INFO kablam! | Sep 21 06:43:49.674 INFO kablam! 9 | pub type Similarity3 = Similarity>; Sep 21 06:43:49.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.674 INFO kablam! | Sep 21 06:43:49.675 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.675 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.675 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.675 INFO kablam! Sep 21 06:43:49.675 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.675 INFO kablam! --> src/geometry/similarity_alias.rs:9:27 Sep 21 06:43:49.675 INFO kablam! | Sep 21 06:43:49.675 INFO kablam! 9 | pub type Similarity3 = Similarity>; Sep 21 06:43:49.675 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.676 INFO kablam! | | Sep 21 06:43:49.676 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.676 INFO kablam! | Sep 21 06:43:49.676 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.676 INFO kablam! --> src/geometry/similarity_alias.rs:9:27 Sep 21 06:43:49.676 INFO kablam! | Sep 21 06:43:49.676 INFO kablam! 9 | pub type Similarity3 = Similarity>; Sep 21 06:43:49.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.676 INFO kablam! Sep 21 06:43:49.676 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.676 INFO kablam! --> src/geometry/similarity_alias.rs:12:33 Sep 21 06:43:49.676 INFO kablam! | Sep 21 06:43:49.677 INFO kablam! 12 | pub type SimilarityMatrix2 = Similarity>; Sep 21 06:43:49.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.677 INFO kablam! | Sep 21 06:43:49.677 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.677 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.677 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.677 INFO kablam! Sep 21 06:43:49.677 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.677 INFO kablam! --> src/geometry/similarity_alias.rs:12:33 Sep 21 06:43:49.677 INFO kablam! | Sep 21 06:43:49.677 INFO kablam! 12 | pub type SimilarityMatrix2 = Similarity>; Sep 21 06:43:49.677 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.677 INFO kablam! | | Sep 21 06:43:49.678 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.678 INFO kablam! | Sep 21 06:43:49.678 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.678 INFO kablam! --> src/geometry/similarity_alias.rs:12:33 Sep 21 06:43:49.678 INFO kablam! | Sep 21 06:43:49.678 INFO kablam! 12 | pub type SimilarityMatrix2 = Similarity>; Sep 21 06:43:49.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.678 INFO kablam! Sep 21 06:43:49.678 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.678 INFO kablam! --> src/geometry/similarity_alias.rs:15:33 Sep 21 06:43:49.678 INFO kablam! | Sep 21 06:43:49.679 INFO kablam! 15 | pub type SimilarityMatrix3 = Similarity>; Sep 21 06:43:49.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.679 INFO kablam! | Sep 21 06:43:49.679 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.679 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.679 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.679 INFO kablam! Sep 21 06:43:49.679 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.679 INFO kablam! --> src/geometry/similarity_alias.rs:15:33 Sep 21 06:43:49.679 INFO kablam! | Sep 21 06:43:49.679 INFO kablam! 15 | pub type SimilarityMatrix3 = Similarity>; Sep 21 06:43:49.679 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.679 INFO kablam! | | Sep 21 06:43:49.679 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.679 INFO kablam! | Sep 21 06:43:49.679 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.679 INFO kablam! --> src/geometry/similarity_alias.rs:15:33 Sep 21 06:43:49.679 INFO kablam! | Sep 21 06:43:49.679 INFO kablam! 15 | pub type SimilarityMatrix3 = Similarity>; Sep 21 06:43:49.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.679 INFO kablam! Sep 21 06:43:49.783 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.783 INFO kablam! --> src/geometry/transform_alias.rs:6:26 Sep 21 06:43:49.783 INFO kablam! | Sep 21 06:43:49.783 INFO kablam! 6 | pub type Transform2 = Transform; Sep 21 06:43:49.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.783 INFO kablam! | Sep 21 06:43:49.783 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.783 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.783 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.783 INFO kablam! Sep 21 06:43:49.783 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.783 INFO kablam! --> src/geometry/transform_alias.rs:6:26 Sep 21 06:43:49.783 INFO kablam! | Sep 21 06:43:49.783 INFO kablam! 6 | pub type Transform2 = Transform; Sep 21 06:43:49.783 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.784 INFO kablam! | | Sep 21 06:43:49.784 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.784 INFO kablam! | Sep 21 06:43:49.784 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.784 INFO kablam! --> src/geometry/transform_alias.rs:6:26 Sep 21 06:43:49.784 INFO kablam! | Sep 21 06:43:49.784 INFO kablam! 6 | pub type Transform2 = Transform; Sep 21 06:43:49.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.784 INFO kablam! Sep 21 06:43:49.784 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.784 INFO kablam! --> src/geometry/transform_alias.rs:8:27 Sep 21 06:43:49.784 INFO kablam! | Sep 21 06:43:49.784 INFO kablam! 8 | pub type Projective2 = Transform; Sep 21 06:43:49.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.784 INFO kablam! | Sep 21 06:43:49.784 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.784 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.784 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.784 INFO kablam! Sep 21 06:43:49.784 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.784 INFO kablam! --> src/geometry/transform_alias.rs:8:27 Sep 21 06:43:49.784 INFO kablam! | Sep 21 06:43:49.784 INFO kablam! 8 | pub type Projective2 = Transform; Sep 21 06:43:49.784 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.784 INFO kablam! | | Sep 21 06:43:49.784 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.784 INFO kablam! | Sep 21 06:43:49.785 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.785 INFO kablam! --> src/geometry/transform_alias.rs:8:27 Sep 21 06:43:49.785 INFO kablam! | Sep 21 06:43:49.785 INFO kablam! 8 | pub type Projective2 = Transform; Sep 21 06:43:49.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.785 INFO kablam! Sep 21 06:43:49.785 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.785 INFO kablam! --> src/geometry/transform_alias.rs:10:23 Sep 21 06:43:49.785 INFO kablam! | Sep 21 06:43:49.785 INFO kablam! 10 | pub type Affine2 = Transform; Sep 21 06:43:49.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.785 INFO kablam! | Sep 21 06:43:49.785 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.785 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.785 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.785 INFO kablam! Sep 21 06:43:49.785 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.785 INFO kablam! --> src/geometry/transform_alias.rs:10:23 Sep 21 06:43:49.785 INFO kablam! | Sep 21 06:43:49.785 INFO kablam! 10 | pub type Affine2 = Transform; Sep 21 06:43:49.785 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.785 INFO kablam! | | Sep 21 06:43:49.785 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.785 INFO kablam! | Sep 21 06:43:49.785 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.785 INFO kablam! --> src/geometry/transform_alias.rs:10:23 Sep 21 06:43:49.785 INFO kablam! | Sep 21 06:43:49.785 INFO kablam! 10 | pub type Affine2 = Transform; Sep 21 06:43:49.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.785 INFO kablam! Sep 21 06:43:49.785 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.785 INFO kablam! --> src/geometry/transform_alias.rs:13:26 Sep 21 06:43:49.785 INFO kablam! | Sep 21 06:43:49.785 INFO kablam! 13 | pub type Transform3 = Transform; Sep 21 06:43:49.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.785 INFO kablam! | Sep 21 06:43:49.785 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.785 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.786 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.786 INFO kablam! Sep 21 06:43:49.786 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.786 INFO kablam! --> src/geometry/transform_alias.rs:13:26 Sep 21 06:43:49.786 INFO kablam! | Sep 21 06:43:49.786 INFO kablam! 13 | pub type Transform3 = Transform; Sep 21 06:43:49.786 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.786 INFO kablam! | | Sep 21 06:43:49.786 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.786 INFO kablam! | Sep 21 06:43:49.786 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.786 INFO kablam! --> src/geometry/transform_alias.rs:13:26 Sep 21 06:43:49.786 INFO kablam! | Sep 21 06:43:49.786 INFO kablam! 13 | pub type Transform3 = Transform; Sep 21 06:43:49.786 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.786 INFO kablam! Sep 21 06:43:49.806 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.806 INFO kablam! --> src/geometry/transform_alias.rs:15:27 Sep 21 06:43:49.806 INFO kablam! | Sep 21 06:43:49.806 INFO kablam! 15 | pub type Projective3 = Transform; Sep 21 06:43:49.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.806 INFO kablam! | Sep 21 06:43:49.806 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.806 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.806 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.806 INFO kablam! Sep 21 06:43:49.806 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.806 INFO kablam! --> src/geometry/transform_alias.rs:15:27 Sep 21 06:43:49.806 INFO kablam! | Sep 21 06:43:49.806 INFO kablam! 15 | pub type Projective3 = Transform; Sep 21 06:43:49.806 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.807 INFO kablam! | | Sep 21 06:43:49.807 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.807 INFO kablam! | Sep 21 06:43:49.807 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.807 INFO kablam! --> src/geometry/transform_alias.rs:15:27 Sep 21 06:43:49.807 INFO kablam! | Sep 21 06:43:49.807 INFO kablam! 15 | pub type Projective3 = Transform; Sep 21 06:43:49.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.807 INFO kablam! Sep 21 06:43:49.807 INFO kablam! warning: the trait bound `N: alga::general::Real` is not satisfied Sep 21 06:43:49.808 INFO kablam! --> src/geometry/transform_alias.rs:17:23 Sep 21 06:43:49.808 INFO kablam! | Sep 21 06:43:49.808 INFO kablam! 17 | pub type Affine3 = Transform; Sep 21 06:43:49.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `alga::general::Real` is not implemented for `N` Sep 21 06:43:49.808 INFO kablam! | Sep 21 06:43:49.808 INFO kablam! = help: consider adding a `where N: alga::general::Real` bound Sep 21 06:43:49.808 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.808 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.808 INFO kablam! Sep 21 06:43:49.808 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:49.808 INFO kablam! --> src/geometry/transform_alias.rs:17:23 Sep 21 06:43:49.808 INFO kablam! | Sep 21 06:43:49.808 INFO kablam! 17 | pub type Affine3 = Transform; Sep 21 06:43:49.809 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.809 INFO kablam! | | Sep 21 06:43:49.809 INFO kablam! | help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:49.809 INFO kablam! | Sep 21 06:43:49.809 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:49.809 INFO kablam! --> src/geometry/transform_alias.rs:17:23 Sep 21 06:43:49.809 INFO kablam! | Sep 21 06:43:49.809 INFO kablam! 17 | pub type Affine3 = Transform; Sep 21 06:43:49.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:49.809 INFO kablam! Sep 21 06:43:49.998 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:49.998 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:49.998 INFO kablam! | Sep 21 06:43:49.998 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:49.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:49.998 INFO kablam! ... Sep 21 06:43:49.998 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:49.998 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:49.998 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:49.998 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:49.998 INFO kablam! ... | Sep 21 06:43:49.998 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:49.998 INFO kablam! 189 | | ); Sep 21 06:43:49.998 INFO kablam! | |__- in this macro invocation Sep 21 06:43:49.998 INFO kablam! | Sep 21 06:43:49.998 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:49.998 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimAdd` for `D1` Sep 21 06:43:49.998 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.998 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.998 INFO kablam! Sep 21 06:43:49.998 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:49.998 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:49.998 INFO kablam! | Sep 21 06:43:49.998 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:49.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:49.999 INFO kablam! ... Sep 21 06:43:49.999 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:49.999 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:49.999 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:49.999 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:49.999 INFO kablam! ... | Sep 21 06:43:49.999 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:49.999 INFO kablam! 189 | | ); Sep 21 06:43:49.999 INFO kablam! | |__- in this macro invocation Sep 21 06:43:49.999 INFO kablam! | Sep 21 06:43:49.999 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:49.999 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimAdd` for `D1` Sep 21 06:43:49.999 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:49.999 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:49.999 INFO kablam! Sep 21 06:43:50.002 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.002 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.002 INFO kablam! | Sep 21 06:43:50.002 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.002 INFO kablam! ... Sep 21 06:43:50.002 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.002 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.002 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.002 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.002 INFO kablam! ... | Sep 21 06:43:50.002 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.002 INFO kablam! 189 | | ); Sep 21 06:43:50.002 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.002 INFO kablam! | Sep 21 06:43:50.002 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.002 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameAdd` for `D1` Sep 21 06:43:50.002 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.002 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.002 INFO kablam! Sep 21 06:43:50.002 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.002 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.002 INFO kablam! | Sep 21 06:43:50.002 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.002 INFO kablam! ... Sep 21 06:43:50.002 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.002 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.002 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.002 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.002 INFO kablam! ... | Sep 21 06:43:50.002 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.002 INFO kablam! 189 | | ); Sep 21 06:43:50.002 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.002 INFO kablam! | Sep 21 06:43:50.002 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.002 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameAdd` for `D1` Sep 21 06:43:50.002 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.003 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.003 INFO kablam! Sep 21 06:43:50.014 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.014 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.014 INFO kablam! | Sep 21 06:43:50.014 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.014 INFO kablam! ... Sep 21 06:43:50.014 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.014 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.014 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.014 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.014 INFO kablam! ... | Sep 21 06:43:50.014 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.014 INFO kablam! 189 | | ); Sep 21 06:43:50.014 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.014 INFO kablam! | Sep 21 06:43:50.015 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.015 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMul` for `D1` Sep 21 06:43:50.015 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.015 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.015 INFO kablam! Sep 21 06:43:50.015 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.015 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.015 INFO kablam! | Sep 21 06:43:50.016 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.016 INFO kablam! ... Sep 21 06:43:50.016 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.016 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.016 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.016 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.016 INFO kablam! ... | Sep 21 06:43:50.016 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.016 INFO kablam! 189 | | ); Sep 21 06:43:50.016 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.016 INFO kablam! | Sep 21 06:43:50.016 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.016 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMul` for `D1` Sep 21 06:43:50.016 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.016 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.016 INFO kablam! Sep 21 06:43:50.020 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.020 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.020 INFO kablam! | Sep 21 06:43:50.020 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.020 INFO kablam! ... Sep 21 06:43:50.020 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.020 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.020 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.020 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.020 INFO kablam! ... | Sep 21 06:43:50.020 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.020 INFO kablam! 189 | | ); Sep 21 06:43:50.020 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.020 INFO kablam! | Sep 21 06:43:50.020 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.020 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMul` for `D1` Sep 21 06:43:50.020 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.020 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.020 INFO kablam! Sep 21 06:43:50.020 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.020 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.020 INFO kablam! | Sep 21 06:43:50.021 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.021 INFO kablam! ... Sep 21 06:43:50.021 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.021 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.021 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.021 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.021 INFO kablam! ... | Sep 21 06:43:50.021 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.021 INFO kablam! 189 | | ); Sep 21 06:43:50.021 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.021 INFO kablam! | Sep 21 06:43:50.021 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.021 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMul` for `D1` Sep 21 06:43:50.021 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.022 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.022 INFO kablam! Sep 21 06:43:50.024 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.024 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.024 INFO kablam! | Sep 21 06:43:50.024 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.025 INFO kablam! ... Sep 21 06:43:50.025 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.025 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.025 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.025 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.025 INFO kablam! ... | Sep 21 06:43:50.025 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.025 INFO kablam! 189 | | ); Sep 21 06:43:50.025 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.025 INFO kablam! | Sep 21 06:43:50.025 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.026 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimSub` for `D1` Sep 21 06:43:50.034 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.034 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.034 INFO kablam! Sep 21 06:43:50.034 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.034 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.034 INFO kablam! | Sep 21 06:43:50.034 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.035 INFO kablam! ... Sep 21 06:43:50.035 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.035 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.035 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.035 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.035 INFO kablam! ... | Sep 21 06:43:50.035 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.035 INFO kablam! 189 | | ); Sep 21 06:43:50.035 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.036 INFO kablam! | Sep 21 06:43:50.036 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.036 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimSub` for `D1` Sep 21 06:43:50.036 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.036 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.036 INFO kablam! Sep 21 06:43:50.039 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.039 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.039 INFO kablam! | Sep 21 06:43:50.039 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.040 INFO kablam! ... Sep 21 06:43:50.040 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.040 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.040 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.040 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.040 INFO kablam! ... | Sep 21 06:43:50.040 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.040 INFO kablam! 189 | | ); Sep 21 06:43:50.040 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.041 INFO kablam! | Sep 21 06:43:50.041 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.041 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameSub` for `D1` Sep 21 06:43:50.041 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.041 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.041 INFO kablam! Sep 21 06:43:50.042 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.042 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.042 INFO kablam! | Sep 21 06:43:50.042 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.042 INFO kablam! ... Sep 21 06:43:50.042 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.042 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.042 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.042 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.042 INFO kablam! ... | Sep 21 06:43:50.043 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.043 INFO kablam! 189 | | ); Sep 21 06:43:50.043 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.043 INFO kablam! | Sep 21 06:43:50.043 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.043 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameSub` for `D1` Sep 21 06:43:50.043 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.043 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.044 INFO kablam! Sep 21 06:43:50.046 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.046 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.046 INFO kablam! | Sep 21 06:43:50.046 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.046 INFO kablam! ... Sep 21 06:43:50.047 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.047 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.047 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.047 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.047 INFO kablam! ... | Sep 21 06:43:50.047 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.047 INFO kablam! 189 | | ); Sep 21 06:43:50.047 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.047 INFO kablam! | Sep 21 06:43:50.047 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.048 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimDiv` for `D1` Sep 21 06:43:50.048 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.048 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.048 INFO kablam! Sep 21 06:43:50.048 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.048 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.048 INFO kablam! | Sep 21 06:43:50.048 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.049 INFO kablam! ... Sep 21 06:43:50.049 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.049 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.049 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.049 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.049 INFO kablam! ... | Sep 21 06:43:50.049 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.049 INFO kablam! 189 | | ); Sep 21 06:43:50.049 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.049 INFO kablam! | Sep 21 06:43:50.049 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.049 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimDiv` for `D1` Sep 21 06:43:50.049 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.049 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.049 INFO kablam! Sep 21 06:43:50.052 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.052 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.052 INFO kablam! | Sep 21 06:43:50.052 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.062 INFO kablam! ... Sep 21 06:43:50.062 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.062 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.062 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.062 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.062 INFO kablam! ... | Sep 21 06:43:50.062 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.062 INFO kablam! 189 | | ); Sep 21 06:43:50.062 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.062 INFO kablam! | Sep 21 06:43:50.062 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.062 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameDiv` for `D1` Sep 21 06:43:50.062 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.062 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.062 INFO kablam! Sep 21 06:43:50.062 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.062 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.062 INFO kablam! | Sep 21 06:43:50.062 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.062 INFO kablam! ... Sep 21 06:43:50.062 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.062 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.062 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.062 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.062 INFO kablam! ... | Sep 21 06:43:50.063 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.063 INFO kablam! 189 | | ); Sep 21 06:43:50.063 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.063 INFO kablam! | Sep 21 06:43:50.063 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.063 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameDiv` for `D1` Sep 21 06:43:50.063 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.063 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.063 INFO kablam! Sep 21 06:43:50.065 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.065 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.065 INFO kablam! | Sep 21 06:43:50.065 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.065 INFO kablam! ... Sep 21 06:43:50.065 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.065 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.065 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.065 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.065 INFO kablam! ... | Sep 21 06:43:50.065 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.065 INFO kablam! 189 | | ); Sep 21 06:43:50.065 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.065 INFO kablam! | Sep 21 06:43:50.065 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.065 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMin` for `D1` Sep 21 06:43:50.065 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.065 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.065 INFO kablam! Sep 21 06:43:50.066 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.066 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.066 INFO kablam! | Sep 21 06:43:50.066 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.066 INFO kablam! ... Sep 21 06:43:50.066 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.066 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.066 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.066 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.066 INFO kablam! ... | Sep 21 06:43:50.066 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.066 INFO kablam! 189 | | ); Sep 21 06:43:50.066 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.066 INFO kablam! | Sep 21 06:43:50.066 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.066 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMin` for `D1` Sep 21 06:43:50.066 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.066 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.066 INFO kablam! Sep 21 06:43:50.069 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.069 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.069 INFO kablam! | Sep 21 06:43:50.069 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.069 INFO kablam! ... Sep 21 06:43:50.069 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.069 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.069 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.069 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.069 INFO kablam! ... | Sep 21 06:43:50.069 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.069 INFO kablam! 189 | | ); Sep 21 06:43:50.069 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.069 INFO kablam! | Sep 21 06:43:50.069 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.069 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMin` for `D1` Sep 21 06:43:50.069 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.069 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.069 INFO kablam! Sep 21 06:43:50.078 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.078 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.078 INFO kablam! | Sep 21 06:43:50.078 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.078 INFO kablam! ... Sep 21 06:43:50.078 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.078 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.078 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.078 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.078 INFO kablam! ... | Sep 21 06:43:50.078 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.078 INFO kablam! 189 | | ); Sep 21 06:43:50.078 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.078 INFO kablam! | Sep 21 06:43:50.078 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.078 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMin` for `D1` Sep 21 06:43:50.078 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.078 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.078 INFO kablam! Sep 21 06:43:50.081 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.081 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.081 INFO kablam! | Sep 21 06:43:50.081 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.081 INFO kablam! ... Sep 21 06:43:50.081 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.081 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.081 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.081 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.081 INFO kablam! ... | Sep 21 06:43:50.081 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.081 INFO kablam! 189 | | ); Sep 21 06:43:50.081 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.081 INFO kablam! | Sep 21 06:43:50.081 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.081 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMax` for `D1` Sep 21 06:43:50.081 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.081 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.081 INFO kablam! Sep 21 06:43:50.081 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.081 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.081 INFO kablam! | Sep 21 06:43:50.081 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.081 INFO kablam! ... Sep 21 06:43:50.081 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.081 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.081 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.081 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.081 INFO kablam! ... | Sep 21 06:43:50.081 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.081 INFO kablam! 189 | | ); Sep 21 06:43:50.081 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.081 INFO kablam! | Sep 21 06:43:50.081 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.082 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMax` for `D1` Sep 21 06:43:50.082 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.082 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.082 INFO kablam! Sep 21 06:43:50.085 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.085 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.085 INFO kablam! | Sep 21 06:43:50.085 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.085 INFO kablam! ... Sep 21 06:43:50.085 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.085 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.085 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.085 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.085 INFO kablam! ... | Sep 21 06:43:50.085 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.085 INFO kablam! 189 | | ); Sep 21 06:43:50.085 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.085 INFO kablam! | Sep 21 06:43:50.085 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.085 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMax` for `D1` Sep 21 06:43:50.085 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.085 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.085 INFO kablam! Sep 21 06:43:50.085 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.085 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.085 INFO kablam! | Sep 21 06:43:50.085 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.085 INFO kablam! ... Sep 21 06:43:50.085 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.085 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.085 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.085 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.085 INFO kablam! ... | Sep 21 06:43:50.085 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.086 INFO kablam! 189 | | ); Sep 21 06:43:50.086 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.086 INFO kablam! | Sep 21 06:43:50.086 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.086 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMax` for `D1` Sep 21 06:43:50.086 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.086 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.086 INFO kablam! Sep 21 06:43:50.173 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.173 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.173 INFO kablam! | Sep 21 06:43:50.173 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.173 INFO kablam! ... Sep 21 06:43:50.175 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.175 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.175 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.175 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.175 INFO kablam! ... | Sep 21 06:43:50.175 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.175 INFO kablam! 189 | | ); Sep 21 06:43:50.175 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.175 INFO kablam! | Sep 21 06:43:50.175 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.175 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimAdd` for `D1` Sep 21 06:43:50.175 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.175 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.175 INFO kablam! Sep 21 06:43:50.175 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.175 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.175 INFO kablam! | Sep 21 06:43:50.175 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.175 INFO kablam! ... Sep 21 06:43:50.175 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.175 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.175 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.175 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.175 INFO kablam! ... | Sep 21 06:43:50.175 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.175 INFO kablam! 189 | | ); Sep 21 06:43:50.175 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.175 INFO kablam! | Sep 21 06:43:50.175 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.175 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimAdd` for `D1` Sep 21 06:43:50.175 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.175 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.175 INFO kablam! Sep 21 06:43:50.177 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.177 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.177 INFO kablam! | Sep 21 06:43:50.177 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.177 INFO kablam! ... Sep 21 06:43:50.177 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.177 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.177 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.177 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.177 INFO kablam! ... | Sep 21 06:43:50.177 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.177 INFO kablam! 189 | | ); Sep 21 06:43:50.177 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.178 INFO kablam! | Sep 21 06:43:50.178 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.178 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameAdd` for `D1` Sep 21 06:43:50.178 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.178 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.183 INFO kablam! Sep 21 06:43:50.183 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.183 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.183 INFO kablam! | Sep 21 06:43:50.183 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.183 INFO kablam! ... Sep 21 06:43:50.183 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.183 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.183 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.183 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.183 INFO kablam! ... | Sep 21 06:43:50.183 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.183 INFO kablam! 189 | | ); Sep 21 06:43:50.183 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.183 INFO kablam! | Sep 21 06:43:50.183 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.183 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameAdd` for `D1` Sep 21 06:43:50.183 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.183 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.183 INFO kablam! Sep 21 06:43:50.186 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.186 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.186 INFO kablam! | Sep 21 06:43:50.186 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.186 INFO kablam! ... Sep 21 06:43:50.186 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.186 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.186 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.186 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.186 INFO kablam! ... | Sep 21 06:43:50.186 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.187 INFO kablam! 189 | | ); Sep 21 06:43:50.187 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.187 INFO kablam! | Sep 21 06:43:50.187 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.187 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMul` for `D1` Sep 21 06:43:50.187 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.187 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.187 INFO kablam! Sep 21 06:43:50.187 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.187 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.187 INFO kablam! | Sep 21 06:43:50.187 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.187 INFO kablam! ... Sep 21 06:43:50.187 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.187 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.187 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.187 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.187 INFO kablam! ... | Sep 21 06:43:50.187 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.187 INFO kablam! 189 | | ); Sep 21 06:43:50.187 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.187 INFO kablam! | Sep 21 06:43:50.187 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.187 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMul` for `D1` Sep 21 06:43:50.187 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.187 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.187 INFO kablam! Sep 21 06:43:50.193 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.193 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.193 INFO kablam! | Sep 21 06:43:50.193 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.193 INFO kablam! ... Sep 21 06:43:50.193 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.193 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.193 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.193 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.193 INFO kablam! ... | Sep 21 06:43:50.193 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.193 INFO kablam! 189 | | ); Sep 21 06:43:50.193 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.193 INFO kablam! | Sep 21 06:43:50.193 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.193 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMul` for `D1` Sep 21 06:43:50.193 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.193 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.193 INFO kablam! Sep 21 06:43:50.193 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.193 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.193 INFO kablam! | Sep 21 06:43:50.193 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.193 INFO kablam! ... Sep 21 06:43:50.193 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.193 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.193 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.193 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.193 INFO kablam! ... | Sep 21 06:43:50.193 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.193 INFO kablam! 189 | | ); Sep 21 06:43:50.193 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.193 INFO kablam! | Sep 21 06:43:50.193 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.193 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMul` for `D1` Sep 21 06:43:50.193 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.193 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.193 INFO kablam! Sep 21 06:43:50.205 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.205 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.205 INFO kablam! | Sep 21 06:43:50.205 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.205 INFO kablam! ... Sep 21 06:43:50.205 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.205 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.205 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.205 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.205 INFO kablam! ... | Sep 21 06:43:50.205 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.205 INFO kablam! 189 | | ); Sep 21 06:43:50.205 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.205 INFO kablam! | Sep 21 06:43:50.205 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.205 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimSub` for `D1` Sep 21 06:43:50.205 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.205 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.205 INFO kablam! Sep 21 06:43:50.205 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.205 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.205 INFO kablam! | Sep 21 06:43:50.205 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.205 INFO kablam! ... Sep 21 06:43:50.206 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.206 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.206 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.206 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.206 INFO kablam! ... | Sep 21 06:43:50.206 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.206 INFO kablam! 189 | | ); Sep 21 06:43:50.206 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.206 INFO kablam! | Sep 21 06:43:50.206 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.206 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimSub` for `D1` Sep 21 06:43:50.206 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.206 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.206 INFO kablam! Sep 21 06:43:50.208 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.208 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.208 INFO kablam! | Sep 21 06:43:50.208 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.208 INFO kablam! ... Sep 21 06:43:50.208 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.208 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.208 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.208 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.208 INFO kablam! ... | Sep 21 06:43:50.208 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.208 INFO kablam! 189 | | ); Sep 21 06:43:50.208 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.208 INFO kablam! | Sep 21 06:43:50.208 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.208 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameSub` for `D1` Sep 21 06:43:50.208 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.208 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.209 INFO kablam! Sep 21 06:43:50.210 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.210 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.210 INFO kablam! | Sep 21 06:43:50.210 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.210 INFO kablam! ... Sep 21 06:43:50.210 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.210 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.210 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.210 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.210 INFO kablam! ... | Sep 21 06:43:50.210 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.210 INFO kablam! 189 | | ); Sep 21 06:43:50.210 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.210 INFO kablam! | Sep 21 06:43:50.210 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.210 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameSub` for `D1` Sep 21 06:43:50.210 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.210 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.210 INFO kablam! Sep 21 06:43:50.212 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.212 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.212 INFO kablam! | Sep 21 06:43:50.215 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.215 INFO kablam! ... Sep 21 06:43:50.215 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.215 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.215 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.215 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.215 INFO kablam! ... | Sep 21 06:43:50.215 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.215 INFO kablam! 189 | | ); Sep 21 06:43:50.215 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.215 INFO kablam! | Sep 21 06:43:50.215 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.215 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimDiv` for `D1` Sep 21 06:43:50.215 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.215 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.215 INFO kablam! Sep 21 06:43:50.215 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.215 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.215 INFO kablam! | Sep 21 06:43:50.215 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.215 INFO kablam! ... Sep 21 06:43:50.215 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.215 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.215 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.215 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.215 INFO kablam! ... | Sep 21 06:43:50.215 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.215 INFO kablam! 189 | | ); Sep 21 06:43:50.215 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.215 INFO kablam! | Sep 21 06:43:50.215 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.215 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimDiv` for `D1` Sep 21 06:43:50.216 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.216 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.216 INFO kablam! Sep 21 06:43:50.219 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.219 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.219 INFO kablam! | Sep 21 06:43:50.219 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.219 INFO kablam! ... Sep 21 06:43:50.219 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.219 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.219 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.219 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.219 INFO kablam! ... | Sep 21 06:43:50.219 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.219 INFO kablam! 189 | | ); Sep 21 06:43:50.219 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.219 INFO kablam! | Sep 21 06:43:50.219 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.219 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameDiv` for `D1` Sep 21 06:43:50.219 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.219 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.219 INFO kablam! Sep 21 06:43:50.219 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.219 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.219 INFO kablam! | Sep 21 06:43:50.219 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.219 INFO kablam! ... Sep 21 06:43:50.219 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.219 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.219 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.219 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.220 INFO kablam! ... | Sep 21 06:43:50.220 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.220 INFO kablam! 189 | | ); Sep 21 06:43:50.220 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.223 INFO kablam! | Sep 21 06:43:50.224 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.224 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameDiv` for `D1` Sep 21 06:43:50.224 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.224 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.224 INFO kablam! Sep 21 06:43:50.228 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.228 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.228 INFO kablam! | Sep 21 06:43:50.228 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.228 INFO kablam! ... Sep 21 06:43:50.228 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.228 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.228 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.228 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.228 INFO kablam! ... | Sep 21 06:43:50.228 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.228 INFO kablam! 189 | | ); Sep 21 06:43:50.228 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.228 INFO kablam! | Sep 21 06:43:50.228 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.229 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMin` for `D1` Sep 21 06:43:50.229 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.229 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.229 INFO kablam! Sep 21 06:43:50.229 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.229 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.229 INFO kablam! | Sep 21 06:43:50.229 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.229 INFO kablam! ... Sep 21 06:43:50.229 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.229 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.229 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.229 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.229 INFO kablam! ... | Sep 21 06:43:50.229 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.229 INFO kablam! 189 | | ); Sep 21 06:43:50.229 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.229 INFO kablam! | Sep 21 06:43:50.229 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.229 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMin` for `D1` Sep 21 06:43:50.229 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.229 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.229 INFO kablam! Sep 21 06:43:50.233 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.233 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.233 INFO kablam! | Sep 21 06:43:50.233 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.233 INFO kablam! ... Sep 21 06:43:50.233 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.233 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.233 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.233 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.233 INFO kablam! ... | Sep 21 06:43:50.233 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.233 INFO kablam! 189 | | ); Sep 21 06:43:50.233 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.233 INFO kablam! | Sep 21 06:43:50.233 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.242 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMin` for `D1` Sep 21 06:43:50.242 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.242 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.242 INFO kablam! Sep 21 06:43:50.242 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.242 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.242 INFO kablam! | Sep 21 06:43:50.242 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.242 INFO kablam! ... Sep 21 06:43:50.242 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.242 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.242 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.242 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.242 INFO kablam! ... | Sep 21 06:43:50.242 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.242 INFO kablam! 189 | | ); Sep 21 06:43:50.242 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.242 INFO kablam! | Sep 21 06:43:50.243 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.243 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMin` for `D1` Sep 21 06:43:50.243 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.243 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.243 INFO kablam! Sep 21 06:43:50.245 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.245 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.245 INFO kablam! | Sep 21 06:43:50.245 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.246 INFO kablam! ... Sep 21 06:43:50.246 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.246 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.246 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.246 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.246 INFO kablam! ... | Sep 21 06:43:50.246 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.246 INFO kablam! 189 | | ); Sep 21 06:43:50.246 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.246 INFO kablam! | Sep 21 06:43:50.246 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.246 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMax` for `D1` Sep 21 06:43:50.246 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.246 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.246 INFO kablam! Sep 21 06:43:50.246 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.246 INFO kablam! --> src/core/dimension.rs:124:38 Sep 21 06:43:50.246 INFO kablam! | Sep 21 06:43:50.246 INFO kablam! 124 | pub type $DimResOp = >::Output; Sep 21 06:43:50.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.246 INFO kablam! ... Sep 21 06:43:50.246 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.246 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.246 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.246 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.246 INFO kablam! ... | Sep 21 06:43:50.246 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.247 INFO kablam! 189 | | ); Sep 21 06:43:50.247 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.247 INFO kablam! | Sep 21 06:43:50.247 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.247 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimMax` for `D1` Sep 21 06:43:50.247 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.247 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.247 INFO kablam! Sep 21 06:43:50.251 INFO kablam! warning: the trait bound `D1: core::dimension::DimName` is not satisfied Sep 21 06:43:50.251 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.251 INFO kablam! | Sep 21 06:43:50.251 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D1` Sep 21 06:43:50.251 INFO kablam! ... Sep 21 06:43:50.251 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.251 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.251 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.251 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.251 INFO kablam! ... | Sep 21 06:43:50.251 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.251 INFO kablam! 189 | | ); Sep 21 06:43:50.251 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.251 INFO kablam! | Sep 21 06:43:50.251 INFO kablam! = help: consider adding a `where D1: core::dimension::DimName` bound Sep 21 06:43:50.251 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMax` for `D1` Sep 21 06:43:50.251 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.251 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.251 INFO kablam! Sep 21 06:43:50.251 INFO kablam! warning: the trait bound `D2: core::dimension::DimName` is not satisfied Sep 21 06:43:50.251 INFO kablam! --> src/core/dimension.rs:161:42 Sep 21 06:43:50.251 INFO kablam! | Sep 21 06:43:50.251 INFO kablam! 161 | pub type $DimNameResOp = >::Output; Sep 21 06:43:50.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::DimName` is not implemented for `D2` Sep 21 06:43:50.251 INFO kablam! ... Sep 21 06:43:50.251 INFO kablam! 182 | / dim_ops!( Sep 21 06:43:50.251 INFO kablam! 183 | | DimAdd, DimNameAdd, Add, add, Add::add, DimSum, DimNameSum, Sum; Sep 21 06:43:50.251 INFO kablam! 184 | | DimMul, DimNameMul, Mul, mul, Mul::mul, DimProd, DimNameProd, Prod; Sep 21 06:43:50.251 INFO kablam! 185 | | DimSub, DimNameSub, Sub, sub, Sub::sub, DimDiff, DimNameDiff, Diff; Sep 21 06:43:50.251 INFO kablam! ... | Sep 21 06:43:50.251 INFO kablam! 188 | | DimMax, DimNameMax, Max, max, cmp::max, DimMaximum, DimNameMaximum, Maximum; Sep 21 06:43:50.251 INFO kablam! 189 | | ); Sep 21 06:43:50.251 INFO kablam! | |__- in this macro invocation Sep 21 06:43:50.251 INFO kablam! | Sep 21 06:43:50.251 INFO kablam! = help: consider adding a `where D2: core::dimension::DimName` bound Sep 21 06:43:50.251 INFO kablam! = note: required because of the requirements on the impl of `core::dimension::DimNameMax` for `D1` Sep 21 06:43:50.251 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:50.251 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:50.251 INFO kablam! Sep 21 06:43:52.291 INFO kablam! warning: the trait bound `R: core::dimension::Dim` is not satisfied Sep 21 06:43:52.291 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.291 INFO kablam! | Sep 21 06:43:52.291 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `R` Sep 21 06:43:52.291 INFO kablam! ... Sep 21 06:43:52.291 INFO kablam! 602 | / matrix_slice_impl!( Sep 21 06:43:52.291 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 21 06:43:52.291 INFO kablam! 604 | | row, Sep 21 06:43:52.291 INFO kablam! 605 | | row_part, Sep 21 06:43:52.291 INFO kablam! ... | Sep 21 06:43:52.291 INFO kablam! 626 | | rows_range_pair, Sep 21 06:43:52.291 INFO kablam! 627 | | columns_range_pair); Sep 21 06:43:52.291 INFO kablam! | |_________________________- in this macro invocation Sep 21 06:43:52.291 INFO kablam! | Sep 21 06:43:52.291 INFO kablam! = help: consider adding a `where R: core::dimension::Dim` bound Sep 21 06:43:52.291 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.291 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.291 INFO kablam! Sep 21 06:43:52.291 INFO kablam! warning: the trait bound `C: core::dimension::Dim` is not satisfied Sep 21 06:43:52.291 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.291 INFO kablam! | Sep 21 06:43:52.291 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `C` Sep 21 06:43:52.291 INFO kablam! ... Sep 21 06:43:52.291 INFO kablam! 602 | / matrix_slice_impl!( Sep 21 06:43:52.291 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 21 06:43:52.291 INFO kablam! 604 | | row, Sep 21 06:43:52.291 INFO kablam! 605 | | row_part, Sep 21 06:43:52.291 INFO kablam! ... | Sep 21 06:43:52.291 INFO kablam! 626 | | rows_range_pair, Sep 21 06:43:52.291 INFO kablam! 627 | | columns_range_pair); Sep 21 06:43:52.291 INFO kablam! | |_________________________- in this macro invocation Sep 21 06:43:52.291 INFO kablam! | Sep 21 06:43:52.291 INFO kablam! = help: consider adding a `where C: core::dimension::Dim` bound Sep 21 06:43:52.291 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.291 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.291 INFO kablam! Sep 21 06:43:52.291 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:52.291 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.291 INFO kablam! | Sep 21 06:43:52.291 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:52.291 INFO kablam! ... Sep 21 06:43:52.291 INFO kablam! 602 | / matrix_slice_impl!( Sep 21 06:43:52.291 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 21 06:43:52.291 INFO kablam! 604 | | row, Sep 21 06:43:52.291 INFO kablam! 605 | | row_part, Sep 21 06:43:52.291 INFO kablam! ... | Sep 21 06:43:52.291 INFO kablam! 626 | | rows_range_pair, Sep 21 06:43:52.291 INFO kablam! 627 | | columns_range_pair); Sep 21 06:43:52.291 INFO kablam! | |_________________________- in this macro invocation Sep 21 06:43:52.291 INFO kablam! | Sep 21 06:43:52.291 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:52.291 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.291 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.291 INFO kablam! Sep 21 06:43:52.291 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:52.291 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.291 INFO kablam! | Sep 21 06:43:52.291 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:52.291 INFO kablam! ... Sep 21 06:43:52.291 INFO kablam! 602 | / matrix_slice_impl!( Sep 21 06:43:52.291 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 21 06:43:52.291 INFO kablam! 604 | | row, Sep 21 06:43:52.291 INFO kablam! 605 | | row_part, Sep 21 06:43:52.291 INFO kablam! ... | Sep 21 06:43:52.291 INFO kablam! 626 | | rows_range_pair, Sep 21 06:43:52.291 INFO kablam! 627 | | columns_range_pair); Sep 21 06:43:52.291 INFO kablam! | |_________________________- in this macro invocation Sep 21 06:43:52.291 INFO kablam! | Sep 21 06:43:52.291 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:52.291 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.291 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.291 INFO kablam! Sep 21 06:43:52.291 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:52.291 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.292 INFO kablam! | Sep 21 06:43:52.292 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:52.292 INFO kablam! ... Sep 21 06:43:52.292 INFO kablam! 602 | / matrix_slice_impl!( Sep 21 06:43:52.292 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 21 06:43:52.292 INFO kablam! 604 | | row, Sep 21 06:43:52.292 INFO kablam! 605 | | row_part, Sep 21 06:43:52.292 INFO kablam! ... | Sep 21 06:43:52.292 INFO kablam! 626 | | rows_range_pair, Sep 21 06:43:52.292 INFO kablam! 627 | | columns_range_pair); Sep 21 06:43:52.292 INFO kablam! | |_________________________- in this macro invocation Sep 21 06:43:52.292 INFO kablam! | Sep 21 06:43:52.292 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:52.292 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:52.292 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.292 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.292 INFO kablam! Sep 21 06:43:52.292 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:52.292 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.292 INFO kablam! | Sep 21 06:43:52.292 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:52.292 INFO kablam! ... Sep 21 06:43:52.292 INFO kablam! 602 | / matrix_slice_impl!( Sep 21 06:43:52.292 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 21 06:43:52.292 INFO kablam! 604 | | row, Sep 21 06:43:52.292 INFO kablam! 605 | | row_part, Sep 21 06:43:52.292 INFO kablam! ... | Sep 21 06:43:52.292 INFO kablam! 626 | | rows_range_pair, Sep 21 06:43:52.292 INFO kablam! 627 | | columns_range_pair); Sep 21 06:43:52.292 INFO kablam! | |_________________________- in this macro invocation Sep 21 06:43:52.292 INFO kablam! | Sep 21 06:43:52.292 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:52.292 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:52.292 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:52.292 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.292 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.292 INFO kablam! Sep 21 06:43:52.292 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:52.292 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.292 INFO kablam! | Sep 21 06:43:52.292 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:52.292 INFO kablam! ... Sep 21 06:43:52.292 INFO kablam! 602 | / matrix_slice_impl!( Sep 21 06:43:52.292 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 21 06:43:52.292 INFO kablam! 604 | | row, Sep 21 06:43:52.292 INFO kablam! 605 | | row_part, Sep 21 06:43:52.292 INFO kablam! ... | Sep 21 06:43:52.292 INFO kablam! 626 | | rows_range_pair, Sep 21 06:43:52.292 INFO kablam! 627 | | columns_range_pair); Sep 21 06:43:52.292 INFO kablam! | |_________________________- in this macro invocation Sep 21 06:43:52.292 INFO kablam! | Sep 21 06:43:52.292 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:52.292 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:52.292 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:52.292 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.292 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.292 INFO kablam! Sep 21 06:43:52.292 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:52.292 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.292 INFO kablam! | Sep 21 06:43:52.292 INFO kablam! 243 | pub type $MatrixSlice<'a, N, R, C, RStride, CStride> Sep 21 06:43:52.292 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:52.292 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:52.292 INFO kablam! ... Sep 21 06:43:52.292 INFO kablam! 602 | / matrix_slice_impl!( Sep 21 06:43:52.292 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 21 06:43:52.292 INFO kablam! 604 | | row, Sep 21 06:43:52.292 INFO kablam! 605 | | row_part, Sep 21 06:43:52.292 INFO kablam! ... | Sep 21 06:43:52.292 INFO kablam! 626 | | rows_range_pair, Sep 21 06:43:52.292 INFO kablam! 627 | | columns_range_pair); Sep 21 06:43:52.292 INFO kablam! | |_________________________- in this macro invocation Sep 21 06:43:52.292 INFO kablam! | Sep 21 06:43:52.292 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:52.292 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.292 INFO kablam! | Sep 21 06:43:52.293 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:52.293 INFO kablam! ... Sep 21 06:43:52.293 INFO kablam! 602 | / matrix_slice_impl!( Sep 21 06:43:52.293 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 21 06:43:52.293 INFO kablam! 604 | | row, Sep 21 06:43:52.293 INFO kablam! 605 | | row_part, Sep 21 06:43:52.293 INFO kablam! ... | Sep 21 06:43:52.293 INFO kablam! 626 | | rows_range_pair, Sep 21 06:43:52.293 INFO kablam! 627 | | columns_range_pair); Sep 21 06:43:52.293 INFO kablam! | |_________________________- in this macro invocation Sep 21 06:43:52.293 INFO kablam! Sep 21 06:43:52.293 INFO kablam! warning: the trait bound `R: core::dimension::Dim` is not satisfied Sep 21 06:43:52.293 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.293 INFO kablam! | Sep 21 06:43:52.293 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `R` Sep 21 06:43:52.293 INFO kablam! ... Sep 21 06:43:52.293 INFO kablam! 629 | / matrix_slice_impl!( Sep 21 06:43:52.293 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 21 06:43:52.293 INFO kablam! 631 | | row_mut, Sep 21 06:43:52.293 INFO kablam! 632 | | row_part_mut, Sep 21 06:43:52.293 INFO kablam! ... | Sep 21 06:43:52.293 INFO kablam! 653 | | rows_range_pair_mut, Sep 21 06:43:52.293 INFO kablam! 654 | | columns_range_pair_mut); Sep 21 06:43:52.293 INFO kablam! | |_____________________________- in this macro invocation Sep 21 06:43:52.293 INFO kablam! | Sep 21 06:43:52.293 INFO kablam! = help: consider adding a `where R: core::dimension::Dim` bound Sep 21 06:43:52.293 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.293 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.293 INFO kablam! Sep 21 06:43:52.293 INFO kablam! warning: the trait bound `C: core::dimension::Dim` is not satisfied Sep 21 06:43:52.293 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.293 INFO kablam! | Sep 21 06:43:52.293 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `C` Sep 21 06:43:52.293 INFO kablam! ... Sep 21 06:43:52.293 INFO kablam! 629 | / matrix_slice_impl!( Sep 21 06:43:52.294 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 21 06:43:52.294 INFO kablam! 631 | | row_mut, Sep 21 06:43:52.294 INFO kablam! 632 | | row_part_mut, Sep 21 06:43:52.294 INFO kablam! ... | Sep 21 06:43:52.294 INFO kablam! 653 | | rows_range_pair_mut, Sep 21 06:43:52.294 INFO kablam! 654 | | columns_range_pair_mut); Sep 21 06:43:52.294 INFO kablam! | |_____________________________- in this macro invocation Sep 21 06:43:52.294 INFO kablam! | Sep 21 06:43:52.294 INFO kablam! = help: consider adding a `where C: core::dimension::Dim` bound Sep 21 06:43:52.294 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.294 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.294 INFO kablam! Sep 21 06:43:52.294 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:52.294 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.294 INFO kablam! | Sep 21 06:43:52.294 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:52.294 INFO kablam! ... Sep 21 06:43:52.294 INFO kablam! 629 | / matrix_slice_impl!( Sep 21 06:43:52.294 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 21 06:43:52.294 INFO kablam! 631 | | row_mut, Sep 21 06:43:52.294 INFO kablam! 632 | | row_part_mut, Sep 21 06:43:52.294 INFO kablam! ... | Sep 21 06:43:52.294 INFO kablam! 653 | | rows_range_pair_mut, Sep 21 06:43:52.294 INFO kablam! 654 | | columns_range_pair_mut); Sep 21 06:43:52.294 INFO kablam! | |_____________________________- in this macro invocation Sep 21 06:43:52.294 INFO kablam! | Sep 21 06:43:52.294 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:52.294 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.294 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.294 INFO kablam! Sep 21 06:43:52.294 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:52.294 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.294 INFO kablam! | Sep 21 06:43:52.294 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:52.294 INFO kablam! ... Sep 21 06:43:52.294 INFO kablam! 629 | / matrix_slice_impl!( Sep 21 06:43:52.294 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 21 06:43:52.294 INFO kablam! 631 | | row_mut, Sep 21 06:43:52.294 INFO kablam! 632 | | row_part_mut, Sep 21 06:43:52.294 INFO kablam! ... | Sep 21 06:43:52.294 INFO kablam! 653 | | rows_range_pair_mut, Sep 21 06:43:52.294 INFO kablam! 654 | | columns_range_pair_mut); Sep 21 06:43:52.294 INFO kablam! | |_____________________________- in this macro invocation Sep 21 06:43:52.294 INFO kablam! | Sep 21 06:43:52.294 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:52.294 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.295 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.295 INFO kablam! Sep 21 06:43:52.295 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:52.295 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.295 INFO kablam! | Sep 21 06:43:52.295 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:52.295 INFO kablam! ... Sep 21 06:43:52.295 INFO kablam! 629 | / matrix_slice_impl!( Sep 21 06:43:52.295 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 21 06:43:52.295 INFO kablam! 631 | | row_mut, Sep 21 06:43:52.295 INFO kablam! 632 | | row_part_mut, Sep 21 06:43:52.295 INFO kablam! ... | Sep 21 06:43:52.295 INFO kablam! 653 | | rows_range_pair_mut, Sep 21 06:43:52.295 INFO kablam! 654 | | columns_range_pair_mut); Sep 21 06:43:52.295 INFO kablam! | |_____________________________- in this macro invocation Sep 21 06:43:52.295 INFO kablam! | Sep 21 06:43:52.295 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:52.295 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:52.295 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.295 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.295 INFO kablam! Sep 21 06:43:52.295 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:52.295 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.295 INFO kablam! | Sep 21 06:43:52.295 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:52.295 INFO kablam! ... Sep 21 06:43:52.295 INFO kablam! 629 | / matrix_slice_impl!( Sep 21 06:43:52.295 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 21 06:43:52.295 INFO kablam! 631 | | row_mut, Sep 21 06:43:52.295 INFO kablam! 632 | | row_part_mut, Sep 21 06:43:52.295 INFO kablam! ... | Sep 21 06:43:52.295 INFO kablam! 653 | | rows_range_pair_mut, Sep 21 06:43:52.295 INFO kablam! 654 | | columns_range_pair_mut); Sep 21 06:43:52.295 INFO kablam! | |_____________________________- in this macro invocation Sep 21 06:43:52.295 INFO kablam! | Sep 21 06:43:52.295 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:52.295 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:52.295 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:52.295 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.295 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.295 INFO kablam! Sep 21 06:43:52.295 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:52.295 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.295 INFO kablam! | Sep 21 06:43:52.295 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:52.295 INFO kablam! ... Sep 21 06:43:52.295 INFO kablam! 629 | / matrix_slice_impl!( Sep 21 06:43:52.295 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 21 06:43:52.295 INFO kablam! 631 | | row_mut, Sep 21 06:43:52.295 INFO kablam! 632 | | row_part_mut, Sep 21 06:43:52.296 INFO kablam! ... | Sep 21 06:43:52.296 INFO kablam! 653 | | rows_range_pair_mut, Sep 21 06:43:52.296 INFO kablam! 654 | | columns_range_pair_mut); Sep 21 06:43:52.296 INFO kablam! | |_____________________________- in this macro invocation Sep 21 06:43:52.296 INFO kablam! | Sep 21 06:43:52.296 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:52.296 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:52.296 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:52.296 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.296 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.296 INFO kablam! Sep 21 06:43:52.296 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:52.296 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.296 INFO kablam! | Sep 21 06:43:52.296 INFO kablam! 243 | pub type $MatrixSlice<'a, N, R, C, RStride, CStride> Sep 21 06:43:52.296 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:52.296 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:52.296 INFO kablam! ... Sep 21 06:43:52.296 INFO kablam! 629 | / matrix_slice_impl!( Sep 21 06:43:52.296 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 21 06:43:52.296 INFO kablam! 631 | | row_mut, Sep 21 06:43:52.296 INFO kablam! 632 | | row_part_mut, Sep 21 06:43:52.296 INFO kablam! ... | Sep 21 06:43:52.296 INFO kablam! 653 | | rows_range_pair_mut, Sep 21 06:43:52.296 INFO kablam! 654 | | columns_range_pair_mut); Sep 21 06:43:52.296 INFO kablam! | |_____________________________- in this macro invocation Sep 21 06:43:52.296 INFO kablam! | Sep 21 06:43:52.296 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:52.296 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.296 INFO kablam! | Sep 21 06:43:52.296 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:52.296 INFO kablam! ... Sep 21 06:43:52.296 INFO kablam! 629 | / matrix_slice_impl!( Sep 21 06:43:52.296 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 21 06:43:52.296 INFO kablam! 631 | | row_mut, Sep 21 06:43:52.296 INFO kablam! 632 | | row_part_mut, Sep 21 06:43:52.296 INFO kablam! ... | Sep 21 06:43:52.296 INFO kablam! 653 | | rows_range_pair_mut, Sep 21 06:43:52.296 INFO kablam! 654 | | columns_range_pair_mut); Sep 21 06:43:52.296 INFO kablam! | |_____________________________- in this macro invocation Sep 21 06:43:52.296 INFO kablam! Sep 21 06:43:52.310 INFO kablam! warning: the trait bound `R: core::dimension::Dim` is not satisfied Sep 21 06:43:52.310 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.310 INFO kablam! | Sep 21 06:43:52.310 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `R` Sep 21 06:43:52.310 INFO kablam! ... Sep 21 06:43:52.310 INFO kablam! 602 | / matrix_slice_impl!( Sep 21 06:43:52.310 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 21 06:43:52.310 INFO kablam! 604 | | row, Sep 21 06:43:52.310 INFO kablam! 605 | | row_part, Sep 21 06:43:52.310 INFO kablam! ... | Sep 21 06:43:52.311 INFO kablam! 626 | | rows_range_pair, Sep 21 06:43:52.311 INFO kablam! 627 | | columns_range_pair); Sep 21 06:43:52.311 INFO kablam! | |_________________________- in this macro invocation Sep 21 06:43:52.311 INFO kablam! | Sep 21 06:43:52.311 INFO kablam! = help: consider adding a `where R: core::dimension::Dim` bound Sep 21 06:43:52.311 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.311 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.311 INFO kablam! Sep 21 06:43:52.311 INFO kablam! warning: the trait bound `C: core::dimension::Dim` is not satisfied Sep 21 06:43:52.311 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.311 INFO kablam! | Sep 21 06:43:52.311 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `C` Sep 21 06:43:52.311 INFO kablam! ... Sep 21 06:43:52.311 INFO kablam! 602 | / matrix_slice_impl!( Sep 21 06:43:52.311 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 21 06:43:52.311 INFO kablam! 604 | | row, Sep 21 06:43:52.311 INFO kablam! 605 | | row_part, Sep 21 06:43:52.311 INFO kablam! ... | Sep 21 06:43:52.311 INFO kablam! 626 | | rows_range_pair, Sep 21 06:43:52.311 INFO kablam! 627 | | columns_range_pair); Sep 21 06:43:52.311 INFO kablam! | |_________________________- in this macro invocation Sep 21 06:43:52.311 INFO kablam! | Sep 21 06:43:52.311 INFO kablam! = help: consider adding a `where C: core::dimension::Dim` bound Sep 21 06:43:52.311 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.311 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.311 INFO kablam! Sep 21 06:43:52.311 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:52.311 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.311 INFO kablam! | Sep 21 06:43:52.311 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:52.311 INFO kablam! ... Sep 21 06:43:52.311 INFO kablam! 602 | / matrix_slice_impl!( Sep 21 06:43:52.311 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 21 06:43:52.311 INFO kablam! 604 | | row, Sep 21 06:43:52.311 INFO kablam! 605 | | row_part, Sep 21 06:43:52.311 INFO kablam! ... | Sep 21 06:43:52.311 INFO kablam! 626 | | rows_range_pair, Sep 21 06:43:52.311 INFO kablam! 627 | | columns_range_pair); Sep 21 06:43:52.311 INFO kablam! | |_________________________- in this macro invocation Sep 21 06:43:52.311 INFO kablam! | Sep 21 06:43:52.311 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:52.311 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.311 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.311 INFO kablam! Sep 21 06:43:52.311 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:52.311 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.311 INFO kablam! | Sep 21 06:43:52.311 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:52.311 INFO kablam! ... Sep 21 06:43:52.311 INFO kablam! 602 | / matrix_slice_impl!( Sep 21 06:43:52.311 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 21 06:43:52.311 INFO kablam! 604 | | row, Sep 21 06:43:52.311 INFO kablam! 605 | | row_part, Sep 21 06:43:52.311 INFO kablam! ... | Sep 21 06:43:52.311 INFO kablam! 626 | | rows_range_pair, Sep 21 06:43:52.311 INFO kablam! 627 | | columns_range_pair); Sep 21 06:43:52.311 INFO kablam! | |_________________________- in this macro invocation Sep 21 06:43:52.311 INFO kablam! | Sep 21 06:43:52.311 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:52.311 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.311 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.311 INFO kablam! Sep 21 06:43:52.311 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:52.311 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.311 INFO kablam! | Sep 21 06:43:52.312 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:52.312 INFO kablam! ... Sep 21 06:43:52.312 INFO kablam! 602 | / matrix_slice_impl!( Sep 21 06:43:52.312 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 21 06:43:52.312 INFO kablam! 604 | | row, Sep 21 06:43:52.312 INFO kablam! 605 | | row_part, Sep 21 06:43:52.312 INFO kablam! ... | Sep 21 06:43:52.312 INFO kablam! 626 | | rows_range_pair, Sep 21 06:43:52.312 INFO kablam! 627 | | columns_range_pair); Sep 21 06:43:52.312 INFO kablam! | |_________________________- in this macro invocation Sep 21 06:43:52.312 INFO kablam! | Sep 21 06:43:52.312 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:52.312 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:52.312 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.312 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.312 INFO kablam! Sep 21 06:43:52.312 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:52.312 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.312 INFO kablam! | Sep 21 06:43:52.312 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:52.312 INFO kablam! ... Sep 21 06:43:52.312 INFO kablam! 602 | / matrix_slice_impl!( Sep 21 06:43:52.312 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 21 06:43:52.312 INFO kablam! 604 | | row, Sep 21 06:43:52.312 INFO kablam! 605 | | row_part, Sep 21 06:43:52.312 INFO kablam! ... | Sep 21 06:43:52.312 INFO kablam! 626 | | rows_range_pair, Sep 21 06:43:52.312 INFO kablam! 627 | | columns_range_pair); Sep 21 06:43:52.312 INFO kablam! | |_________________________- in this macro invocation Sep 21 06:43:52.312 INFO kablam! | Sep 21 06:43:52.312 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:52.312 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:52.312 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:52.312 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.312 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.312 INFO kablam! Sep 21 06:43:52.312 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:52.312 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.312 INFO kablam! | Sep 21 06:43:52.312 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:52.312 INFO kablam! ... Sep 21 06:43:52.312 INFO kablam! 602 | / matrix_slice_impl!( Sep 21 06:43:52.312 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 21 06:43:52.312 INFO kablam! 604 | | row, Sep 21 06:43:52.312 INFO kablam! 605 | | row_part, Sep 21 06:43:52.312 INFO kablam! ... | Sep 21 06:43:52.312 INFO kablam! 626 | | rows_range_pair, Sep 21 06:43:52.312 INFO kablam! 627 | | columns_range_pair); Sep 21 06:43:52.312 INFO kablam! | |_________________________- in this macro invocation Sep 21 06:43:52.312 INFO kablam! | Sep 21 06:43:52.312 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:52.312 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:52.312 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:52.313 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.313 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.313 INFO kablam! Sep 21 06:43:52.313 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:52.313 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.313 INFO kablam! | Sep 21 06:43:52.313 INFO kablam! 243 | pub type $MatrixSlice<'a, N, R, C, RStride, CStride> Sep 21 06:43:52.313 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:52.313 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:52.313 INFO kablam! ... Sep 21 06:43:52.313 INFO kablam! 602 | / matrix_slice_impl!( Sep 21 06:43:52.313 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 21 06:43:52.313 INFO kablam! 604 | | row, Sep 21 06:43:52.313 INFO kablam! 605 | | row_part, Sep 21 06:43:52.313 INFO kablam! ... | Sep 21 06:43:52.313 INFO kablam! 626 | | rows_range_pair, Sep 21 06:43:52.313 INFO kablam! 627 | | columns_range_pair); Sep 21 06:43:52.313 INFO kablam! | |_________________________- in this macro invocation Sep 21 06:43:52.313 INFO kablam! | Sep 21 06:43:52.313 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:52.313 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.313 INFO kablam! | Sep 21 06:43:52.313 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:52.313 INFO kablam! ... Sep 21 06:43:52.313 INFO kablam! 602 | / matrix_slice_impl!( Sep 21 06:43:52.313 INFO kablam! 603 | | self: &Self, MatrixSlice, SliceStorage, Storage.get_address_unchecked(), &self.data; Sep 21 06:43:52.313 INFO kablam! 604 | | row, Sep 21 06:43:52.313 INFO kablam! 605 | | row_part, Sep 21 06:43:52.313 INFO kablam! ... | Sep 21 06:43:52.313 INFO kablam! 626 | | rows_range_pair, Sep 21 06:43:52.313 INFO kablam! 627 | | columns_range_pair); Sep 21 06:43:52.313 INFO kablam! | |_________________________- in this macro invocation Sep 21 06:43:52.313 INFO kablam! Sep 21 06:43:52.314 INFO kablam! warning: the trait bound `R: core::dimension::Dim` is not satisfied Sep 21 06:43:52.314 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.314 INFO kablam! | Sep 21 06:43:52.314 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `R` Sep 21 06:43:52.314 INFO kablam! ... Sep 21 06:43:52.314 INFO kablam! 629 | / matrix_slice_impl!( Sep 21 06:43:52.314 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 21 06:43:52.314 INFO kablam! 631 | | row_mut, Sep 21 06:43:52.314 INFO kablam! 632 | | row_part_mut, Sep 21 06:43:52.314 INFO kablam! ... | Sep 21 06:43:52.314 INFO kablam! 653 | | rows_range_pair_mut, Sep 21 06:43:52.314 INFO kablam! 654 | | columns_range_pair_mut); Sep 21 06:43:52.314 INFO kablam! | |_____________________________- in this macro invocation Sep 21 06:43:52.314 INFO kablam! | Sep 21 06:43:52.314 INFO kablam! = help: consider adding a `where R: core::dimension::Dim` bound Sep 21 06:43:52.314 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.314 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.314 INFO kablam! Sep 21 06:43:52.314 INFO kablam! warning: the trait bound `C: core::dimension::Dim` is not satisfied Sep 21 06:43:52.314 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.314 INFO kablam! | Sep 21 06:43:52.314 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `C` Sep 21 06:43:52.314 INFO kablam! ... Sep 21 06:43:52.314 INFO kablam! 629 | / matrix_slice_impl!( Sep 21 06:43:52.314 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 21 06:43:52.314 INFO kablam! 631 | | row_mut, Sep 21 06:43:52.314 INFO kablam! 632 | | row_part_mut, Sep 21 06:43:52.314 INFO kablam! ... | Sep 21 06:43:52.315 INFO kablam! 653 | | rows_range_pair_mut, Sep 21 06:43:52.315 INFO kablam! 654 | | columns_range_pair_mut); Sep 21 06:43:52.315 INFO kablam! | |_____________________________- in this macro invocation Sep 21 06:43:52.315 INFO kablam! | Sep 21 06:43:52.315 INFO kablam! = help: consider adding a `where C: core::dimension::Dim` bound Sep 21 06:43:52.315 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.315 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.315 INFO kablam! Sep 21 06:43:52.315 INFO kablam! warning: the trait bound `RStride: core::dimension::Dim` is not satisfied Sep 21 06:43:52.315 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.315 INFO kablam! | Sep 21 06:43:52.315 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `RStride` Sep 21 06:43:52.315 INFO kablam! ... Sep 21 06:43:52.315 INFO kablam! 629 | / matrix_slice_impl!( Sep 21 06:43:52.315 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 21 06:43:52.315 INFO kablam! 631 | | row_mut, Sep 21 06:43:52.315 INFO kablam! 632 | | row_part_mut, Sep 21 06:43:52.315 INFO kablam! ... | Sep 21 06:43:52.315 INFO kablam! 653 | | rows_range_pair_mut, Sep 21 06:43:52.315 INFO kablam! 654 | | columns_range_pair_mut); Sep 21 06:43:52.315 INFO kablam! | |_____________________________- in this macro invocation Sep 21 06:43:52.315 INFO kablam! | Sep 21 06:43:52.315 INFO kablam! = help: consider adding a `where RStride: core::dimension::Dim` bound Sep 21 06:43:52.315 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.315 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.315 INFO kablam! Sep 21 06:43:52.315 INFO kablam! warning: the trait bound `CStride: core::dimension::Dim` is not satisfied Sep 21 06:43:52.315 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.315 INFO kablam! | Sep 21 06:43:52.315 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::dimension::Dim` is not implemented for `CStride` Sep 21 06:43:52.315 INFO kablam! ... Sep 21 06:43:52.315 INFO kablam! 629 | / matrix_slice_impl!( Sep 21 06:43:52.315 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 21 06:43:52.315 INFO kablam! 631 | | row_mut, Sep 21 06:43:52.315 INFO kablam! 632 | | row_part_mut, Sep 21 06:43:52.315 INFO kablam! ... | Sep 21 06:43:52.315 INFO kablam! 653 | | rows_range_pair_mut, Sep 21 06:43:52.315 INFO kablam! 654 | | columns_range_pair_mut); Sep 21 06:43:52.315 INFO kablam! | |_____________________________- in this macro invocation Sep 21 06:43:52.315 INFO kablam! | Sep 21 06:43:52.315 INFO kablam! = help: consider adding a `where CStride: core::dimension::Dim` bound Sep 21 06:43:52.315 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.315 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.315 INFO kablam! Sep 21 06:43:52.315 INFO kablam! warning: the trait bound `N: std::marker::Copy` is not satisfied Sep 21 06:43:52.315 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.315 INFO kablam! | Sep 21 06:43:52.315 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `N` Sep 21 06:43:52.316 INFO kablam! ... Sep 21 06:43:52.316 INFO kablam! 629 | / matrix_slice_impl!( Sep 21 06:43:52.316 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 21 06:43:52.316 INFO kablam! 631 | | row_mut, Sep 21 06:43:52.316 INFO kablam! 632 | | row_part_mut, Sep 21 06:43:52.316 INFO kablam! ... | Sep 21 06:43:52.316 INFO kablam! 653 | | rows_range_pair_mut, Sep 21 06:43:52.316 INFO kablam! 654 | | columns_range_pair_mut); Sep 21 06:43:52.316 INFO kablam! | |_____________________________- in this macro invocation Sep 21 06:43:52.316 INFO kablam! | Sep 21 06:43:52.316 INFO kablam! = help: consider adding a `where N: std::marker::Copy` bound Sep 21 06:43:52.316 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:52.316 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.316 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.316 INFO kablam! Sep 21 06:43:52.316 INFO kablam! warning: can't compare `N` with `N` Sep 21 06:43:52.316 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.316 INFO kablam! | Sep 21 06:43:52.316 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `N == N` Sep 21 06:43:52.316 INFO kablam! ... Sep 21 06:43:52.316 INFO kablam! 629 | / matrix_slice_impl!( Sep 21 06:43:52.316 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 21 06:43:52.316 INFO kablam! 631 | | row_mut, Sep 21 06:43:52.316 INFO kablam! 632 | | row_part_mut, Sep 21 06:43:52.316 INFO kablam! ... | Sep 21 06:43:52.316 INFO kablam! 653 | | rows_range_pair_mut, Sep 21 06:43:52.316 INFO kablam! 654 | | columns_range_pair_mut); Sep 21 06:43:52.316 INFO kablam! | |_____________________________- in this macro invocation Sep 21 06:43:52.316 INFO kablam! | Sep 21 06:43:52.316 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `N` Sep 21 06:43:52.316 INFO kablam! = help: consider adding a `where N: std::cmp::PartialEq` bound Sep 21 06:43:52.316 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:52.316 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.316 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.316 INFO kablam! Sep 21 06:43:52.316 INFO kablam! warning: `N` doesn't implement `std::fmt::Debug` Sep 21 06:43:52.316 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.316 INFO kablam! | Sep 21 06:43:52.316 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `N` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 06:43:52.316 INFO kablam! ... Sep 21 06:43:52.316 INFO kablam! 629 | / matrix_slice_impl!( Sep 21 06:43:52.316 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 21 06:43:52.316 INFO kablam! 631 | | row_mut, Sep 21 06:43:52.316 INFO kablam! 632 | | row_part_mut, Sep 21 06:43:52.316 INFO kablam! ... | Sep 21 06:43:52.316 INFO kablam! 653 | | rows_range_pair_mut, Sep 21 06:43:52.316 INFO kablam! 654 | | columns_range_pair_mut); Sep 21 06:43:52.316 INFO kablam! | |_____________________________- in this macro invocation Sep 21 06:43:52.316 INFO kablam! | Sep 21 06:43:52.316 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `N` Sep 21 06:43:52.317 INFO kablam! = help: consider adding a `where N: std::fmt::Debug` bound Sep 21 06:43:52.317 INFO kablam! = note: required because of the requirements on the impl of `core::scalar::Scalar` for `N` Sep 21 06:43:52.317 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:43:52.317 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:43:52.317 INFO kablam! Sep 21 06:43:52.317 INFO kablam! error[E0310]: the parameter type `N` may not live long enough Sep 21 06:43:52.317 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.317 INFO kablam! | Sep 21 06:43:52.317 INFO kablam! 243 | pub type $MatrixSlice<'a, N, R, C, RStride, CStride> Sep 21 06:43:52.317 INFO kablam! | - help: consider adding an explicit lifetime bound `N: 'static`... Sep 21 06:43:52.317 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:52.317 INFO kablam! ... Sep 21 06:43:52.317 INFO kablam! 629 | / matrix_slice_impl!( Sep 21 06:43:52.317 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 21 06:43:52.317 INFO kablam! 631 | | row_mut, Sep 21 06:43:52.317 INFO kablam! 632 | | row_part_mut, Sep 21 06:43:52.317 INFO kablam! ... | Sep 21 06:43:52.317 INFO kablam! 653 | | rows_range_pair_mut, Sep 21 06:43:52.317 INFO kablam! 654 | | columns_range_pair_mut); Sep 21 06:43:52.317 INFO kablam! | |_____________________________- in this macro invocation Sep 21 06:43:52.317 INFO kablam! | Sep 21 06:43:52.317 INFO kablam! note: ...so that the type `N` will meet its required lifetime bounds Sep 21 06:43:52.317 INFO kablam! --> src/core/matrix_slice.rs:244:11 Sep 21 06:43:52.317 INFO kablam! | Sep 21 06:43:52.317 INFO kablam! 244 | = Matrix>; Sep 21 06:43:52.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 06:43:52.317 INFO kablam! ... Sep 21 06:43:52.317 INFO kablam! 629 | / matrix_slice_impl!( Sep 21 06:43:52.317 INFO kablam! 630 | | self: &mut Self, MatrixSliceMut, SliceStorageMut, StorageMut.get_address_unchecked_mut(), &mut self.data; Sep 21 06:43:52.317 INFO kablam! 631 | | row_mut, Sep 21 06:43:52.317 INFO kablam! 632 | | row_part_mut, Sep 21 06:43:52.317 INFO kablam! ... | Sep 21 06:43:52.317 INFO kablam! 653 | | rows_range_pair_mut, Sep 21 06:43:52.317 INFO kablam! 654 | | columns_range_pair_mut); Sep 21 06:43:52.317 INFO kablam! | |_____________________________- in this macro invocation Sep 21 06:43:52.317 INFO kablam! Sep 21 06:43:59.134 INFO kablam! error: aborting due to 210 previous errors Sep 21 06:43:59.134 INFO kablam! Sep 21 06:43:59.134 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 06:43:59.150 INFO kablam! error: Could not compile `nalgebra`. Sep 21 06:43:59.150 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 06:43:59.338 INFO kablam! error: aborting due to 210 previous errors Sep 21 06:43:59.338 INFO kablam! Sep 21 06:43:59.338 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 06:43:59.354 INFO kablam! error: Could not compile `nalgebra`. Sep 21 06:43:59.354 INFO kablam! Sep 21 06:43:59.354 INFO kablam! To learn more, run the command again with --verbose. Sep 21 06:43:59.354 INFO kablam! su: No module specific data is present Sep 21 06:44:00.084 INFO running `"docker" "rm" "-f" "a321586f54257324f66d89998fad0830f0837f05de4e8c7193587e5c60b69aae"` Sep 21 06:44:00.233 INFO blam! a321586f54257324f66d89998fad0830f0837f05de4e8c7193587e5c60b69aae