cosmo 0.1.0

Concurrency utils
Build #89549 2018-03-06 00:32:08

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# 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 cosmo v0.1.0
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: failed to run `rustc` to learn about target-specific information,
cause: process didn't exit successfully: `rustc - --crate-name ___ --print=file-names --crate-type bin --crate-type dynlib --crate-type rlib --target x86_64-unknown-linux-gnu` (exit code: 101)
--- stderr
error: unknown crate type: `dynlib`


}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.