mop-blocks 0.0.2

Foundation blocks for MOP
Build #114286 2018-08-25T23:07:58.256222+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading mop-blocks v0.0.2
Fresh libc v0.2.43
Compiling mop-structs v0.0.2
Fresh rand_core v0.2.1
Running `rustc --crate-name mop_structs .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="default"' -C metadata=f8b90b6df3d6eee2 -C extra-filename=-f8b90b6df3d6eee2 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh rand v0.5.5
Fresh num-traits v0.2.5
error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/cuboid/csr_cuboid/csr_cuboid_alloc.rs:1:5
|
1 | use crate::{
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/cuboid/csr_cuboid/csr_cuboid_layer_constructor.rs:3:5
|
3 | use crate::{matrix::csr_matrix::CsrMatrixSlice, prelude::*, vec::cs_vec::CsVecSlice, Dim};
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/cuboid/csr_cuboid/csr_cuboid_layer_iter_impls.rs:3:5
|
3 | use crate::matrix::csr_matrix::{CsrMatrixSlice, CsrMatrixSliceMut};
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/cuboid/csr_cuboid/csr_cuboid_layer_iter_impls.rs:4:5
|
4 | use crate::Dim;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/matrix/compressed_matrix.rs:1:5
|
1 | use crate::matrix::csr_matrix::CsrMatrixRowIter;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/matrix/compressed_matrix.rs:2:5
|
2 | use crate::matrix::Matrix;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/matrix/compressed_matrix.rs:3:5
|
3 | use crate::vec::cs_vec::CsVecSlice;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/matrix/compressed_matrix_mut.rs:1:5
|
1 | use crate::matrix::compressed_matrix::CompressedMatrix;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/matrix/compressed_matrix_mut.rs:2:5
|
2 | use crate::matrix::csr_matrix::CsrMatrixRowIterMut;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/matrix/compressed_matrix_mut.rs:3:5
|
3 | use crate::vec::cs_vec::CsVecSliceMut;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/matrix/csr_matrix/csr_matrix_alloc.rs:1:5
|
1 | use crate::{
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/matrix/csr_matrix/csr_matrix_row_iter_impls.rs:3:5
|
3 | use crate::vec::cs_vec::{CsVecSlice, CsVecSliceMut};
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/matrix/csr_matrix/csr_matrix_row_iter_impls.rs:4:5
|
4 | use crate::Dim;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/matrix/csr_matrix/csr_matrix_slice.rs:1:5
|
1 | use crate::matrix::{
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/matrix/csr_matrix/csr_matrix_slice.rs:5:5
|
5 | use crate::prelude::CompressedMatrix;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/matrix/csr_matrix/csr_matrix_slice.rs:6:5
|
6 | use crate::vec::cs_vec::CsVecSlice;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/matrix/csr_matrix/csr_matrix_slice.rs:7:5
|
7 | use crate::Dim;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/matrix/csr_matrix/csr_matrix_slice_mut.rs:1:5
|
1 | use crate::matrix::{
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/matrix/csr_matrix/csr_matrix_slice_mut.rs:5:5
|
5 | use crate::prelude::{CompressedMatrix, CompressedMatrixMut};
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/matrix/csr_matrix/csr_matrix_slice_mut.rs:6:5
|
6 | use crate::vec::cs_vec::CsVecSliceMut;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/matrix/csr_matrix/csr_matrix_slice_mut.rs:7:5
|
7 | use crate::Dim;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/matrix/dr_matrix/dr_matrix_alloc.rs:1:5
|
1 | use crate::{
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/matrix/dr_matrix/dr_matrix_row_constructor.rs:1:5
|
1 | use crate::Dim;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/matrix/dr_matrix/dr_matrix_row_iter_impls.rs:4:5
|
4 | use crate::Dim;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/prelude.rs:5:9
|
5 | pub use crate::{
|         ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/vec/cs_vec/cs_vec_alloc.rs:1:5
|
1 | use crate::prelude::CsVecMut;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/vec/cs_vec/cs_vec_alloc.rs:2:5
|
2 | use crate::vec::cs_vec::{CsVec, CsVecSlice};
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/vec/cs_vec/cs_vec_alloc.rs:3:5
|
3 | use crate::Dim;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/vec/cs_vec/cs_vec_mut.rs:1:5
|
1 | use crate::vec::cs_vec::{CsVec, CsVecIterMut};
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/vec/cs_vec/cs_vec_slice.rs:1:5
|
1 | use crate::vec::cs_vec::CsVec;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/vec/cs_vec/cs_vec_slice.rs:2:5
|
2 | use crate::Dim;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/vec/cs_vec/cs_vec_slice_mut.rs:1:5
|
1 | use crate::prelude::CsVecMut;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/vec/cs_vec/cs_vec_slice_mut.rs:2:5
|
2 | use crate::vec::cs_vec::CsVec;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/vec/cs_vec/cs_vec_slice_mut.rs:3:5
|
3 | use crate::Dim;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/lib.rs:14:16
|
14 | pub(crate) use crate::dim::Dim;
|                ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error: aborting due to 35 previous errors

For more information about this error, try `rustc --explain E0658`.
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not compile `mop-structs`.,
cause: process didn't exit successfully: `rustc --crate-name mop_structs .cargo/registry/src/github.com-1ecc6299db9ec823/mop-structs-0.0.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="std" --cfg feature="default" -C metadata=f8b90b6df3d6eee2 -C extra-filename=-f8b90b6df3d6eee2 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.