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 simple v0.2.1
Downloading sdl2 v0.2.3
Downloading sdl2_image v0.2.5
Downloading sdl2-sys v0.2.2
Downloading sdl2-sys v0.6.2
Downloading sdl2 v0.8.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 rlib --crate-type static --target x86_64-unknown-linux-gnu` (exit code: 101)
--- stderr
error: unknown crate type: `static`
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.