seax_svm 0.2.8

SECD virtual machine for interpreting programs in FP languages
Build #89558 2018-03-06T00:33:18.464677+00:00
# rustc version
rustc 1.26.0-dev (5c1d29af0 2018-03-03)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading seax_svm v0.2.8
Fresh cfg-if v0.1.2
Fresh byteorder v1.2.1
Fresh log v0.4.1
Fresh log v0.3.9
Documenting seax_svm v0.2.8
Running `rustdoc --crate-name seax_svm .cargo/registry/src/github.com-1ecc6299db9ec823/seax_svm-0.2.8/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-3936f4769def2104.rlib --extern-version byteorder=byteorder,1.2.1 --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-1e6cb20f8b19266a.rlib --extern-version log=log,0.3.9`
error[E0277]: the trait bound `Self: std::marker::Sized` is not satisfied in `(T, Self)`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/seax_svm-0.2.8/src/slist.rs:41:5
|
41 |     fn pop(self)            -> Option<(T, Self)>;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Self` does not have a constant size known at compile-time
|
= help: within `(T, Self)`, the trait `std::marker::Sized` is not implemented for `Self`
= help: consider adding a `where Self: std::marker::Sized` bound
= note: required because it appears within the type `(T, Self)`
= note: required by `std::option::Option`

error: Compilation failed, aborting rustdoc

If you want more information on this error, try using "rustc --explain E0277"
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `seax_svm`.,
cause: process didn't exit successfully: `rustdoc --crate-name seax_svm .cargo/registry/src/github.com-1ecc6299db9ec823/seax_svm-0.2.8/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-3936f4769def2104.rlib --extern-version byteorder=byteorder,1.2.1 --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-1e6cb20f8b19266a.rlib --extern-version log=log,0.3.9` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.