Build #90245 2018-03-06T02:25:42.374681+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 schuppe v0.0.2
Documenting schuppe v0.0.2
Running `rustdoc --crate-name schuppe .cargo/registry/src/github.com-1ecc6299db9ec823/schuppe-0.0.2/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`
error[E0583]: file not found for module `token`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/schuppe-0.0.2/src/lib.rs:3:9
|
3 | pub mod token;
| ^^^^^
|
= help: name the file either token.rs or token/mod.rs inside the directory ".cargo/registry/src/github.com-1ecc6299db9ec823/schuppe-0.0.2/src"
If you want more information on this error, try using "rustc --explain E0583"
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `schuppe`.,
cause: process didn't exit successfully: `rustdoc --crate-name schuppe .cargo/registry/src/github.com-1ecc6299db9ec823/schuppe-0.0.2/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` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.