temporary 0.0.3

The library facilitates the creation of temporary files and directories.
Build #25805 2016-08-18 23:39:14

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.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading temporary v0.0.3
Compiling libc v0.2.15
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.15/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=1bd8847afb79f283 -C extra-filename=-1bd8847afb79f283 --out-dir /home/cratesfyi/temporary-0.0.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/temporary-0.0.3/debug/deps -L dependency=/home/cratesfyi/temporary-0.0.3/debug/deps --cap-lints allow`
Compiling rand v0.3.14
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.14/src/lib.rs --crate-name rand --crate-type lib -g -C metadata=49a08859d086fffe -C extra-filename=-49a08859d086fffe --out-dir /home/cratesfyi/temporary-0.0.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/temporary-0.0.3/debug/deps -L dependency=/home/cratesfyi/temporary-0.0.3/debug/deps --extern libc=/home/cratesfyi/temporary-0.0.3/debug/deps/liblibc-1bd8847afb79f283.rlib --cap-lints allow`
Documenting temporary v0.0.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/temporary-0.0.3/src/lib.rs --crate-name temporary -o /home/cratesfyi/temporary-0.0.3/doc -L dependency=/home/cratesfyi/temporary-0.0.3/debug -L dependency=/home/cratesfyi/temporary-0.0.3/debug/deps --extern rand=/home/cratesfyi/temporary-0.0.3/debug/deps/librand-49a08859d086fffe.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/temporary-0.0.3/src/lib.rs:56:21: 56:49 error: no associated item named `PathAlreadyExists` found for type `std::io::ErrorKind` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/temporary-0.0.3/src/lib.rs:56                     ErrorKind::PathAlreadyExists => {},
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/temporary-0.0.3/src/lib.rs:62:13: 62:91 error: this function takes 2 parameters but 3 parameters were supplied [E0061]
.cargo/registry/src/github.com-1ecc6299db9ec823/temporary-0.0.3/src/lib.rs:62         Err(Error::new(ErrorKind::PathAlreadyExists, "failed to find a vacant name", None))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/temporary-0.0.3/src/lib.rs:62:13: 62:91 note: the following parameter types were expected: std::io::ErrorKind, _ 
.cargo/registry/src/github.com-1ecc6299db9ec823/temporary-0.0.3/src/lib.rs:62:24: 62:52 error: no associated item named `PathAlreadyExists` found for type `std::io::ErrorKind` in the current scope 
.cargo/registry/src/github.com-1ecc6299db9ec823/temporary-0.0.3/src/lib.rs:62         Err(Error::new(ErrorKind::PathAlreadyExists, "failed to find a vacant name", None))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `temporary v0.0.3`, intermediate artifacts can be found at `/home/cratesfyi/temporary-0.0.3`,
cause: ChainedError {
error: Could not document `temporary`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/temporary-0.0.3/src/lib.rs --crate-name temporary -o /home/cratesfyi/temporary-0.0.3/doc -L dependency=/home/cratesfyi/temporary-0.0.3/debug -L dependency=/home/cratesfyi/temporary-0.0.3/debug/deps --extern rand=/home/cratesfyi/temporary-0.0.3/debug/deps/librand-49a08859d086fffe.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.